summaryrefslogtreecommitdiff
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
parent72cb1ff184240ef44ce729cae505175ebd070f35 (diff)
Add Debian Stretch
-rw-r--r--sql/schema.sql3
-rwxr-xr-xutil/debian.sh5
2 files changed, 7 insertions, 1 deletions
diff --git a/sql/schema.sql b/sql/schema.sql
index 73512df..4614692 100644
--- a/sql/schema.sql
+++ b/sql/schema.sql
@@ -177,7 +177,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
(123,'Fedora', '23', 'fedora-23', 22),
(124,'Fedora', '24', 'fedora-24', 23),
(125,'Fedora', '25', 'fedora-25', 24),
- (126,'Ubuntu', '17.04', 'ubuntu-zesty', 25);
+ (126,'Ubuntu', '17.04', 'ubuntu-zesty', 25),
+ (127,'Debian', '9.0', 'debian-stretch', 13);
-- Removes any path components and compression extensions from the filename.
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