Compare commits
2 commits
d92eac13fa
...
0db2fc61fe
Author | SHA1 | Date | |
---|---|---|---|
0db2fc61fe | |||
a0916da054 |
2 changed files with 13 additions and 13 deletions
4
cd.sh
4
cd.sh
|
@ -280,7 +280,7 @@ local file
|
||||||
esac
|
esac
|
||||||
cd_sed "${file}" \
|
cd_sed "${file}" \
|
||||||
"|^mirrorlist|# mirrorlist|" \
|
"|^mirrorlist|# mirrorlist|" \
|
||||||
"|${CD_DEFAULT_REPO_ALMA}|${CD_URL_CHOSEN}|" \
|
"|${CD_URL_DEFAULT}|${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_DEFAULT_REPO_ALMA}|${CD_URL_CHOSEN}|" \
|
"|${CD_URL_DEFAULT}|${CD_URL_CHOSEN}|" \
|
||||||
"|^#baseurl|baseurl|"
|
"|^#baseurl|baseurl|"
|
||||||
;;
|
;;
|
||||||
"${CD_OS_UBUNTU}")
|
"${CD_OS_UBUNTU}")
|
||||||
|
|
22
readme.md
22
readme.md
|
@ -11,20 +11,21 @@ from various CA, CI, OCI / OS.
|
||||||
* [X] known CA certificates
|
* [X] known CA certificates
|
||||||
* [ ] Operating Systems
|
* [ ] Operating Systems
|
||||||
* [X] Alma
|
* [X] Alma
|
||||||
* [X] 9
|
|
||||||
* [X] 8
|
* [X] 8
|
||||||
|
* [X] 9
|
||||||
* [X] Alpine
|
* [X] Alpine
|
||||||
* [X] 3.19
|
|
||||||
* [X] 3.18
|
* [X] 3.18
|
||||||
|
* [X] 3.19
|
||||||
|
* [ ] Arch
|
||||||
* [X] Debian
|
* [X] Debian
|
||||||
* [X] Bookworm
|
* [X] Bookworm
|
||||||
* [X] Bullseye
|
* [X] Bullseye
|
||||||
* [ ] Rocky
|
* [X] Rocky
|
||||||
* [ ] 9
|
* [X] 8
|
||||||
* [ ] 8
|
* [X] 9
|
||||||
* [ ] Ubuntu
|
* [X] Ubuntu
|
||||||
* [ ] Noble
|
* [X] Mantic
|
||||||
* [ ] Mantic
|
* [X] Noble
|
||||||
* [ ] Continuous Integration platforms
|
* [ ] Continuous Integration platforms
|
||||||
* [X] GitHub → Gitea → ForgeJo
|
* [X] GitHub → Gitea → ForgeJo
|
||||||
* [X] GitLab
|
* [X] GitLab
|
||||||
|
@ -46,10 +47,9 @@ from various CA, CI, OCI / OS.
|
||||||
|
|
||||||
* write bats
|
* write bats
|
||||||
|
|
||||||
* handle cloning credentials
|
* handle git cloning credentials
|
||||||
* make steps more agnostic
|
|
||||||
* reduce single conditions with &&
|
* reduce single conditions with &&
|
||||||
* write Python bootstrap
|
* write Python bootstrap process
|
||||||
|
|
||||||
* integrate project repository cloning
|
* integrate project repository cloning
|
||||||
* override repository and framework locations
|
* override repository and framework locations
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue