[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 138/483: Report errors from create_xpi.pl

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:34 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 b22b2e2009a6f18b32d62a3d20a2e61807008643
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Tue Nov 4 23:32:47 2008 +0100

    Report errors from create_xpi.pl
---
 make_devbuild.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/make_devbuild.pl b/make_devbuild.pl
index b7ad13a..a0190e3 100644
--- a/make_devbuild.pl
+++ b/make_devbuild.pl
@@ -40,6 +40,7 @@ my $build = sprintf("%04i%02i%02i%02i", $year+1900, $mon+1, $day, $hour);
 my $locale = (@ARGV ? "-" . join("-", @ARGV) : "");
 @ARGV = ("$baseName-$version+.$build$locale.xpi", "+.$build", @ARGV);
 do './create_xpi.pl';
+die $@ if $@;
 
 sub readFile
 {

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