You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means that the full output of CSET is contained in the workflow run directory. This makes it more resilient to accidental clean-up, and simpler conceptually.
Describe the solution you'd like
Move all the webpage files under the workflow shared directory, and symlink the lot.
Remove the CLEAN_WEB_DIR option. It just needs to always replace the symlink now.
Describe alternatives you've considered
Keep it as is, which works, but is a little inconsistent.
The text was updated successfully, but these errors were encountered:
Now the full output of CSET is under the workflow run directory, giving
more consistent behaviour around cylc clean, moving output, and keeping
old output when rerunning.
All web content is now saved under ${CYLC_WORKFLOW_SHARE_DIR}/web/ and
a symbolic link is created from the webserver's directory.
Fixes#761
What problem does your feature request solve?
This means that the full output of CSET is contained in the workflow run directory. This makes it more resilient to accidental clean-up, and simpler conceptually.
Describe the solution you'd like
Move all the webpage files under the workflow shared directory, and symlink the lot.
Remove the
CLEAN_WEB_DIR
option. It just needs to always replace the symlink now.Describe alternatives you've considered
Keep it as is, which works, but is a little inconsistent.
The text was updated successfully, but these errors were encountered: