]> rtime.felk.cvut.cz Git - novaboot.git/blobdiff - Makefile
nix: Update flake inputs
[novaboot.git] / Makefile
index fb6319690ba8edcad006bd3083de164e3b932584..026048da383553c44bdcc98619d210ab3cae6f67 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@ DESTDIR=
 PREFIX=/usr
 
 all:
+       $(MAKE) -C server
 
 README.md: novaboot
        pod2markdown $< > $@
@@ -14,7 +15,20 @@ install:
        install -d $(DESTDIR)/etc/sudoers.d
        install -m 440 sudoers.novaboot $(DESTDIR)/etc/sudoers.d/novaboot
        install -d $(DESTDIR)/etc/novaboot.d
-       install etc.novaboot.txt $(DESTDIR)/etc/novaboot.d/README.txt
+       install -m 644 etc.novaboot.txt $(DESTDIR)/etc/novaboot.d/README.txt
+ifneq ($(INSTALL_SERVER),)
+       $(MAKE) -C server install PREFIX=$(PREFIX)
+endif
 
 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
+
+snapshot:
+       : gbp dch --snapshot --ignore-branch
+       : DEB_BUILD_OPTIONS=nocheck gbp buildpackage -b --git-ignore-new --git-ignore-branch