[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 132/483: Updating release scripts to work with Mercurial

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:34 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 2ca810df70b00d2cbf84b8ec62c84a77b600e6c0
Author: trev <none at none>
Date:   Thu Oct 23 08:21:30 2008 +0200

    Updating release scripts to work with Mercurial
---
 make_release.pl | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/make_release.pl b/make_release.pl
index 6aa48c5..ec76a1b 100644
--- a/make_release.pl
+++ b/make_release.pl
@@ -32,10 +32,12 @@ for my $locale (@locales)
 }
 
 chdir('../..');
-system("cvs add downloads/elemhidehelper-$version.xpi");
-system(qq(cvs commit -m "Releasing Element Hiding Helper $version" downloads src/elemhidehelper));
+system("hg add downloads/elemhidehelper-$version.xpi");
+system(qq(hg commit -m "Releasing Element Hiding Helper $version" downloads src/elemhidehelper));
 
 my $branch = $version;
 $branch =~ s/\./_/g;
 $branch = "ELEMENT_HIDING_HELPER_".$branch."_RELEASE";
-system(qq(cvs tag -R $branch src/elemhidehelper"));
+system(qq(hg tag $branch"));
+
+system(qq(hg push"));

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