aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-09-06 19:18:18 +0200
committerMatěj Cepl <mcepl@redhat.com>2011-09-06 19:18:18 +0200
commit1cadc51cc0135b9c4cf338e09c7874e1f49bf61b (patch)
tree5b5a4251c07df263f2fc22d9bd0e0c5b467e1f60
parent49284ece28eb4c668bdcae1149b9f28af0f6396e (diff)
downloadbugzilla-triage-1cadc51cc0135b9c4cf338e09c7874e1f49bf61b.tar.gz
New release version.
-rw-r--r--Makefile4
-rw-r--r--package.json2
-rw-r--r--update.rdf15
3 files changed, 18 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 29fdcc9..cc7d30d 100644
--- a/Makefile
+++ b/Makefile
@@ -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>",
diff --git a/update.rdf b/update.rdf
index c81f272..b67c151 100644
--- a/update.rdf
+++ b/update.rdf
@@ -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>