[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 107/483: Tag CVS automatically after a release

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:31 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 1b68eadf5e887bf88ff2ef3fdde77d4be06ef5cb
Author: Wladimir Palant <trev at gtchat.de>
Date:   Mon Feb 11 19:13:06 2008 +0000

    Tag CVS automatically after a release
    
    --HG--
    extra : convert_revision : svn%3Ad8bf93c1-8190-44a8-bb31-1ea94378a4df/trunk%40847
---
 make_release.pl | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/make_release.pl b/make_release.pl
index 03ef084..86d395c 100644
--- a/make_release.pl
+++ b/make_release.pl
@@ -28,3 +28,8 @@ for my $locale (@locales)
 chdir('../..');
 system("cvs add downloads/elemhidehelper-$version.xpi");
 system(qq(cvs commit -m "Releasing Element Hiding Helper $version"));
+
+my $branch = $version;
+$branch =~ s/\./_/g;
+$branch = "ELEMENT_HIDING_HELPER_".$branch."_RELEASE";
+system(qq(cvs tag -R $branch src/elemhidehelper"));

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