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