Compare commits

..

No commits in common. "6902c2672b0ca5a9bd6bbdf0baea31448d0892dc" and "94e85a8f3641327742a7cad3b665307961e56978" have entirely different histories.

2 changed files with 8 additions and 9 deletions

View file

@ -86,18 +86,19 @@ 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 opensuse operating system * support
* write tests * arch python virtual environment
* 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
@ -114,7 +115,7 @@ from various contexts of CA, CI and OCI / OS.
### py ### py
* detect ssh private key type * detect ssh private key type
* check * implement project repository cloning
* lint
* .py * .py
* .sh * .sh
* write tests

View file

@ -612,7 +612,8 @@ spcd_install_python() {
spcd_install_package "python3-venv" spcd_install_package "python3-venv"
;; ;;
"${SPCD_OS_ARCH}") "${SPCD_OS_ARCH}")
spcd_install_package "expat" echo "Not supported!"
exit 255
;; ;;
*) ;; *) ;;
esac esac
@ -690,9 +691,6 @@ 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"