From 830329fe1f56a2e2c498ccbadc759853a2a98ec6 Mon Sep 17 00:00:00 2001 From: Benoit Donneaux <benoit@private.storage> Date: Wed, 30 Apr 2025 16:04:28 +0200 Subject: [PATCH] Remove references to hro-cloud branch Signed-off-by: Benoit Donneaux <benoit@private.storage> --- ci-tools/update-grid-servers | 5 ----- ci-tools/update-production | 2 +- nixos/modules/update-deployment | 4 ---- 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/ci-tools/update-grid-servers b/ci-tools/update-grid-servers index 51ebc621..0b8c265b 100755 --- a/ci-tools/update-grid-servers +++ b/ci-tools/update-grid-servers @@ -61,11 +61,6 @@ update_grid_nodes() { domain=private.storage ;; - "hro-cloud") - grid_dir=./morph/grid/hro-cloud - domain=deerfield.leastauthority.com - ;; - "staging") grid_dir=./morph/grid/testing domain=privatestorage-staging.com diff --git a/ci-tools/update-production b/ci-tools/update-production index a3c4cd64..26f3868e 100755 --- a/ci-tools/update-production +++ b/ci-tools/update-production @@ -78,7 +78,7 @@ describe_update() { local TARGET_BRANCH=$1 shift - # Since the target (production or hro-cloud) should not diverge from the source + # Since the target (production) should not diverge from the source # (develop) it is fine to use `..` instead of `...` in the git ranges here. # `...` encounters problems related to discovering the merge base because # of the way GitLab manages the git checkout on CI (I think). diff --git a/nixos/modules/update-deployment b/nixos/modules/update-deployment index ddac5752..cd41a236 100755 --- a/nixos/modules/update-deployment +++ b/nixos/modules/update-deployment @@ -17,10 +17,6 @@ case "${GRIDNAME}" in BRANCH="develop" ;; - "hro-cloud") - BRANCH="hro-cloud" - ;; - "production") BRANCH="production" ;; -- GitLab