Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
Difference between revisions of "DSDP/MTJ/Releng/Scheduling Builds"
m (DSDP/MTJ/Releng/Crontab moved to DSDP/MTJ/Releng/Scheduling Builds: New name to better identify the information in the page) |
(→Crontab entry) |
||
Line 1: | Line 1: | ||
+ | Setting build tasks to be automatically run in the background at regular intervals by the cron daemon. | ||
+ | |||
== Crontab entry == | == Crontab entry == | ||
{{codeblock|<nowiki> 0 5 * * 2,5 /opt/public/dsdp/mtj/mtj_cron_nightly.sh > /opt/public/dsdp/mtj/mtj_cron_nightly.log | {{codeblock|<nowiki> 0 5 * * 2,5 /opt/public/dsdp/mtj/mtj_cron_nightly.sh > /opt/public/dsdp/mtj/mtj_cron_nightly.log | ||
</nowiki>}} | </nowiki>}} | ||
+ | |||
+ | |||
+ | [[Category:Releng]] |
Revision as of 08:31, 20 June 2008
Setting build tasks to be automatically run in the background at regular intervals by the cron daemon.
Crontab entry
0 5 * * 2,5 /opt/public/dsdp/mtj/mtj_cron_nightly.sh > /opt/public/dsdp/mtj/mtj_cron_nightly.log |