Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Move all website files under the workflow shared directory #761

Closed
jfrost-mo opened this issue Jul 30, 2024 · 0 comments · Fixed by #764
Closed

Move all website files under the workflow shared directory #761

jfrost-mo opened this issue Jul 30, 2024 · 0 comments · Fixed by #764
Labels
enhancement New feature or request

Comments

@jfrost-mo
Copy link
Member

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.

@jfrost-mo jfrost-mo added the enhancement New feature or request label Jul 30, 2024
jfrost-mo added a commit that referenced this issue Jul 30, 2024
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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant