summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbackport4
1 files changed, 3 insertions, 1 deletions
diff --git a/backport b/backport
index 1226900..0796fe4 100755
--- a/backport
+++ b/backport
@@ -129,13 +129,15 @@ else
if [ "$skip" = false ]
then
sudo -E pbuilder update \
+ --override-config \
--distribution $DIST \
--basetgz /var/cache/pbuilder/$DIST-$ARCH-base.tgz \
--aptcache /var/cache/pbuilder/$DIST-$ARCH/aptcache
fi
sudo -E pdebuild --debbuildopts '-sa' \
--buildresult $rcrandir/$DIST-cran34/ \
- -- --distribution $DIST --basetgz /var/cache/pbuilder/$DIST-$ARCH-base.tgz \
+ -- --override-config \
+ --distribution $DIST --basetgz /var/cache/pbuilder/$DIST-$ARCH-base.tgz \
--aptcache /var/cache/pbuilder/$DIST-$ARCH/aptcache \
--buildplace /var/cache/pbuilder/$DIST-$ARCH/build
if [ $? -ne 0 ]; then

Contact - Imprint