Compare commits

...

3 commits

Author SHA1 Message Date
6902c2672b
add expat for arch python venv
All checks were successful
/ job (push) Successful in 11m7s
2024-08-19 21:33:28 +02:00
b75542d8c2
fix readme 2024-08-19 20:33:11 +02:00
f2851b1566
add bats 2024-08-19 19:56:49 +02:00
2 changed files with 9 additions and 8 deletions

View file

@ -86,19 +86,18 @@ from various contexts of CA, CI and OCI / OS.
* actions
* includes
* relay environment module name
* write tests
### sh
* support
* arch python virtual environment
* opensuse operating system
* support opensuse operating system
* write tests
### sh → py
* check file & variable sums
* install system packages
* epel
* bats
* plantuml
* shellcheck
* graphviz
@ -115,7 +114,7 @@ from various contexts of CA, CI and OCI / OS.
### py
* detect ssh private key type
* implement project repository cloning
* lint
* check
* .py
* .sh
* write tests

View file

@ -612,8 +612,7 @@ spcd_install_python() {
spcd_install_package "python3-venv"
;;
"${SPCD_OS_ARCH}")
echo "Not supported!"
exit 255
spcd_install_package "expat"
;;
*) ;;
esac
@ -691,6 +690,9 @@ spcd_install_packages() {
;;
*) ;;
esac
# bats
spcd_step "Install BATS"
spcd_install_package "bats"
# graphviz
spcd_step "Install GraphViz"
spcd_install_package "graphviz"