summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2016-04-12 17:38:47 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2016-04-12 17:38:47 -0400
commit9de68b7e48c10e95551e4b2e9cc16c7fe6a4440d (patch)
tree21d47f3b33b48d0de282249ebef4bd321f3863d2
parentdfaf3326d68b63680ede1058022602c0d501ea5f (diff)
downloadxebian-lb-config-9de68b7e48c10e95551e4b2e9cc16c7fe6a4440d.tar.bz2
xebian-lb-config-9de68b7e48c10e95551e4b2e9cc16c7fe6a4440d.tar.xz
xebian-lb-config-9de68b7e48c10e95551e4b2e9cc16c7fe6a4440d.tar.zst
Default to unstable rather than testing.
-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"'"'
;;