[Pkg-mozext-commits] [adblock-plus] 82/464: Save release version number with a trailing newline, hg diff doesn't like files without it

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:05 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 6e6a10b1b9faecc910ac77e24209b25aa9886b32
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Thu May 6 08:50:13 2010 +0200

    Save release version number with a trailing newline, hg diff doesn't like files without it
---
 make_release.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make_release.pl b/make_release.pl
index e79bae6..4965156 100644
--- a/make_release.pl
+++ b/make_release.pl
@@ -29,7 +29,7 @@ my $version = $ARGV[0];
 $version =~ s/[^\w\.]//gs;
 
 open(VERSION, ">version");
-print VERSION $ARGV[0];
+print VERSION "$ARGV[0]\n";
 close(VERSION);
 
 @ARGV = ("../downloads/$baseName-$version.xpi");

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