[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 255/483: Added script to create "special" builds for Babelzilla

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:46 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 e35a74037838bd2793d536a54f97ef089bab61fa
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Tue Oct 26 09:31:14 2010 +0200

    Added script to create "special" builds for Babelzilla
---
 make_babelzilla_build.pl | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/make_babelzilla_build.pl b/make_babelzilla_build.pl
new file mode 100644
index 0000000..b075236
--- /dev/null
+++ b/make_babelzilla_build.pl
@@ -0,0 +1,11 @@
+#!/usr/bin/perl
+
+# This is a dummy, its purpose is to call a script with the same name in the buildtools repository
+
+$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