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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
SIGN_OPT=--sign
|
rpmbuild --target noarch \
|
||||||
[ "$NO_SIGN" = "1" ] && SIGN_OPT=
|
|
||||||
|
|
||||||
rpmbuild $SIGN_OPT --target noarch \
|
|
||||||
--define "template_name $NAME" \
|
--define "template_name $NAME" \
|
||||||
--define "_topdir $PWD/rpmbuild" \
|
--define "_topdir $PWD/rpmbuild" \
|
||||||
--define "_tmppath $PWD/rpmbuild/tmp" \
|
--define "_tmppath $PWD/rpmbuild/tmp" \
|
||||||
|
Loading…
Reference in New Issue
Block a user