qubes-linux-template-builder/build_template_rpm
Joanna Rutkowska 2931895dcf make template: remove signing in template building script
We sign all the packages later, using make sign-all -- see the make qubes target
2012-01-27 10:08:42 +01:00

14 lines
277 B
Bash
Executable File

#!/bin/sh
NAME=$1
if [ x$NAME = x ] ; then
echo "usage $0 <template_name>"
exit 1
fi
rpmbuild --target noarch \
--define "template_name $NAME" \
--define "_topdir $PWD/rpmbuild" \
--define "_tmppath $PWD/rpmbuild/tmp" \
-bb templates.spec