mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-16 01:21:07 +00:00
Fix bug in pbuilder (--mirror was missing)
This commit is contained in:
parent
a284445a6b
commit
f993423019
@ -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\"" \
|
||||||
$@
|
$@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user