summaryrefslogtreecommitdiffstats
path: root/auto/config
diff options
context:
space:
mode:
Diffstat (limited to 'auto/config')
-rwxr-xr-xauto/config5
1 files changed, 4 insertions, 1 deletions
diff --git a/auto/config b/auto/config
index 7c88129..8783286 100755
--- a/auto/config
+++ b/auto/config
@@ -6,7 +6,7 @@ mirror=http://httpredir.debian.org/debian/
# Detect target architecture and filter args
temp=""
arch=$(dpkg --print-architecture)
-dist="stretch"
+dist="sid"
lb_opts=""
while [ $# -gt 0 ]; do
arg="$1"
@@ -23,6 +23,9 @@ while [ $# -gt 0 ]; do
--sid|--unstable)
dist="sid"
;;
+ --testing)
+ dist="testing"
+ ;;
*)
temp="$temp "'"'"$arg"'"'
;;