[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 131/483: Excluding CVS metadata no longer necessary

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:33 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 3fa16fb540635b53babbcfc2f61e77152090b375
Author: trev <none at none>
Date:   Thu Oct 23 08:14:06 2008 +0200

    Excluding CVS metadata no longer necessary
---
 make_release.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make_release.pl b/make_release.pl
index 21ded1b..6aa48c5 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\-]/ && !/CVS/} readdir(LOCALES);
+my @locales = grep {!/[^\w\-]/} 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