diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-01-18 09:05:51 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-01-18 09:05:51 +0100 |
commit | e129a180a89f8e323652fce3ebae494ae995bb9d (patch) | |
tree | 5fd9f4a59ffed977af97f87d7d1caba557673c48 | |
parent | 7f563b5ea81d1e78d1c895fdfc6df6ae4f2c1d1d (diff) | |
download | bugzilla-triage-e129a180a89f8e323652fce3ebae494ae995bb9d.tar.gz |
Test for FIXME should be in pre-commit hook.
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,6 +1,6 @@ WEBDIR=/home/matej/Dokumenty/website/fedorahosted/ -all: fix install +all: install install: local-install websync @@ -20,6 +20,3 @@ bugzilla-triage.xpi: package.json lib/*.js docs/* install.rdf ;\ zip -9rmqT bugzilla-triage.xpi install.rdf ;\ make -C $(WEBDIR) - -fix: - ! grep -n FIXME lib/*.js |