Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Current Situation
- Jobs, job chains and orders in the ./live/sos folder which are provided by the JobScheduler setup are often overwritten by the setup.
- The setup is configured that only files are overwritten if the modification date is older on the disk than in the setup but it doesn't work properly because the modification date in the setup is always too new. The files have the release date as modification date.
Desired Behavior
The setup should not overwrite configuration files in ./live/sos
Maintainer Note
- The setup creates a directory ./live/.sos-templates.
- This directory will be ignored by the JobScheduler caused of the leading dot.
- All files inside the ./live/.sos-templates tree are moved to ./live/sos by the setup only if the corresponding file in ./live/sos doesn't exist.