aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2016-02-03 17:44:41 +0100
committerMatěj Cepl <mcepl@cepl.eu>2016-02-03 17:44:41 +0100
commit462e5ea2b7d18a0d0d7ac66235df5240418f8522 (patch)
treed8f856539ddc5afb6767230ca98dec35865122ec
parentf244fefbcd9a2116c337bf20e8088e389e3adc32 (diff)
downloadbugzilla-triage-462e5ea2b7d18a0d0d7ac66235df5240418f8522.tar.gz
Update plugin
-rw-r--r--Makefile5
-rw-r--r--package.json6
2 files changed, 6 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index ecda061..2b1461d 100644
--- a/Makefile
+++ b/Makefile
@@ -16,8 +16,7 @@ local-install: bugzilla-triage-$(VERNO).xpi update.rdf
rsync -av jsons/Config_data.json $(WEBDIR)
bugzilla-triage-$(VERNO).xpi: package.json lib/*.js
- cfx xpi --strip-sdk --update-link=$(UPSTREAM_XPI_URL) \
- --update-url=$(UPDATE_URL)
+ jpm xpi
unzip -q bugzilla-triage.xpi install.rdf
sed -i -e '/em:minVersion/s!>[0-9.]*<!>7.0<!' install.rdf
zip -9qmT bugzilla-triage.xpi install.rdf
@@ -25,7 +24,7 @@ bugzilla-triage-$(VERNO).xpi: package.json lib/*.js
mv bugzilla-triage.xpi bugzilla-triage-$(VERNO).xpi
bugzilla-triage.xpi: package.json lib/*.js
- cfx xpi --strip-sdk
+ jpm xpi --strip-sdk
update.rdf: bugzilla-triage-$(VERNO).xpi
tidy -i -xml -utf8 -m update.rdf
diff --git a/package.json b/package.json
index 5aec327..0401b13 100644
--- a/package.json
+++ b/package.json
@@ -1,10 +1,12 @@
{
- "id": "jid0-uXmbeWgOltUUuqrHKhrR7hW3IQY",
+ "id": "jid0-uXmbeWgOltUUuqrHKhrR7hW3IQY@jetpack",
"fullName": "bugzilla-triage-scripts",
+ "name": "bugzilla-triage-scripts",
+ "main": "lib/main.js",
"description": "Additional buttons and other function helping in the triage on bugzilla",
"author": "Matej Cepl (http://matej.ceplovi.cz)",
"license": "MIT/X11 (http://opensource.org/licenses/mit-license.php) and MPL",
- "version": "1.9.6",
+ "version": "1.9.7",
"contributors": [
"Ehsan Akhgari (http://ehsanakhgari.org/) <ehsan@mozilla.com>",
"Johnathan Nightingale (http://johnath.com) <johnath@mozilla.com>",