[Pkg-mozext-commits] [adblock-plus] 126/464: Do not tag the source repository with the full branch name, use version number only. Still tag buildtools and downloads with the old branch names, tags for multiple extensions go there.

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:10 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 a07428ea2396462321c996d1dd04324541cadf97
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Tue Jan 18 09:52:12 2011 +0100

    Do not tag the source repository with the full branch name, use version number only. Still tag buildtools and downloads with the old branch names, tags for multiple extensions go there.
---
 make_release.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make_release.pl b/make_release.pl
index cff81b5..590d670 100644
--- a/make_release.pl
+++ b/make_release.pl
@@ -44,7 +44,7 @@ unlink('metadata');
 rename('metadata_new', 'metadata');
 
 system(qq(hg commit -m "Releasing $extensionName $version"));
-system(qq(hg tag -f $branch));
+system(qq(hg tag -f $version));
 system(qq(hg tag -R ../buildtools -f $branch));
 
 @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