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