[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 322/483: Added new build script

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:53 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus-element-hiding-helper.

commit 7a8bb5c5459bed4c3cf18bc6adf6818acdb7b960
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Mon May 16 21:50:47 2011 +0200

    Added new build script
---
 build.py | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/build.py b/build.py
new file mode 100644
index 0000000..c9ab4ab
--- /dev/null
+++ b/build.py
@@ -0,0 +1,10 @@
+#!/usr/bin/env python
+# coding: utf-8
+
+import os, sys, subprocess
+
+if not os.path.exists('buildtools'):
+  subprocess.Popen(['hg', 'clone', 'https://hg.adblockplus.org/buildtools/']).communicate()
+
+import buildtools.build
+buildtools.build.processArgs('.', sys.argv)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus-element-hiding-helper.git



More information about the Pkg-mozext-commits mailing list