* pbuilder-dist: Add an empty --othermirror

This commit is contained in:
Laurent Bigonville 2007-10-25 14:29:05 +02:00
parent 89ac3cf249
commit 3ce52f59cf
2 changed files with 4 additions and 2 deletions

5
debian/changelog vendored
View File

@ -2,9 +2,10 @@ ubuntu-dev-tools (0.21) UNRELEASED; urgency=low
* debian/control: add a space before the Homepage pseudo-field
* pbuilder-dist: add hardy to the distribution list
* pbuilder-dist: Use new --components options (LP: #140964)
* pbuilder-dist: Use new --components options (LP: #140964)
* pbuilder-dist: Add an empty --othermirror
-- Laurent Bigonville <bigon@ubuntu.com> Tue, 23 Oct 2007 19:23:27 +0200
-- Laurent Bigonville <bigon@ubuntu.com> Thu, 25 Oct 2007 14:28:07 +0200
ubuntu-dev-tools (0.20) hardy; urgency=low

View File

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