KEY_ID=${KEY_ID:-'7157882F'}
DEBREPO=~/debian
DEBDISTRO=stable
+#PBUILDER_OPTS='--debbuildopts "-j8"'
OS=`cat /etc/issue | head -n 1`
ARCH=`uname -i`
touch $REPORTS/fail.$BASENAME
(cd $DIR; dpkg-source -x "`basename $FILE`")
SUBDIR=`find $DIR -maxdepth 1 -type d -name ${BASENAME}-\* | head -n 1`
- (cd $SUBDIR; pdebuild --buildresult $BASEDIR/results/pbuilder --auto-debsign --debsign-k $KEY_ID -- --hookdir $LAUNCHDIR/pbuilder)
+ (cd $SUBDIR; pdebuild --buildresult $BASEDIR/results/pbuilder --auto-debsign --debsign-k $KEY_ID -- --hookdir $LAUNCHDIR/pbuilder $PBUILDER_OPTS)
mv $DIR/*.build results/reports
CHANGES=`find results/pbuilder -type f -name ${BASENAME}_\*.changes | head -n 1`
# buggy mini-dinstall?