Compare commits

...

2 commits

Author SHA1 Message Date
Marc Beninca 0db2fc61fe
fix
Some checks failed
/ job (push) Failing after 3m0s
2024-05-04 23:58:58 +02:00
Marc Beninca a0916da054
readme 2024-05-04 23:52:07 +02:00
2 changed files with 13 additions and 13 deletions

4
cd.sh
View file

@ -280,7 +280,7 @@ local file
esac
cd_sed "${file}" \
"|^mirrorlist|# mirrorlist|" \
"|${CD_DEFAULT_REPO_ALMA}|${CD_URL_CHOSEN}|" \
"|${CD_URL_DEFAULT}|${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_DEFAULT_REPO_ALMA}|${CD_URL_CHOSEN}|" \
"|${CD_URL_DEFAULT}|${CD_URL_CHOSEN}|" \
"|^#baseurl|baseurl|"
;;
"${CD_OS_UBUNTU}")

View file

@ -11,20 +11,21 @@ from various CA, CI, OCI / OS.
* [X] known CA certificates
* [ ] Operating Systems
* [X] Alma
* [X] 9
* [X] 8
* [X] 9
* [X] Alpine
* [X] 3.19
* [X] 3.18
* [X] 3.19
* [ ] Arch
* [X] Debian
* [X] Bookworm
* [X] Bullseye
* [ ] Rocky
* [ ] 9
* [ ] 8
* [ ] Ubuntu
* [ ] Noble
* [ ] Mantic
* [X] Rocky
* [X] 8
* [X] 9
* [X] Ubuntu
* [X] Mantic
* [X] Noble
* [ ] Continuous Integration platforms
* [X] GitHub → Gitea → ForgeJo
* [X] GitLab
@ -46,10 +47,9 @@ from various CA, CI, OCI / OS.
* write bats
* handle cloning credentials
* make steps more agnostic
* handle git cloning credentials
* reduce single conditions with &&
* write Python bootstrap
* write Python bootstrap process
* integrate project repository cloning
* override repository and framework locations