1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

add RPM signing

This commit is contained in:
Steffen Vogel 2017-06-13 15:13:54 +00:00
parent ecc9c3a057
commit 705916b7a0

View file

@ -58,7 +58,10 @@ $(SPEC_VILLAS): $(SRCDIR)/packaging/rpm/villas-node.spec | $$(dir $$@)
sed -e "s/§VERSION§/$(VERSION_NUM)/g" \
-e "s/§RELEASE§/1.$(GIT_BRANCH)_$(subst -,_,$(VARIANT)).$(shell date +%Y%m%d)git$(GIT_REV)/g" < $^ > $@
sign-rpm:
rpmsign $(RPMDIR)/RPMS/*/.rpm
clean-rpm:
rm -rf $(RPMDIR)
.PHONY: rpm clean-rpm rpm-libwebsockets rpm-libxil
.PHONY: rpm clean-rpm rpm-libwebsockets rpm-libxil