aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 89986f6f605c31402d47b79e63244842bd414103 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
WEBDIR=/home/matej/Dokumenty/website

all: fix install

install: local-install
	websync

local-install: bugzilla-triage.xpi
	rsync -av bugzilla-triage.xpi $(WEBDIR)/fedorahosted/
	rsync -av jsons/Config_data.json $(WEBDIR)/fedorahosted/

bugzilla-triage.xpi: package.json lib/*.js docs/*
	cfx xpi ;\
	unzip -qqo bugzilla-triage.xpi install.rdf ;\
	sed -i -e \
	    's!<em:minVersion>3.5</em:minVersion>!<em:minVersion>3.6</em:minVersion>!' \
	    -e '/em:creator/a\
    <em:iconURL>https://fedorahosted.org/released/bugzilla-triage-scripts/icon.png</em:iconURL>\
    <em:updateURL>https://fedorahosted.org/released/bugzilla-triage-scripts/update.rdf</em:updateURL>\
	    ' \
	    install.rdf ;\
	zip -9rmqT bugzilla-triage.xpi install.rdf ;\

fix:
	! grep -n FIXME lib/*.js