parent
5593c26ded
commit
a376f1b148
2 changed files with 8 additions and 10 deletions
16
readme.md
16
readme.md
|
@ -97,6 +97,14 @@ from various contexts of CA, CI and OCI / OS.
|
||||||
### sh → py
|
### sh → py
|
||||||
|
|
||||||
* check file & variable sums
|
* check file & variable sums
|
||||||
|
* install system packages
|
||||||
|
* epel
|
||||||
|
* plantuml
|
||||||
|
* shellcheck
|
||||||
|
* graphviz
|
||||||
|
* openssh
|
||||||
|
* rsync
|
||||||
|
* shfmt
|
||||||
* python virtual environment
|
* python virtual environment
|
||||||
* install system package
|
* install system package
|
||||||
* configure pip
|
* configure pip
|
||||||
|
@ -108,14 +116,6 @@ from various contexts of CA, CI and OCI / OS.
|
||||||
|
|
||||||
* detect ssh private key type
|
* detect ssh private key type
|
||||||
* implement project repository cloning
|
* implement project repository cloning
|
||||||
* install
|
|
||||||
* epel
|
|
||||||
* plantuml
|
|
||||||
* shellcheck
|
|
||||||
* graphviz
|
|
||||||
* openssh
|
|
||||||
* rsync
|
|
||||||
* shfmt
|
|
||||||
* lint
|
* lint
|
||||||
* .py
|
* .py
|
||||||
* .sh
|
* .sh
|
||||||
|
|
2
spcd.sh
2
spcd.sh
|
@ -33,7 +33,6 @@ spcd_main() {
|
||||||
spcd_install_git
|
spcd_install_git
|
||||||
spcd_install_python
|
spcd_install_python
|
||||||
spcd_install_python_modules
|
spcd_install_python_modules
|
||||||
# TODO move to Python
|
|
||||||
spcd_install_packages
|
spcd_install_packages
|
||||||
spcd_write_python_module
|
spcd_write_python_module
|
||||||
spcd_switch_to_python
|
spcd_switch_to_python
|
||||||
|
@ -677,7 +676,6 @@ ${spcd_ipm__target}"
|
||||||
spcd_rm "${spcd_ipm__root}"
|
spcd_rm "${spcd_ipm__root}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# TODO move to Python
|
|
||||||
spcd_install_packages() {
|
spcd_install_packages() {
|
||||||
# epel
|
# epel
|
||||||
spcd_step "Install EPEL"
|
spcd_step "Install EPEL"
|
||||||
|
|
Loading…
Reference in a new issue