Resolve "wrong path in cv sync job"
Closes #95 (closed)
Merge request reports
Activity
assigned to @joost.hemmen1
added 1 commit
- 0642a854 - clean up - set crontab.txt to be empty in repository and only provide crontab.example.txt
requested review from @bert.palm
The sms-cv sync script was still pointing to the former directory (
/home/tsm/scripts/tables/
) for the sync specifying json files. As the sync script is now mounted in/scripts/...
the path to the is changed to be relative to the sync script in./tables/
.Also change the
crontab.txt
to be empty by default and provide example settings for sms sync viacrontab.example.txt
. Otherwise, updates tocrontab.txt
would be in conflict with dynamically generated crontab entries.- this will probably already create a conflict that we need to solve manually
added 1 commit
- cc2aa9fb - create crontab.txt in init if not exists. remove crontab.txt from repo
added 1 commit
- f7bb1d47 - add depends_on init completed_succesfully to crontab services
added 1 commit
- 1e455435 - fix permissions and add crontab.txt to .gitignore
mentioned in commit 37baeaf4
Please register or sign in to reply