diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-09-06 19:18:18 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-09-06 19:18:18 +0200 |
commit | 1cadc51cc0135b9c4cf338e09c7874e1f49bf61b (patch) | |
tree | 5b5a4251c07df263f2fc22d9bd0e0c5b467e1f60 | |
parent | 49284ece28eb4c668bdcae1149b9f28af0f6396e (diff) | |
download | bugzilla-triage-1cadc51cc0135b9c4cf338e09c7874e1f49bf61b.tar.gz |
New release version.
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | update.rdf | 15 |
3 files changed, 18 insertions, 3 deletions
@@ -9,7 +9,7 @@ install: local-install #make -C $(WEBDIR) #websync -local-install: bugzilla-triage.xpi +local-install: bugzilla-triage.xpi update.rdf rsync -av bugzilla-triage.xpi $(WEBDIR) rsync -av jsons/Config_data.json $(WEBDIR) @@ -17,7 +17,7 @@ bugzilla-triage.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 -update.rdf: +update.rdf: bugzilla-triage.xpi tidy -i -xml -utf8 -m update.rdf clean: diff --git a/package.json b/package.json index bd6fee4..82916f9 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.4.5", + "version": "1.4.6", "contributors": [ "Ehsan Akhgari (http://ehsanakhgari.org/) <ehsan@mozilla.com>", "Johnathan Nightingale (http://johnath.com) <johnath@mozilla.com>", @@ -142,6 +142,21 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#"> </em:targetApplication> </Description> </li> + <li> + <Description> + <em:version>1.4.6</em:version> + <em:targetApplication> + <Description> + <em:id> + {ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>4.0b7</em:minVersion> + <em:maxVersion>9.0a1</em:maxVersion> + <em:updateLink> + https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-1.4.6.xpi</em:updateLink> + </Description> + </em:targetApplication> + </Description> + </li> </Seq> </em:updates> </Description> |