From af97f6807a2a255594696edc85cd91ea002e8c39 Mon Sep 17 00:00:00 2001 From: Etienne Pallier Date: Tue, 5 Oct 2021 15:53:00 +0200 Subject: [PATCH] changed version format to M.m.b.r_DM.Dm_PM.Pm_yyyy-mm-dd - cf doc dev chapter version --- docker/PYROS_DOCKER_INSTALL | 2 ++ src/core/pyros_django/misc/templates/base.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/PYROS_DOCKER_INSTALL b/docker/PYROS_DOCKER_INSTALL index 4ca44ce..6e73cba 100755 --- a/docker/PYROS_DOCKER_INSTALL +++ b/docker/PYROS_DOCKER_INSTALL @@ -6,6 +6,7 @@ then echo "db_pyros or pyros weren't running, starting them..." ./PYROS_DOCKER_START.bat fi + # while db container isn't ready to execute queries, wait 5 seconds if ! docker inspect db_pyros --format='{{.State.Health.Status}}' | grep -q 'healthy' then @@ -15,6 +16,7 @@ while ! docker inspect db_pyros --format='{{.State.Health.Status}}' | grep -q 'h do sleep 5 done + # db container is ready to execture queries, we can start the installation docker exec -it pyros python3 pyros.py install diff --git a/src/core/pyros_django/misc/templates/base.html b/src/core/pyros_django/misc/templates/base.html index efabae6..f86cad3 100644 --- a/src/core/pyros_django/misc/templates/base.html +++ b/src/core/pyros_django/misc/templates/base.html @@ -588,7 +588,7 @@ footer{
- VERSION 0.2.1.1_2.0_2021-10-04 + VERSION 0.2.1.1_2.0_3.6_2021-10-05
-- libgit2 0.21.2