summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbackport6
1 files changed, 3 insertions, 3 deletions
diff --git a/backport b/backport
index 112c001..2f4d93d 100755
--- a/backport
+++ b/backport
@@ -7,7 +7,7 @@ export ARCH
# R version against which the software is compiled
iteration=0
-Rversion=3.5.3
+Rversion=3.6.0
# Set required r-base-dev version for packages build-depending on R
rbasedev="r-base-dev (>= $Rversion)"
@@ -71,13 +71,13 @@ then
sudo rm -rf `ls -d $pkg-*`
fi
-# Get current source from unstable
+# Get current source (from unstable or buildd-unstable, depending on sources.list)
if [ "$skip" = false ]
then
sudo apt-get update
sudo apt-get upgrade
fi
-sudo apt-get source -t unstable $pkg
+sudo apt-get source $pkg
# Copy sources to $DIST directory to enable parallel builds
mkdir -p $DIST

Contact - Imprint