* pbuilder-dist: Fix error on chroot creation (LP: #146475)

This commit is contained in:
Laurent Bigonville 2007-09-28 23:45:51 +02:00
parent c3d00d0a95
commit ea1c24b771
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
ubuntu-dev-tools (0.15) gutsy; urgency=low
* pbuilder-dist: Fix error on chroot creation (LP: #146475)
-- Laurent Bigonville <bigon@bigon.be> Fri, 28 Sep 2007 23:43:54 +0200
ubuntu-dev-tools (0.14) gutsy; urgency=low
* massfile:

View File

@ -168,5 +168,5 @@ sudo pbuilder $OPERATION \
$( [ -z $DEBCACHE ] || echo "--aptcache $DEBCACHE" ) \
--buildresult $BASE_DIR/${FOLDERBASE}_result \
--mirror "$ARCHIVE" \
--othermirror "\"deb $ARCHIVE $DISTRIBUTION $COMPONENTS\"" \
--othermirror "deb $ARCHIVE $DISTRIBUTION $COMPONENTS" \
$@