Skip to content

Commit 2162bd6

Browse files
committed
Remove notice of Cylc review deprecation and Cylc Review hack in wrapper script
1 parent c52e752 commit 2162bd6

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

cylc/flow/etc/cylc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
# for selection using CYLC_VERSION. e.g. ln -s cylc-8.0.1-1 cylc-next
7979
#
8080
# Legacy Cylc 7 and Rose 2019.01 versions can also be installed into environments
81-
# in the ROOT location. The legacy support for rose edit, rosie and cylc review
81+
# in the ROOT location. The legacy support for rose edit and rosie
8282
# requires cylc-7 and rose-2019.01 symlinks to be created to the preferred
8383
# environments.
8484
# e.g. ln -s cylc-7.9.5 cylc-7
@@ -160,13 +160,6 @@ if [[ ${0##*/} =~ ^ros ]]; then
160160
fi
161161
fi
162162

163-
# Legacy support for cylc review
164-
if [[ ${0##*/} == "cylc" && ${1:-} == "review" && \
165-
! ${CYLC_ENV_NAME:-} =~ ^cylc-7 ]]; then
166-
# Cylc 8: Use Cylc 7 to run "review"
167-
CYLC_HOME="${CYLC_HOME_ROOT}/cylc-7"
168-
fi
169-
170163
if [[ ! -x "${CYLC_HOME}/bin/${0##*/}" ]]; then
171164
echo 1>&2 "ERROR: ${0##*/} not found in ${CYLC_HOME}"
172165
exit 1

cylc/flow/scripts/cylc.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,6 @@ def get_version(long=False):
293293
'cylc set-outputs (cylc 8.0-8.2) has been replaced by cylc set',
294294
'restart':
295295
'cylc run & cylc restart have been replaced by cylc play',
296-
'review':
297-
'cylc review has been removed; the latest Cylc 7 version is forward'
298-
' compatible with Cylc 8.',
299296
'suite-state':
300297
'cylc suite-state has been replaced by cylc workflow-state',
301298
'run':

0 commit comments

Comments
 (0)