diff options
Diffstat (limited to 'localcowdebuild')
-rwxr-xr-x | localcowdebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/localcowdebuild b/localcowdebuild index fcfc2b6..d4f7934 100755 --- a/localcowdebuild +++ b/localcowdebuild @@ -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 basepath="/var/cache/pbuilder/cow-$pool" @@ -59,8 +57,5 @@ for pool in $pools; do --buildplace "$buildplace" \ --aptcache "$aptcache" \ --pkgname-logfile \ - $pbuilderopts - -# $pbuilderopts \ -# | tee $HOME/src/pbuild-$pool/buildlog.$$ + $@ done |