1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

Configure autoupdate as weekly for official yunohost CI

This commit is contained in:
Salamandar 2024-07-08 20:27:52 +02:00 committed by Salamandar
parent a411b4ebe8
commit d597690b07

View file

@ -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"
}