diff options
Diffstat (limited to 'backport')
-rwxr-xr-x | backport | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -99,7 +99,7 @@ cranversion=$upstreamversion"~"$DIST"cran.$iteration" # necessary new_dsc=$rcrandir/$DIST-cran34/${pkg}_${cranversion}.dsc -#new_dsc=dummy_value # set temporarily to force rebuilds for the r-api-3.4 transition +logfile=$rcrandir/$DIST-cran34/${pkg}_${cranversion}_${ARCH}.build if [ -e $new_dsc ]; then @@ -137,6 +137,7 @@ else fi sudo -E pdebuild --debbuildopts '-sa' \ --buildresult $rcrandir/$DIST-cran34/ \ + --logfile $logfile \ -- --override-config \ --distribution $DIST --basetgz /var/cache/pbuilder/$DIST-$ARCH-base.tgz \ --aptcache /var/cache/pbuilder/$DIST-$ARCH/aptcache \ |