From 3aa115e7a2b2d37cf8a5e7fe3373b2e41a1bc754 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Sat, 4 Dec 2021 21:18:00 +0100 Subject: [PATCH] 9.0.68 --- sco_version.py | 2 +- tools/etc/scodoc-updater.timer | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sco_version.py b/sco_version.py index 6d94737349..d68021f902 100644 --- a/sco_version.py +++ b/sco_version.py @@ -1,7 +1,7 @@ # -*- mode: python -*- # -*- coding: utf-8 -*- -SCOVERSION = "9.0.67" +SCOVERSION = "9.0.68" SCONAME = "ScoDoc" diff --git a/tools/etc/scodoc-updater.timer b/tools/etc/scodoc-updater.timer index 3a7cddff66..4ba66d7844 100644 --- a/tools/etc/scodoc-updater.timer +++ b/tools/etc/scodoc-updater.timer @@ -7,12 +7,12 @@ # [Unit] -Description=Upgrade ScoDoc and Linux each week on Saturday night (sunday, 2:30 am) +Description=Upgrade ScoDoc and Linux each night (2:30 am + random delay) [Timer] -OnCalendar=Sun *-*-* 02:30:00 +OnCalendar=*-*-* 02:30:00 # Add random delay, to avoid overloading ScoDoc upgrade server -RandomizedDelaySec=30min +RandomizedDelaySec=40min [Install] WantedBy=timers.target