Commit 0e02606ce5c1ea7c981e595d8c76f238f393537f
1 parent
025cf279
Exists in
dev
Changed version number format - and added blank line at end of each PYROS_DOCKER script
Showing
15 changed files
with
37 additions
and
16 deletions
Show diff stats
.gitignore
docker/PYROS_DOCKER_BUILD.bat
docker/PYROS_DOCKER_INSTALL
docker/PYROS_DOCKER_INSTALL.bat
docker/PYROS_DOCKER_RUN
... | ... | @@ -11,7 +11,8 @@ fi |
11 | 11 | # - Display log on current terminal |
12 | 12 | #docker exec -it pyros python3 pyros.py start webserver $@ |
13 | 13 | # - Save log in file |
14 | -docker exec pyros python3 pyros.py start webserver $@ > ../../LOG_PYROS_webserver.log 2>&1 & | |
14 | +#docker exec pyros python3 pyros.py start webserver $@ > ../../LOG_PYROS_webserver.log 2>&1 & | |
15 | +docker exec pyros python3 pyros.py start webserver > ../../LOG_PYROS_webserver.log 2>&1 & | |
15 | 16 | |
16 | 17 | # 2) PLC simulator |
17 | 18 | # - Display log on current terminal | ... | ... |
docker/PYROS_DOCKER_RUN.bat
docker/PYROS_DOCKER_RUN_WEBSERVER_ONLY.bat
docker/PYROS_DOCKER_SHELL
docker/PYROS_DOCKER_SHELL.bat
docker/PYROS_DOCKER_START.bat
docker/PYROS_DOCKER_STOP.bat
docker/PYROS_DOCKER_TEST.bat
docker/PYROS_DOCKER_UPDATE.bat
src/core/pyros_django/misc/templates/base.html
... | ... | @@ -10,7 +10,7 @@ |
10 | 10 | <meta name="author" content="CNRS-IRAP"> |
11 | 11 | <link rel="icon" type="image/png" href="{% static "media/colibrifavicon.png" %}"/> |
12 | 12 | |
13 | - <title>{{ request.session.obsname}} Control Center - VERSION 2021.0.1</title> | |
13 | + <title>{{ request.session.obsname}} Control Center - VERSION 2021.0.2.0</title> | |
14 | 14 | |
15 | 15 | <!-- Bootstrap core CSS --> |
16 | 16 | <link href={% static "bootstrap/css/bootstrap.css" %} rel="stylesheet"> |
... | ... | @@ -465,6 +465,9 @@ footer{ |
465 | 465 | |
466 | 466 | </body> |
467 | 467 | <footer> |
468 | - <i>VERSION 2021.0.1</i> | |
468 | + <!-- | |
469 | + <i>VERSION 2021.0.2.0</i> | |
470 | + --> | |
471 | + <i>VERSION 0.2.0.0_2.0_20211001</i> | |
469 | 472 | </footer> |
470 | -</html> | |
471 | 473 | \ No newline at end of file |
474 | +</html> | ... | ... |
src/core/pyros_django/misc/templates/base_unlogged.html
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | <meta name="description" content="Control center for the SVOM French GFT"> |
10 | 10 | <meta name="author" content="CNRS-IRAP"> |
11 | 11 | |
12 | - <title>{{ request.session.obsname}} Control Center - VERSION 2021.0.1</title> | |
12 | + <title>{{ request.session.obsname}} Control Center - VERSION 2021.0.2.0</title> | |
13 | 13 | |
14 | 14 | <!-- Bootstrap core CSS --> |
15 | 15 | <link href={% static "bootstrap/css/bootstrap.css" %} rel="stylesheet"> |
... | ... | @@ -387,6 +387,9 @@ footer{ |
387 | 387 | |
388 | 388 | </body> |
389 | 389 | <footer> |
390 | - <i>VERSION 2021.0.1</i> | |
390 | + <!-- | |
391 | + <i>VERSION 2021.0.2.0</i> | |
392 | + --> | |
393 | + <i>VERSION 0.2.0.0_2.0_20211001</i> | |
391 | 394 | </footer> |
392 | 395 | </html> | ... | ... |