summaryrefslogtreecommitdiff
path: root/src/conf-mode/vyos-update-crontab.py
AgeCommit message (Collapse)Author
2018-05-16Use '_' instead of '-' for python scripts for testYuya Kusakabe
2018-05-14Fix misplaces ConfigError exception.Daniil Baturin
2017-09-08Separate VyOSError and ConfigError.Daniil Baturin
VyOSError is now only raised on improper config operations and internal errors, such as trying to use a function on a wrong kind of node. ConfigError should be used by scripts to indicate configuration mistakes and error conditions.
2017-09-08Better checks in the cron script.Daniil Baturin
Check if crontab exists before trying to delete it. Fail commit if executable is not defined in the task.
2017-09-08Rename the cron script to not mention Vyatta anymore.Daniil Baturin