diff options
Diffstat (limited to 'localpdebuild')
-rwxr-xr-x | localpdebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/localpdebuild b/localpdebuild index 763ecd6..733cbb4 100755 --- a/localpdebuild +++ b/localpdebuild @@ -14,7 +14,6 @@ if [ $# -eq 0 ]; then fi pools='' -pbuilderopts='' pdebuildopts='' debbuildopts='' while [ $# -gt 0 ]; do @@ -42,7 +41,6 @@ while [ $# -gt 0 ]; do ;; esac done -pbuilderopts="$pbuilderopts $@" for pool in $pools; do pdebuild \ @@ -54,8 +52,5 @@ for pool in $pools; do --buildplace /var/cache/pbuilder/build-$pool/ \ --aptcache /var/cache/pbuilder/aptcache-$pool/ \ --pkgname-logfile \ - $pbuilderopts - -# $pbuilderopts \ -# | tee $HOME/src/pbuild-$pool/buildlog.$$ + $@ done |