[Pkg-mozext-commits] [jpm.sh] 37/43: Added an option to disable postprocessing

Hema Prathaban hemaprathaban-guest at moszumanska.debian.org
Thu Aug 17 07:52:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

hemaprathaban-guest pushed a commit to branch master
in repository jpm.sh.

commit dd09fcfe3fb64f533d9f8b175a9cc3b2e446737d
Author: nord-stream <nord-stream at ochaken.jp.eu.org>
Date:   Fri Jun 3 10:26:58 2016 +0000

    Added an option to disable postprocessing
---
 lib/xpi.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/xpi.sh b/lib/xpi.sh
index e3212d0..370f19c 100644
--- a/lib/xpi.sh
+++ b/lib/xpi.sh
@@ -139,7 +139,7 @@ jpmXpiBuild () (
 	cd .. >&2
 	
 	
-	[ "$isProdBuild" ] && {
+	[ "$isProdBuild" ] && [ -z "$JPM_SH_RAW_PACKAGING" ] && {
 		# Postprocessing
 		which advzip >/dev/null && {
 			jpmConsoleLog "xpi-build: Recompressing..."

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/jpm.sh.git



More information about the Pkg-mozext-commits mailing list