Skip to content
Snippets Groups Projects
Commit 08a99d60 authored by Eric S. Raymond's avatar Eric S. Raymond
Browse files

Adapt for new shipper conventions.

parent 3352cafa
No related branches found
No related tags found
No related merge requests found
...@@ -43,8 +43,7 @@ endif ...@@ -43,8 +43,7 @@ endif
rm -f $(DESTDIR)/usr/share/man/man1/irkerhook.1 rm -f $(DESTDIR)/usr/share/man/man1/irkerhook.1
clean: clean:
rm -f irkerd.8 irkerhook.1 irker-*.tar.gz *~ rm -f irkerd.8 irkerhook.1 irker-*.tar.gz *~ *.html
rm -f SHIPPER.* *.html
PYLINTOPTS = --rcfile=/dev/null --reports=n --include-ids=y --disable="C0103,C0111,C0301,R0201,R0902,R0903,R0912,R0913,R0914,R0915,E1101,W0201,W0212,W0621,W0702,F0401" PYLINTOPTS = --rcfile=/dev/null --reports=n --include-ids=y --disable="C0103,C0111,C0301,R0201,R0902,R0903,R0912,R0913,R0914,R0915,E1101,W0201,W0212,W0621,W0702,F0401"
pylint: pylint:
...@@ -69,5 +68,4 @@ irker-$(VERS).tar.gz: $(SOURCES) irkerd.8 irkerhook.1 ...@@ -69,5 +68,4 @@ irker-$(VERS).tar.gz: $(SOURCES) irkerd.8 irkerhook.1
dist: irker-$(VERS).tar.gz dist: irker-$(VERS).tar.gz
release: irker-$(VERS).tar.gz irkerd.html irkerhook.html install.html security.html hacking.html release: irker-$(VERS).tar.gz irkerd.html irkerhook.html install.html security.html hacking.html
shipper -u -m -t; make clean shipper version=$(VERS) | sh -e -x
git push && git push --tags
...@@ -17,9 +17,12 @@ XBS-Destinations: freecode ...@@ -17,9 +17,12 @@ XBS-Destinations: freecode
Homepage: http://www.catb.org/~esr/irker Homepage: http://www.catb.org/~esr/irker
XBS-HTML-Template: index.html
XBS-IRC-Channel: irc://chat.freenode.net/#irker XBS-IRC-Channel: irc://chat.freenode.net/#irker
XBS-Logo: irker-logo.png XBS-Logo: irker-logo.png
XBS-Project-Tag-List: IRC, client XBS-Project-Tag-List: IRC, client
XBS-VC-Tag-Template: %(version)s
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment