[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 432/483: Simplified build script now that buildtools are guaranteed to exist
David Prévot
taffit at moszumanska.debian.org
Thu Jan 22 21:42:04 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 574597196ab16c6df1939ec345b1b26723845e86
Author: Wladimir Palant <trev at adblockplus.org>
Date: Wed Sep 12 08:08:56 2012 +0200
Simplified build script now that buildtools are guaranteed to exist
---
build.py | 3 ---
1 file changed, 3 deletions(-)
diff --git a/build.py b/build.py
index c9ab4ab..0aa6c19 100755
--- a/build.py
+++ b/build.py
@@ -3,8 +3,5 @@
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