From 5756422c70e97861e8656a30e00e1042b5910518 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sat, 7 May 2011 01:58:49 +0200 Subject: New release. RC1 --- Makefile | 16 +++++----------- package.json | 2 +- update.rdf | 15 +++++++++++++++ 3 files changed, 21 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index 1bbdd03..455b6f4 100644 --- a/Makefile +++ b/Makefile @@ -1,25 +1,19 @@ WEBDIR=/home/matej/Dokumenty/website/fedorahosted/ +UPSTREAM_XPI_URL=https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-$(VERNO).xpi +UPDATE_URL=https://fedorahosted.org/released/bugzilla-triage-scripts/update.rdf all: install install: local-install - websync + #make -C $(WEBDIR) + #websync local-install: bugzilla-triage.xpi rsync -av bugzilla-triage.xpi $(WEBDIR) rsync -av jsons/Config_data.json $(WEBDIR) bugzilla-triage.xpi: package.json lib/*.js - cfx xpi ;\ - unzip -qqo bugzilla-triage.xpi install.rdf ;\ - sed -i -e \ - '/em:creator/a\ - https://fedorahosted.org/released/bugzilla-triage-scripts/icon.png\ - https://fedorahosted.org/released/bugzilla-triage-scripts/update.rdf\ - ' \ - install.rdf ;\ - zip -9rmqT bugzilla-triage.xpi install.rdf ;\ - make -C $(WEBDIR) + cfx xpi --update-link=$(UPSTREAM_XPI_URL) --update-url=$(UPDATE_URL) clean: find . -name \*~ -print -delete diff --git a/package.json b/package.json index 9b5ece3..56a2b7c 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": "0.103", + "version": "0.104", "contributors": [ "Ehsan Akhgari (http://ehsanakhgari.org/) ", "Johnathan Nightingale (http://johnath.com) ", diff --git a/update.rdf b/update.rdf index d031c73..4620243 100644 --- a/update.rdf +++ b/update.rdf @@ -442,6 +442,21 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#"> +
  • + + 0.104 + + + + {ec8030f7-c20a-464f-9b0e-13a3a9e97384} + 4.0b7 + 6.0a1 + + https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-0.104.xpi + + + +
  • -- cgit