summaryrefslogtreecommitdiff
path: root/backport
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-12-07 07:28:19 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2017-12-07 07:28:19 +0100
commit02d987a6aa15284e4f79cc6296abcd67aa65879c (patch)
tree8bb7a3d3d5e078878f21f037703ddb664c376339 /backport
parent0a36a831a9c673804a2f71c0b028b4a1fc5b68e9 (diff)
Generate logs, switch to debuild
Diffstat (limited to 'backport')
-rwxr-xr-xbackport3
1 files changed, 2 insertions, 1 deletions
diff --git a/backport b/backport
index 87c3fcc..4898e4e 100755
--- a/backport
+++ b/backport
@@ -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 \

Contact - Imprint