diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-11-14 00:34:10 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-11-14 00:34:10 +0100 |
commit | 87175f0a42dca37fee80bbf05a9627de56213abe (patch) | |
tree | b6ef638fa1330b8648142c6430a629004f5e0039 | |
parent | 6f276251b94c54e182955c4e18fe50cb0287a584 (diff) | |
download | bugzilla-triage-87175f0a42dca37fee80bbf05a9627de56213abe.tar.gz |
Upgrade for compatibility with Aurora 10.*1.5.1
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | update.rdf | 15 |
3 files changed, 16 insertions, 7 deletions
@@ -16,12 +16,6 @@ local-install: bugzilla-triage-$(VERNO).xpi update.rdf bugzilla-triage-$(VERNO).xpi: package.json lib/*.js cfx xpi --update-link=$(UPSTREAM_XPI_URL) --update-url=$(UPDATE_URL) tidy -i -xml -utf8 -m bugzilla-triage.update.rdf - unzip bugzilla-triage.xpi install.rdf - sed -i -e '/maxVer/s/[0-9]\+\./10./' \ - -e '/minVer/s/[0-9]\+\./6./' install.rdf - sed -i -e '/maxVer/s/[0-9]\+\./10./' \ - -e '/minVer/s/[0-9]\+\./6./' bugzilla-triage.update.rdf - zip -9mqT bugzilla-triage.xpi install.rdf mv bugzilla-triage.xpi bugzilla-triage-$(VERNO).xpi update.rdf: bugzilla-triage-$(VERNO).xpi diff --git a/package.json b/package.json index 2eed40c..7e7ab62 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "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.5", + "version": "1.5.1", "contributors": [ "Ehsan Akhgari (http://ehsanakhgari.org/) <ehsan@mozilla.com>", "Johnathan Nightingale (http://johnath.com) <johnath@mozilla.com>", @@ -217,6 +217,21 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#"> </em:targetApplication> </Description> </li> + <li> + <Description> + <em:version>1.5.1</em:version> + <em:targetApplication> + <Description> + <em:id> + {ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>8.0</em:minVersion> + <em:maxVersion>11.0a1</em:maxVersion> + <em:updateLink> + https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-1.5.1.xpi</em:updateLink> + </Description> + </em:targetApplication> + </Description> + </li> </Seq> </em:updates> </Description> |