summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2022-07-26 07:25:35 +0200
committerYorhel <git@yorhel.nl>2022-07-26 07:25:38 +0200
commit775eabfb7ecb0ed519bf2eab796f9f19fb35e7f8 (patch)
treec17f65b64b29a39d1c50a3281efbb518a984f62f
parentfa8e08487919453e4aefbb93bf344618f2646fc0 (diff)
Some repo updates
Haven't done this in a while, was lagging behind quite a bit. FreeBSD also has two new versions that need to be indexed, will add those later.
-rwxr-xr-xutil/alpine.sh6
-rwxr-xr-xutil/centos.sh2
-rwxr-xr-xutil/fedora.sh14
-rwxr-xr-xutil/ubuntu.sh10
4 files changed, 25 insertions, 7 deletions
diff --git a/util/alpine.sh b/util/alpine.sh
index cb5fb7c..a36890f 100755
--- a/util/alpine.sh
+++ b/util/alpine.sh
@@ -62,6 +62,9 @@ case "$1" in
3.15)
alp 3.15 "main community"
;;
+ 3.16)
+ alp 3.16 "main community"
+ ;;
old)
$0 3.0
$0 3.1
@@ -75,12 +78,13 @@ case "$1" in
$0 3.9
$0 3.10
$0 3.11
+ $0 3.12
;;
current)
- $0 3.12 # till 2022-05-01
$0 3.13 # till 2022-11-01
$0 3.14 # till 2023-05-01
$0 3.15 # till 2023-11-01
+ $0 3.16 # till 2024-05-23
;;
all)
$0 old
diff --git a/util/centos.sh b/util/centos.sh
index 00a42d1..97fcafd 100755
--- a/util/centos.sh
+++ b/util/centos.sh
@@ -282,10 +282,10 @@ case "$1" in
$0 8.2
$0 8.3
$0 8.4
+ $0 8.5
;;
current)
$0 7.9 # till 2024-06-30
- $0 8.5 # till 2029-05-31
;;
all)
$0 old
diff --git a/util/fedora.sh b/util/fedora.sh
index 8151906..efeb712 100755
--- a/util/fedora.sh
+++ b/util/fedora.sh
@@ -129,6 +129,14 @@ case "$1" in
index rpm --sys fedora-34 --cat everything --mirror "${CMIRROR}releases/34/Everything/x86_64/os/"
index rpm --sys fedora-34 --cat everything --mirror "${CMIRROR}updates/34/Everything/x86_64/"
;;
+ 35)
+ index rpm --sys fedora-35 --cat everything --mirror "${CMIRROR}releases/35/Everything/x86_64/os/"
+ index rpm --sys fedora-35 --cat everything --mirror "${CMIRROR}updates/35/Everything/x86_64/"
+ ;;
+ 36)
+ index rpm --sys fedora-36 --cat everything --mirror "${CMIRROR}releases/36/Everything/x86_64/os/"
+ index rpm --sys fedora-36 --cat everything --mirror "${CMIRROR}updates/36/Everything/x86_64/"
+ ;;
old)
$0 1
$0 2
@@ -161,11 +169,13 @@ case "$1" in
$0 29
$0 30
$0 31
- ;;
- current)
$0 32
$0 33
+ ;;
+ current)
$0 34
+ $0 35
+ $0 36
;;
all)
$0 old
diff --git a/util/ubuntu.sh b/util/ubuntu.sh
index b13031c..0c962b5 100755
--- a/util/ubuntu.sh
+++ b/util/ubuntu.sh
@@ -131,6 +131,9 @@ case $1 in
impish)
stdrepo impish $CMIRROR amd64
;;
+ jammy)
+ stdrepo jammy $CMIRROR amd64
+ ;;
old)
$0 warty
$0 hoary
@@ -163,12 +166,13 @@ case $1 in
$0 disco
$0 eoan
$0 groovy
+ $0 hirsute
+ $0 impish
;;
current)
- $0 bionic # until 2023-04
+ $0 bionic # until 2028-04
$0 focal # until 2030-04
- $0 hirsute # until 2022-01
- $0 impish # until 2022-07
+ $0 jammy # until 2032-04
;;
all)
$0 old