summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-01-29 10:07:06 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2019-01-29 10:07:06 +0100
commit704d99ae8c617d14b2b20a907e3792c6d91c9e6f (patch)
tree21a16168b081ddfcba0f853dc14bc0d37866b343
parent2b081325209afdd689e2143b5904790eb1007436 (diff)
Use -t for getting sources as rkward did not work without
-rwxr-xr-xbackport2
1 files changed, 1 insertions, 1 deletions
diff --git a/backport b/backport
index 3568115..bc2c916 100755
--- a/backport
+++ b/backport
@@ -77,7 +77,7 @@ then
sudo apt-get update
sudo apt-get upgrade
fi
-sudo apt-get source $pkg
+sudo apt-get source -t unstable $pkg
# Copy sources to $DIST directory to enable parallel builds
mkdir -p $DIST

Contact - Imprint