Compare commits

..

No commits in common. "0db2fc61fe2abb2b723cdf7602c381d44845d020" and "d92eac13fa4ea101f2a283ad6f947d8ff7b4b618" have entirely different histories.

2 changed files with 13 additions and 13 deletions

4
cd.sh
View file

@ -280,7 +280,7 @@ local file
esac esac
cd_sed "${file}" \ cd_sed "${file}" \
"|^mirrorlist|# mirrorlist|" \ "|^mirrorlist|# mirrorlist|" \
"|${CD_URL_DEFAULT}|${CD_URL_CHOSEN}|" \ "|${CD_DEFAULT_REPO_ALMA}|${CD_URL_CHOSEN}|" \
"|^# baseurl|baseurl|" "|^# baseurl|baseurl|"
;; ;;
"${CD_OS_ALPINE}") "${CD_OS_ALPINE}")
@ -306,7 +306,7 @@ deb ${CD_URL_CHOSEN}-security ${CD_OS_VERSION}-security main
esac esac
cd_sed "${file}" \ cd_sed "${file}" \
"|^mirrorlist|# mirrorlist|" \ "|^mirrorlist|# mirrorlist|" \
"|${CD_URL_DEFAULT}|${CD_URL_CHOSEN}|" \ "|${CD_DEFAULT_REPO_ALMA}|${CD_URL_CHOSEN}|" \
"|^#baseurl|baseurl|" "|^#baseurl|baseurl|"
;; ;;
"${CD_OS_UBUNTU}") "${CD_OS_UBUNTU}")

View file

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