File tree Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ /cvmfs/pilot.eessi-hpc.org/versions/2021.06/init/print_deprecation_warning.sh
2
+
3
+ source /cvmfs/pilot.eessi-hpc.org/versions/2021.12/init/Magic_Castle/bash
Original file line number Diff line number Diff line change
1
+ /cvmfs/pilot.eessi-hpc.org/versions/2021.06/init/print_deprecation_warning.sh
2
+
3
+ source /cvmfs/pilot.eessi-hpc.org/versions/2021.12/init/bash
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ function echo_yellow_stderr() {
3
+ echo -e " \e[33m${1} \e[0m" >&2
4
+ }
5
+
6
+ echo_yellow_stderr
7
+ echo_yellow_stderr " WARNING: Version 2021.06 of the EESSI pilot repository has been removed since 16 May 2023."
8
+ echo_yellow_stderr
9
+ echo_yellow_stderr " Version 2021.12 of the EESSI pilot repository can be used as a drop-in replacement, "
10
+ echo_yellow_stderr " so we have prepared your environment to use that instead."
11
+ echo_yellow_stderr
12
+ echo_yellow_stderr " In the future, please run"
13
+ echo_yellow_stderr
14
+ echo_yellow_stderr " source /cvmfs/pilot.eessi-hpc.org/latest/init/bash"
15
+ echo_yellow_stderr
16
+ echo_yellow_stderr " to prepare your start using the EESSI pilot repository."
17
+ echo_yellow_stderr
18
+ echo_yellow_stderr " See also https://eessi.github.io/docs/using_eessi/setting_up_environment ."
19
+ echo_yellow_stderr
You can’t perform that action at this time.
0 commit comments