From 0a8e29571ffd4604c7c36c722c6a9ec879e7db5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Fri, 25 May 2018 16:31:23 +0200 Subject: [PATCH] Add 'sign' target This will ease signing just one template, instead of checking all of them for the unsigned one(s). --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 0883caa..183bb05 100644 --- a/Makefile +++ b/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)