[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 137/483: Do not include ".incomplete" file in the build
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 6412d62491e05ce63cf4bb8e7811b44b083215f5
Author: Wladimir Palant <trev at adblockplus.org>
Date: Tue Nov 4 02:19:43 2008 +0100
Do not include ".incomplete" file in the build
---
create_xpi.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/create_xpi.pl b/create_xpi.pl
index 0f5fd5d..7a44083 100644
--- a/create_xpi.pl
+++ b/create_xpi.pl
@@ -33,7 +33,7 @@ $pkg->readVersion('version');
$pkg->readLocales('chrome/locale') unless exists $params{locales};
chdir('chrome');
-$pkg->makeJAR("$baseName.jar", 'content', 'skin', 'locale', '-/tests', '-/mochitest');
+$pkg->makeJAR("$baseName.jar", 'content', 'skin', 'locale', '-/tests', '-/mochitest', '-/.incomplete');
chdir('..');
my @files = grep {-e $_} ('components', 'defaults', 'install.js', 'install.rdf', 'chrome.manifest');
--
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