changelog in README

This commit is contained in:
Zsolt Ero
2024-09-10 02:56:12 +02:00
parent e904cc8a00
commit ad5c66d4cd
2 changed files with 9 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ LOG_DIR=/data/ofm/tile_gen/logs
10 0 * * 2 ofm $CMD make-tiles planet --upload >> $LOG_DIR/planet-make-tiles.log 2>&1
# every Saturday at 8:00, set planet to latest
0 9 * * 6 ofm $CMD set-version monaco >> $LOG_DIR/monaco-set-version.log 2>&1
0 11 * * 6 ofm $CMD set-version monaco >> $LOG_DIR/monaco-set-version.log 2>&1
# once per minute, create indexes
* * * * * ofm $CMD make-indexes >> $LOG_DIR/make-indexes-cron.log 2>&1