diff options
author | Matěj Cepl <mcepl@redhat.com> | 2013-07-09 18:48:14 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2013-07-09 18:48:14 +0200 |
commit | 6b647f71c32a34a40e6a09b9bd0d7c89e501c6be (patch) | |
tree | 9744c5de2402be0b7f867e674f120eeb4f02e69d | |
parent | b18e93d73dadacb1d36f0e0fa7a19bbb188e8d75 (diff) | |
download | bugzilla-triage-6b647f71c32a34a40e6a09b9bd0d7c89e501c6be.tar.gz |
Updates and also add --strip-sdk.
-rw-r--r-- | Makefile | 5 | ||||
-rw-r--r-- | lib/main.js | 1 | ||||
-rw-r--r-- | package.json | 5 | ||||
-rw-r--r-- | update.rdf | 30 |
4 files changed, 35 insertions, 6 deletions
@@ -16,7 +16,8 @@ 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 --update-link=$(UPSTREAM_XPI_URL) --update-url=$(UPDATE_URL) + cfx xpi --strip-sdk --update-link=$(UPSTREAM_XPI_URL) \ + --update-url=$(UPDATE_URL) 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 @@ -24,7 +25,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 + cfx xpi --strip-sdk update.rdf: bugzilla-triage-$(VERNO).xpi tidy -i -xml -utf8 -m update.rdf diff --git a/lib/main.js b/lib/main.js index f5c4bc5..be91d55 100644 --- a/lib/main.js +++ b/lib/main.js @@ -163,3 +163,4 @@ contextMenu.Item({ } }); //tabs.open("https://bugs.eclipse.org/bugs/show_bug.cgi?id=304933"); +//tabs.open("https://bugzilla.redhat.com/show_bug.cgi?id=348531"); diff --git a/package.json b/package.json index 6d3c457..211e12e 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,10 @@ { "id": "jid0-uXmbeWgOltUUuqrHKhrR7hW3IQY", - "dependencies": [ - "api-utils", "addon-kit" - ], "fullName": "bugzilla-triage-scripts", "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.6.4", + "version": "1.6.9", "contributors": [ "Ehsan Akhgari (http://ehsanakhgari.org/) <ehsan@mozilla.com>", "Johnathan Nightingale (http://johnath.com) <johnath@mozilla.com>", @@ -322,6 +322,36 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#"> </em:targetApplication> </Description> </li> + <li> + <Description> + <em:version>1.6.7</em:version> + <em:targetApplication> + <Description> + <em:id> + {ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>19.0</em:minVersion> + <em:maxVersion>22.0a1</em:maxVersion> + <em:updateLink> + https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-1.6.7.xpi</em:updateLink> + </Description> + </em:targetApplication> + </Description> + </li> + <li> + <Description> + <em:version>1.6.8</em:version> + <em:targetApplication> + <Description> + <em:id> + {ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>19.0</em:minVersion> + <em:maxVersion>21.*</em:maxVersion> + <em:updateLink> + https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-1.6.8.xpi</em:updateLink> + </Description> + </em:targetApplication> + </Description> + </li> </Seq> </em:updates> </Description> |