Add 'sign' target
This will ease signing just one template, instead of checking all of them for the unsigned one(s).
This commit is contained in:
parent
310019ea3c
commit
0a8e29571f
3
Makefile
3
Makefile
@ -72,6 +72,9 @@ update-repo-installer:
|
||||
[ -z "$$UPDATE_REPO" ] && UPDATE_REPO=../installer/yum/qubes-dom0;\
|
||||
ln -f rpm/noarch/qubes-template-$(TEMPLATE_NAME)-$(VERSION)-$(shell cat build_timestamp_$(TEMPLATE_NAME))*.noarch.rpm $$UPDATE_REPO/rpm
|
||||
|
||||
sign:
|
||||
setsid -w rpmsign $$RPMSIGN_OPTS --addsign rpm/noarch/qubes-template-$(TEMPLATE_NAME)-$(VERSION)-$(shell cat build_timestamp_$(TEMPLATE_NAME))*.noarch.rpm
|
||||
|
||||
prepare-repo-template:
|
||||
rm -rf pkgs-for-template/$(DIST)
|
||||
mkdir -p pkgs-for-template/$(DIST)
|
||||
|
Loading…
Reference in New Issue
Block a user