* pbuilder-dist: Use new --components options (LP: #140964)

* pbuilder-dist: Add an empty --othermirror to override config in pbuilderrc
This commit is contained in:
Laurent Bigonville 2007-10-31 17:12:45 +01:00
commit 53bacd6bdf
2 changed files with 4 additions and 1 deletions

2
debian/changelog vendored
View File

@ -3,6 +3,8 @@ ubuntu-dev-tools (0.21) UNRELEASED; urgency=low
[ Laurent Bigonville ]
* 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: Add an empty --othermirror to override config in pbuilderrc
[ Kees Cook ]
* mk-sbuild-lv: fix gnupg install, adjust symlink creation

View File

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