]> rtime.felk.cvut.cz Git - novaboot.git/blobdiff - Makefile
server: Add novaboot users to the novaboot group
[novaboot.git] / Makefile
index 4998d724b67f2d3ab70eb4162db7b208214b3934..47e6c2332a6b7a5acb7e7531bffab16d44dd5974 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@ DESTDIR=
 PREFIX=/usr
 
 all:
+       $(MAKE) -C server
 
 README.md: novaboot
        pod2markdown $< > $@
@@ -18,3 +19,9 @@ install:
 
 test:
        $(MAKE) -C tests
+
+release:
+       : gbp dch --release -N $(shell date +%Y%m%d) --commit
+       : gbp buildpackage --git-tag -b
+       : debrelease rtime
+       : git push --follow-tags