From 9cdbc74505bd88bee4dc58de4fc5cb0f1a8bbadd Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Tue, 14 May 2024 08:59:31 +0200 Subject: [PATCH] Fix deployment on DTS Lab --- .gitlab-ci.yml | 2 +- README.md | 1 + tangostationcontrol/VERSION | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f293ca1a0..00e7781d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -397,7 +397,7 @@ deploy_nomad: script: - | if [ "${STATION}" == "dts-lab" ]; then - HOSTNAME="dop491.astron.nl" + HOSTNAME="dts-lab.lofar.net" else HOSTNAME="${STATION}c.control.lofar" fi diff --git a/README.md b/README.md index 042ad9640..c714b1c54 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ Next change the version in the following places: # Release Notes +* 0.37.0-1 Fix for deploying on DTS Lab * 0.37.0 Run casacore in separate processes, increasing beam-tracking performance * 0.36.2 Fix polling 2D attributes Harden periodic tasks against exceptions diff --git a/tangostationcontrol/VERSION b/tangostationcontrol/VERSION index 0f1a7dfc7..f5cca1d97 100644 --- a/tangostationcontrol/VERSION +++ b/tangostationcontrol/VERSION @@ -1 +1 @@ -0.37.0 +0.37.0-1 -- GitLab