Skip to content

Commit

Permalink
cronjob: build site every 12 hours rather than 15min
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Aug 10, 2020
1 parent c382845 commit 06397d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tools/cronjobs_osgeo_lxd/cron_job_list_grass
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@
# | | | | |
# * * * * * command to be executed

# check every 15 min, fetch from GitHub and build with hugo (target dir: /var/www/html/)
*/15 * * * * nice sh /home/neteler/cronjobs/hugo_clean_and_update_job.sh
## check every 15 min, fetch from GitHub and build with hugo (target dir: /var/www/html/)
#*/15 * * * * nice sh /home/neteler/cronjobs/hugo_clean_and_update_job.sh

# run at 00:30:00 and 12:30:00 each day: fetches code from GitHub and builds it with hugo (target dir: /var/www/html/)
30 */12 * * * nice sh /home/neteler/cronjobs/hugo_clean_and_update_job.sh

# weekly source snapshots (target dir: /var/www/code_and_data/)
30 02 * * 6 nice sh /home/neteler/cronjobs/cron_grass7_HEAD_src_snapshot.sh
Expand All @@ -29,9 +32,6 @@
05 06 * * * nice sh /home/neteler/cronjobs/cron_grass78_releasebranch_78_build_bins.sh > /var/www/code_and_data/grass78/binary/linux/snapshot/build.log 2>&1
#05 07 * * * nice sh /home/neteler/cronjobs/cron_grass76_releasebranch_76_build_bins.sh > /var/www/code_and_data/grass76/binary/linux/snapshot/build.log 2>&1
#05 08 * * * nice sh /home/neteler/cronjobs/cron_grass74_releasebranch_74_build_bins.sh > /var/www/code_and_data/grass74/binary/linux/snapshot/build.log 2>&1
## no longer needed 7/2020 after DNS switch
## package stuff for old osgeo6 server (remove this once CMSMS is retired and hugo server becomes main server)
#05 09 * * * (cd /var/www/code_and_data/ ; rm -f /home/neteler/tmp/grass_all_snapshots.zip ; mkdir -p /home/neteler/tmp/; nice zip -r /home/neteler/tmp/grass_all_snapshots.zip addons grass78 grass79 programming7 uploads)

# generate osgeo_mailman_stats/ + email
# ... runs as root cronjob on osgeo6 machine

0 comments on commit 06397d4

Please sign in to comment.