OP#7651 CI Server: beide AWX ansteuerbar machen https://projects.iml.unibe.ch/work_packages/7651
Compare changes
- Hahn Axel (hahn) authored
+ 182
− 14
@@ -24,20 +24,25 @@
@@ -24,20 +24,25 @@
@@ -61,8 +66,12 @@ DC_REPO=1
@@ -61,8 +66,12 @@ DC_REPO=1
@@ -70,6 +79,19 @@ ps -ef | grep dockerd-rootless | grep -q $USER && isDockerRootless=1
@@ -70,6 +79,19 @@ ps -ef | grep dockerd-rootless | grep -q $USER && isDockerRootless=1
@@ -99,11 +121,26 @@ function _getStatus_docker(){
@@ -99,11 +121,26 @@ function _getStatus_docker(){
@@ -123,7 +160,16 @@ function h3(){
@@ -123,7 +160,16 @@ function h3(){
@@ -137,38 +183,63 @@ function showMenu(){
@@ -137,38 +183,63 @@ function showMenu(){
@@ -313,7 +384,7 @@ function _fix_no-db(){
@@ -313,7 +384,7 @@ function _fix_no-db(){
@@ -375,14 +446,15 @@ function _generateFiles(){
@@ -375,14 +446,15 @@ function _generateFiles(){
@@ -395,7 +467,7 @@ function _generateFiles(){
@@ -395,7 +467,7 @@ function _generateFiles(){
@@ -424,7 +496,7 @@ function _removeGeneratedFiles(){
@@ -424,7 +496,7 @@ function _removeGeneratedFiles(){
@@ -498,10 +570,94 @@ function _wait(){
@@ -498,10 +570,94 @@ function _wait(){
@@ -612,6 +768,18 @@ while true; do
@@ -612,6 +768,18 @@ while true; do