[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 169/483: Release script: do not create single-language builds on release
David Prévot
taffit at moszumanska.debian.org
Thu Jan 22 21:41:37 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 a53b5be11d44b10aa240ea7e471eb13782e40695
Author: Wladimir Palant <trev at adblockplus.org>
Date: Mon Jul 13 16:40:08 2009 +0200
Release script: do not create single-language builds on release
---
make_release.pl | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/make_release.pl b/make_release.pl
index 1e64201..9060b60 100644
--- a/make_release.pl
+++ b/make_release.pl
@@ -20,17 +20,6 @@ close(VERSION);
@ARGV = ("../downloads/elemhidehelper-$version.xpi");
do './create_xpi.pl';
-opendir(LOCALES, "chrome/locale");
-my @locales = grep {!/[^\w\-]/ && !-e("chrome/locale/$_/.incomplete")} readdir(LOCALES);
-closedir(LOCALES);
-
-# Create new single-locale builds
-for my $locale (@locales)
-{
- @ARGV = ("../downloads/elemhidehelper-$version-$locale.xpi", $locale);
- do './create_xpi.pl';
-}
-
chdir('..');
system("hg add downloads/elemhidehelper-$version.xpi");
system(qq(hg commit -m "Releasing Element Hiding Helper $version" downloads 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