1
0
Fork 0

Configure autoupdate as weekly for official yunohost CI

This commit is contained in:
Félix Piédallu 2024-07-08 20:27:52 +02:00 committed by Salamandar
parent 75e383cb23
commit a6f1603989

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