make template: remove signing in template building script
We sign all the packages later, using make sign-all -- see the make qubes target
This commit is contained in:
parent
32d1d9dd44
commit
2931895dcf
@ -6,10 +6,7 @@ echo "usage $0 <template_name>"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
SIGN_OPT=--sign
|
||||
[ "$NO_SIGN" = "1" ] && SIGN_OPT=
|
||||
|
||||
rpmbuild $SIGN_OPT --target noarch \
|
||||
rpmbuild --target noarch \
|
||||
--define "template_name $NAME" \
|
||||
--define "_topdir $PWD/rpmbuild" \
|
||||
--define "_tmppath $PWD/rpmbuild/tmp" \
|
||||
|
Loading…
Reference in New Issue
Block a user