Compare commits
3 commits
94e85a8f36
...
6902c2672b
Author | SHA1 | Date | |
---|---|---|---|
6902c2672b | |||
b75542d8c2 | |||
f2851b1566 |
2 changed files with 9 additions and 8 deletions
11
readme.md
11
readme.md
|
@ -86,19 +86,18 @@ from various contexts of CA, CI and OCI / OS.
|
||||||
* actions
|
* actions
|
||||||
* includes
|
* includes
|
||||||
* relay environment module name
|
* relay environment module name
|
||||||
* write tests
|
|
||||||
|
|
||||||
### sh
|
### sh
|
||||||
|
|
||||||
* support
|
* support opensuse operating system
|
||||||
* arch python virtual environment
|
* write tests
|
||||||
* opensuse operating system
|
|
||||||
|
|
||||||
### sh → py
|
### sh → py
|
||||||
|
|
||||||
* check file & variable sums
|
* check file & variable sums
|
||||||
* install system packages
|
* install system packages
|
||||||
* epel
|
* epel
|
||||||
|
* bats
|
||||||
* plantuml
|
* plantuml
|
||||||
* shellcheck
|
* shellcheck
|
||||||
* graphviz
|
* graphviz
|
||||||
|
@ -115,7 +114,7 @@ from various contexts of CA, CI and OCI / OS.
|
||||||
### py
|
### py
|
||||||
|
|
||||||
* detect ssh private key type
|
* detect ssh private key type
|
||||||
* implement project repository cloning
|
* check
|
||||||
* lint
|
|
||||||
* .py
|
* .py
|
||||||
* .sh
|
* .sh
|
||||||
|
* write tests
|
||||||
|
|
6
spcd.sh
6
spcd.sh
|
@ -612,8 +612,7 @@ spcd_install_python() {
|
||||||
spcd_install_package "python3-venv"
|
spcd_install_package "python3-venv"
|
||||||
;;
|
;;
|
||||||
"${SPCD_OS_ARCH}")
|
"${SPCD_OS_ARCH}")
|
||||||
echo "Not supported!"
|
spcd_install_package "expat"
|
||||||
exit 255
|
|
||||||
;;
|
;;
|
||||||
*) ;;
|
*) ;;
|
||||||
esac
|
esac
|
||||||
|
@ -691,6 +690,9 @@ spcd_install_packages() {
|
||||||
;;
|
;;
|
||||||
*) ;;
|
*) ;;
|
||||||
esac
|
esac
|
||||||
|
# bats
|
||||||
|
spcd_step "Install BATS"
|
||||||
|
spcd_install_package "bats"
|
||||||
# graphviz
|
# graphviz
|
||||||
spcd_step "Install GraphViz"
|
spcd_step "Install GraphViz"
|
||||||
spcd_install_package "graphviz"
|
spcd_install_package "graphviz"
|
||||||
|
|
Loading…
Reference in a new issue