Fix bug in pbuilder (--mirror was missing)

This commit is contained in:
Siegfried-Angel Gevatter Pujals (RainCT) 2007-09-14 22:44:32 +02:00
parent a284445a6b
commit f993423019

View File

@ -105,8 +105,7 @@ distdata()
case $DISTRIBUTION in
#warty|hoary|breezy)
dapper|edgy|feisty|gutsy)
dapper|edgy|feisty|gutsy) # warty|hoary|breezy
distdata ubuntu
;;
@ -168,5 +167,6 @@ sudo pbuilder $OPERATION \
$( [ $SAVELOG = 0 ] || echo "--logfile $BASE_DIR/.lastlog" ) \
$( [ -z $DEBCACHE ] || echo "--aptcache $DEBCACHE" ) \
--buildresult $BASE_DIR/${FOLDERBASE}_result \
--mirror "$ARCHIVE" \
--othermirror "\"deb $ARCHIVE $DISTRIBUTION $COMPONENTS\"" \
$@