summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2017-06-23 17:44:03 +0200
committerYorhel <git@yorhel.nl>2017-06-23 17:44:03 +0200
commit8aa0fc02a57c85246bde88c0c7bdd416eeee7e44 (patch)
tree88eaabd5cf4174d4817d64771b96e9e43167b036 /util
parent72cb1ff184240ef44ce729cae505175ebd070f35 (diff)
Add Debian Stretch
Diffstat (limited to 'util')
-rwxr-xr-xutil/debian.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/debian.sh b/util/debian.sh
index 0595ea0..349e79e 100755
--- a/util/debian.sh
+++ b/util/debian.sh
@@ -55,6 +55,10 @@ case "$1" in
index_deb debian-jessie $CMIRROR jessie "main contrib non-free" cmp
index_deb debian-jessie $CMIRROR jessie-updates "main contrib non-free" cmp
;;
+ stretch)
+ index_deb debian-stretch $CMIRROR stretch "main contrib non-free" cmp
+ index_deb debian-stretch $CMIRROR stretch-updates "main contrib non-free" cmp
+ ;;
old)
$0 buzz
$0 rex
@@ -71,6 +75,7 @@ case "$1" in
current)
$0 wheezy
$0 jessie
+ $0 stretch
;;
all)
$0 old