[Pkg-mozext-commits] [adblock-plus] 53/464: Made sure release script doesn't ignore errors in create_xpi.pl

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:01 UTC 2014


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

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

commit 50f4251ddefeb945534ba7dcb58fa300fd7ce930
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Fri Aug 28 15:47:36 2009 +0200

    Made sure release script doesn't ignore errors in create_xpi.pl
---
 make_release.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/make_release.pl b/make_release.pl
index 9e8b84f..e200da8 100644
--- a/make_release.pl
+++ b/make_release.pl
@@ -39,6 +39,7 @@ close(VERSION);
 
 @ARGV = ("../downloads/$baseName-$version.xpi");
 do '../create_xpi.pl';
+die $@ if $@;
 
 die "Failed to determine current directory name" unless cwd() =~ /([^\\\/]+)[\\\/]?$/;
 my $dir = $1;

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



More information about the Pkg-mozext-commits mailing list