From a6f16039895f077540a40bbf069f889a98930eb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 8 Jul 2024 20:27:52 +0200 Subject: [PATCH] Configure autoupdate as weekly for official yunohost CI --- maintenance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance.sh b/maintenance.sh index bbd966f..1fe0d4f 100644 --- a/maintenance.sh +++ b/maintenance.sh @@ -79,7 +79,7 @@ function autoupdate_app_sources() date >> $log git_pull_and_update_cron_and_restart_services_if_needed tools/autoupdate_app_sources/venv/bin/python3 tools/autoupdate_app_sources/autoupdate_app_sources.py \ - --edit --commit --pr --paste -j1 \ + --latest-commit-weekly --edit --commit --pr --paste -j1 \ &> $log || sendxmpppy "[appsourcesautoupdate] App sources auto-update failed miserably" }