[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 146/483: Don't create single-language release builds for incomplete locales

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:35 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 35aafc69fcd4cc04bf0586a65eb857b6d1a629cb
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Wed Dec 3 22:01:41 2008 +0100

    Don't create single-language release builds for incomplete locales
---
 make_release.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make_release.pl b/make_release.pl
index 1223d26..e452a2c 100644
--- a/make_release.pl
+++ b/make_release.pl
@@ -21,7 +21,7 @@ close(VERSION);
 do './create_xpi.pl';
 
 opendir(LOCALES, "chrome/locale");
-my @locales = grep {!/[^\w\-]/} readdir(LOCALES);
+my @locales = grep {!/[^\w\-]/ && !-e("chrome/locale/$_/.incomplete")} readdir(LOCALES);
 closedir(LOCALES);
 
 # Create new single-locale builds

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