From e094f3dfb49939707aa1c0ae1ab0f8716e328477 Mon Sep 17 00:00:00 2001 From: ninsbl Date: Sun, 16 Apr 2023 23:17:34 +0200 Subject: [PATCH] try versionless log --- utils/cronjobs_osgeo_lxd/cron_job_list_grass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/cronjobs_osgeo_lxd/cron_job_list_grass b/utils/cronjobs_osgeo_lxd/cron_job_list_grass index b4531f6aec..2a49b17dc1 100644 --- a/utils/cronjobs_osgeo_lxd/cron_job_list_grass +++ b/utils/cronjobs_osgeo_lxd/cron_job_list_grass @@ -30,7 +30,7 @@ # daily Linux binary snapshots, also creates main manuals, addon manuals, and prog-manual (target dir: /var/www/code_and_data/) # old stable: G78 -05 05 * * * nice sh /home/neteler/cronjobs/cron_grass_legacy_releasebranch_build_binaries.sh > /var/www/code_and_data/grass78/binary/linux/snapshot/build.log.txt 2>&1 +05 05 * * * nice sh /home/neteler/cronjobs/cron_grass_legacy_releasebranch_build_binaries.sh > /var/www/code_and_data/grass-legacy/binary/linux/snapshot/build.log.txt 2>&1 # stable: G82 15 05 * * * nice sh /home/neteler/cronjobs/cron_grass_releasebranch_build_binaries.sh > /var/www/code_and_data/grass82/binary/linux/snapshot/build.log.txt 2>&1 # dev: G83