[Pkg-mozext-commits] [adblock-plus] 100/464: Force tagging in case of a re-release

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:07 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 9b12d58a37ea8f292165051e041f53a9520d4f2a
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Wed Nov 3 09:40:31 2010 +0100

    Force tagging in case of a re-release
---
 make_release.pl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/make_release.pl b/make_release.pl
index d944635..cff81b5 100644
--- a/make_release.pl
+++ b/make_release.pl
@@ -44,8 +44,8 @@ unlink('metadata');
 rename('metadata_new', 'metadata');
 
 system(qq(hg commit -m "Releasing $extensionName $version"));
-system(qq(hg tag $branch));
-system(qq(hg tag -R ../buildtools $branch));
+system(qq(hg tag -f $branch));
+system(qq(hg tag -R ../buildtools -f $branch));
 
 @ARGV = ("../downloads/$baseName-$version.xpi");
 do 'buildtools/create_xpi.pl';
@@ -62,7 +62,7 @@ $pkg->rm_rec('tmp');
 system("hg add -R ../downloads ../downloads/$baseName-$version.xpi");
 system("hg add -R ../downloads ../downloads/$baseName-$version-source.tgz");
 system(qq(hg commit -R ../downloads -m "Releasing $extensionName $version"));
-system(qq(hg tag -R ../downloads $branch));
+system(qq(hg tag -R ../downloads -f $branch));
 
 system(qq(hg push));
 system(qq(hg push -R ../downloads));

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