diff --git a/cd.sh b/cd.sh index 05827d4..16a189c 100644 --- a/cd.sh +++ b/cd.sh @@ -280,7 +280,7 @@ local file esac cd_sed "${file}" \ "|^mirrorlist|# mirrorlist|" \ - "|${CD_URL_DEFAULT}|${CD_URL_CHOSEN}|" \ + "|${CD_DEFAULT_REPO_ALMA}|${CD_URL_CHOSEN}|" \ "|^# baseurl|baseurl|" ;; "${CD_OS_ALPINE}") @@ -306,7 +306,7 @@ deb ${CD_URL_CHOSEN}-security ${CD_OS_VERSION}-security main esac cd_sed "${file}" \ "|^mirrorlist|# mirrorlist|" \ - "|${CD_URL_DEFAULT}|${CD_URL_CHOSEN}|" \ + "|${CD_DEFAULT_REPO_ALMA}|${CD_URL_CHOSEN}|" \ "|^#baseurl|baseurl|" ;; "${CD_OS_UBUNTU}") diff --git a/readme.md b/readme.md index 2d9139c..4a7980e 100644 --- a/readme.md +++ b/readme.md @@ -11,21 +11,20 @@ from various CA, CI, OCI / OS. * [X] known CA certificates * [ ] Operating Systems * [X] Alma - * [X] 8 * [X] 9 + * [X] 8 * [X] Alpine - * [X] 3.18 * [X] 3.19 - * [ ] Arch + * [X] 3.18 * [X] Debian * [X] Bookworm * [X] Bullseye - * [X] Rocky - * [X] 8 - * [X] 9 - * [X] Ubuntu - * [X] Mantic - * [X] Noble + * [ ] Rocky + * [ ] 9 + * [ ] 8 + * [ ] Ubuntu + * [ ] Noble + * [ ] Mantic * [ ] Continuous Integration platforms * [X] GitHub → Gitea → ForgeJo * [X] GitLab @@ -47,9 +46,10 @@ from various CA, CI, OCI / OS. * write bats -* handle git cloning credentials +* handle cloning credentials +* make steps more agnostic * reduce single conditions with && -* write Python bootstrap process +* write Python bootstrap * integrate project repository cloning * override repository and framework locations