From 6b647f71c32a34a40e6a09b9bd0d7c89e501c6be Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 9 Jul 2013 18:48:14 +0200 Subject: Updates and also add --strip-sdk. --- Makefile | 5 +++-- lib/main.js | 1 + package.json | 5 +---- update.rdf | 30 ++++++++++++++++++++++++++++++ 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", "Johnathan Nightingale (http://johnath.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#"> +
  • + + 1.6.7 + + + + {ec8030f7-c20a-464f-9b0e-13a3a9e97384} + 19.0 + 22.0a1 + + https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-1.6.7.xpi + + + +
  • +
  • + + 1.6.8 + + + + {ec8030f7-c20a-464f-9b0e-13a3a9e97384} + 19.0 + 21.* + + https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-1.6.8.xpi + + + +
  • -- cgit