Add Debian Stretch
This commit is contained in:
parent
72cb1ff184
commit
8aa0fc02a5
2 changed files with 7 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue