tasks/pkg
Some checks failed
/ job (push) Failing after 10m48s

This commit is contained in:
Marc Beninca 2024-08-19 14:43:46 +02:00
parent 5593c26ded
commit a376f1b148
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 8 additions and 10 deletions

View file

@ -97,6 +97,14 @@ from various contexts of CA, CI and OCI / OS.
### sh → py
* check file & variable sums
* install system packages
* epel
* plantuml
* shellcheck
* graphviz
* openssh
* rsync
* shfmt
* python virtual environment
* install system package
* configure pip
@ -108,14 +116,6 @@ from various contexts of CA, CI and OCI / OS.
* detect ssh private key type
* implement project repository cloning
* install
* epel
* plantuml
* shellcheck
* graphviz
* openssh
* rsync
* shfmt
* lint
* .py
* .sh

View file

@ -33,7 +33,6 @@ spcd_main() {
spcd_install_git
spcd_install_python
spcd_install_python_modules
# TODO move to Python
spcd_install_packages
spcd_write_python_module
spcd_switch_to_python
@ -677,7 +676,6 @@ ${spcd_ipm__target}"
spcd_rm "${spcd_ipm__root}"
}
# TODO move to Python
spcd_install_packages() {
# epel
spcd_step "Install EPEL"