[Pkg-mozext-commits] [jpm.sh] 35/43: Updated to reflect changes in JPM 1.0.7.

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 cc06dbbd241e7a079875fc7861ae3b660eac1137
Author: nord-stream <nord-stream at ochaken.jp.eu.org>
Date:   Fri Apr 1 17:06:29 2016 +0000

    Updated to reflect changes in JPM 1.0.7.
---
 lib/xpi.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/xpi.sh b/lib/xpi.sh
index 610fa16..7cdfe79 100644
--- a/lib/xpi.sh
+++ b/lib/xpi.sh
@@ -238,14 +238,14 @@ jpmXpiGenInstallRdf () {
 	versionF=`jpmXpiFormatVersion "$2"`
 	
 	# XXX: hardcoded
-	targetFirefox=`jpmXpiGenInstallRdfTarget "$uuidFirefox" '38.0a1' '43.0'`
+	targetFirefox=`jpmXpiGenInstallRdfTarget "$uuidFirefox" '38.0a1' '*'`
 	targetFennec=''
 	targetThunderbird=''
 	targetSeamonkey=''
 	[ "${addon_fennec_version}" ] && \
-		targetFennec=`jpmXpiGenInstallRdfTarget "$uuidFennec" '38.0a1' '43.0'`
+		targetFennec=`jpmXpiGenInstallRdfTarget "$uuidFennec" '38.0a1' '*'`
 	[ "${addon_thunderbird_version}" ] && \
-		targetThunderbird=`jpmXpiGenInstallRdfTarget "$uuidThunderbird" '38.0' '43.0'`
+		targetThunderbird=`jpmXpiGenInstallRdfTarget "$uuidThunderbird" '38.0a1' '43.0'`
 	[ "${addon_seamonkey_version}" ] && \
 		targetSeamonkey=`jpmXpiGenInstallRdfTarget "$uuidSeamonkey" '2.38' '2.43'`
 	

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