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:
parent
ecc9c3a057
commit
705916b7a0
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue