aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2013-07-09 18:48:14 +0200
committerMatěj Cepl <mcepl@redhat.com>2013-07-09 18:48:14 +0200
commit6b647f71c32a34a40e6a09b9bd0d7c89e501c6be (patch)
tree9744c5de2402be0b7f867e674f120eeb4f02e69d
parentb18e93d73dadacb1d36f0e0fa7a19bbb188e8d75 (diff)
downloadbugzilla-triage-6b647f71c32a34a40e6a09b9bd0d7c89e501c6be.tar.gz
Updates and also add --strip-sdk.
-rw-r--r--Makefile5
-rw-r--r--lib/main.js1
-rw-r--r--package.json5
-rw-r--r--update.rdf30
4 files changed, 35 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index f5eaced..ecda061 100644
--- a/Makefile
+++ b/Makefile
@@ -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>",
diff --git a/update.rdf b/update.rdf
index 0679c55..fdb9dd6 100644
--- a/update.rdf
+++ b/update.rdf
@@ -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>