[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 188/483: Made build scripts check out buildtools repository if it isn't there

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:39 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 7121419fb277f030f44b6faf0b60005690ecbf0f
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Mon Nov 16 16:06:00 2009 +0100

    Made build scripts check out buildtools repository if it isn't there
---
 create_xpi.pl           | 3 +++
 make_devbuild.pl        | 3 +++
 make_release.pl         | 3 +++
 setupTestEnvironment.pl | 3 +++
 4 files changed, 12 insertions(+)

diff --git a/create_xpi.pl b/create_xpi.pl
index de0cd30..b075236 100644
--- a/create_xpi.pl
+++ b/create_xpi.pl
@@ -4,5 +4,8 @@
 
 $0 =~ s/(.*[\\\/])//g;
 chdir($1) if $1;
+
+system("hg", "clone", "https://hg.adblockplus.org/buildtools/") unless -e "buildtools";
+
 do "buildtools/$0";
 die $@ if $@;
diff --git a/make_devbuild.pl b/make_devbuild.pl
index de0cd30..b075236 100644
--- a/make_devbuild.pl
+++ b/make_devbuild.pl
@@ -4,5 +4,8 @@
 
 $0 =~ s/(.*[\\\/])//g;
 chdir($1) if $1;
+
+system("hg", "clone", "https://hg.adblockplus.org/buildtools/") unless -e "buildtools";
+
 do "buildtools/$0";
 die $@ if $@;
diff --git a/make_release.pl b/make_release.pl
index e438704..98bb3a1 100644
--- a/make_release.pl
+++ b/make_release.pl
@@ -6,5 +6,8 @@ our $BRANCH_NAME = "ELEMENT_HIDING_HELPER";
 
 $0 =~ s/(.*[\\\/])//g;
 chdir($1) if $1;
+
+system("hg", "clone", "https://hg.adblockplus.org/buildtools/") unless -e "buildtools";
+
 do "buildtools/$0";
 die $@ if $@;
diff --git a/setupTestEnvironment.pl b/setupTestEnvironment.pl
index de0cd30..b075236 100644
--- a/setupTestEnvironment.pl
+++ b/setupTestEnvironment.pl
@@ -4,5 +4,8 @@
 
 $0 =~ s/(.*[\\\/])//g;
 chdir($1) if $1;
+
+system("hg", "clone", "https://hg.adblockplus.org/buildtools/") unless -e "buildtools";
+
 do "buildtools/$0";
 die $@ if $@;

-- 
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