File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 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
161161fi
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-
170163if [[ ! -x " ${CYLC_HOME} /bin/${0##*/ } " ]]; then
171164 echo 1>&2 " ERROR: ${0##*/ } not found in ${CYLC_HOME} "
172165 exit 1
Original file line number Diff line number Diff 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' :
You can’t perform that action at this time.
0 commit comments