From 06db829760ca56f6f0fe8544ee6f0cf0e7f05922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Tue, 7 May 2024 17:24:06 +0200 Subject: [PATCH] remove unused versions dir --- versions/2021.06/init/Magic_Castle/bash | 3 --- versions/2021.06/init/bash | 3 --- .../2021.06/init/print_deprecation_warning.sh | 19 ------------------- 3 files changed, 25 deletions(-) delete mode 100644 versions/2021.06/init/Magic_Castle/bash delete mode 100644 versions/2021.06/init/bash delete mode 100755 versions/2021.06/init/print_deprecation_warning.sh diff --git a/versions/2021.06/init/Magic_Castle/bash b/versions/2021.06/init/Magic_Castle/bash deleted file mode 100644 index 5f149c817f..0000000000 --- a/versions/2021.06/init/Magic_Castle/bash +++ /dev/null @@ -1,3 +0,0 @@ -/cvmfs/pilot.eessi-hpc.org/versions/2021.06/init/print_deprecation_warning.sh - -source /cvmfs/pilot.eessi-hpc.org/versions/2021.12/init/Magic_Castle/bash diff --git a/versions/2021.06/init/bash b/versions/2021.06/init/bash deleted file mode 100644 index 82a078849a..0000000000 --- a/versions/2021.06/init/bash +++ /dev/null @@ -1,3 +0,0 @@ -/cvmfs/pilot.eessi-hpc.org/versions/2021.06/init/print_deprecation_warning.sh - -source /cvmfs/pilot.eessi-hpc.org/versions/2021.12/init/bash diff --git a/versions/2021.06/init/print_deprecation_warning.sh b/versions/2021.06/init/print_deprecation_warning.sh deleted file mode 100755 index b721ed2f71..0000000000 --- a/versions/2021.06/init/print_deprecation_warning.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash -function echo_yellow_stderr() { - echo -e "\e[33m${1}\e[0m" >&2 -} - -echo_yellow_stderr -echo_yellow_stderr "WARNING: Version 2021.06 of the EESSI pilot repository has been removed since 16 May 2023." -echo_yellow_stderr -echo_yellow_stderr "Version 2021.12 of the EESSI pilot repository can be used as a drop-in replacement, " -echo_yellow_stderr "so we have prepared your environment to use that instead." -echo_yellow_stderr -echo_yellow_stderr "In the future, please run" -echo_yellow_stderr -echo_yellow_stderr " source /cvmfs/pilot.eessi-hpc.org/latest/init/bash" -echo_yellow_stderr -echo_yellow_stderr "to prepare your start using the EESSI pilot repository." -echo_yellow_stderr -echo_yellow_stderr "See also https://eessi.github.io/docs/using_eessi/setting_up_environment ." -echo_yellow_stderr