summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2018-11-01 17:23:40 +0100
committerYorhel <git@yorhel.nl>2018-11-01 17:23:40 +0100
commit99628559edfb671977bda0b151f8946cc1fc3e3e (patch)
treef64d027d8f81f5a5c7124f1b9955960edd53d294
parent19e07400b908b587b54e90b514d47366927f1fb4 (diff)
Add Fedora 29
-rw-r--r--sql/schema.sql3
-rwxr-xr-xutil/fedora.sh5
2 files changed, 7 insertions, 1 deletions
diff --git a/sql/schema.sql b/sql/schema.sql
index 6657a6f..4792fba 100644
--- a/sql/schema.sql
+++ b/sql/schema.sql
@@ -235,7 +235,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
(182,'CentOS', '7.5', 'centos-7.5', 49),
(183,'CentOS', '6.10', 'centos-6.10', 43),
(184,'FreeBSD', '11.2', 'freebsd-11.2', 63),
- (185,'Ubuntu', '18.10', 'ubuntu-cosmic', 28);
+ (185,'Ubuntu', '18.10', 'ubuntu-cosmic', 28),
+ (186,'Fedora', '29', 'fedora-29', 28);
-- Removes any path components and compression extensions from the filename.
diff --git a/util/fedora.sh b/util/fedora.sh
index 2af36f9..f4d74d9 100755
--- a/util/fedora.sh
+++ b/util/fedora.sh
@@ -105,6 +105,10 @@ case "$1" in
index rpm --sys fedora-28 --cat everything --mirror "${CMIRROR}releases/28/Everything/x86_64/os/"
index rpm --sys fedora-28 --cat everything --mirror "${CMIRROR}updates/28/Everything/x86_64/"
;;
+ 29)
+ index rpm --sys fedora-29 --cat everything --mirror "${CMIRROR}releases/29/Everything/x86_64/os/"
+ index rpm --sys fedora-29 --cat everything --mirror "${CMIRROR}updates/29/Everything/x86_64/"
+ ;;
old)
$0 1
$0 2
@@ -136,6 +140,7 @@ case "$1" in
current)
$0 27
$0 28
+ $0 29
;;
all)
$0 old