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:
Joanna Rutkowska 2012-01-27 10:08:34 +01:00
parent 32d1d9dd44
commit 2931895dcf

View File

@ -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" \