From 9077b9793ea6cef5f93862f3daf6cae1de15ebb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 15 Feb 2024 22:51:45 +0100 Subject: [PATCH] Add proper arguments to autoupdate_app_sources.py --- sourcesautoupdate.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sourcesautoupdate.sh b/sourcesautoupdate.sh index 2c3db187..6c9653df 100644 --- a/sourcesautoupdate.sh +++ b/sourcesautoupdate.sh @@ -8,4 +8,6 @@ date >> $log git pull &>/dev/null cat cron | sed "s@__BASEDIR__@$workdir@g" > /etc/cron.d/app_list -python3 tools/autoupdate_app_sources/autoupdate_app_sources.py --commit-and-create-PR &> $log || sendxmpppy "[appsourcesautoupdate] App sources auto-update failed miserably" +python3 tools/autoupdate_app_sources/autoupdate_app_sources.py \ + --edit --commit --pr --paste -j10 \ +&> $log || sendxmpppy "[appsourcesautoupdate] App sources auto-update failed miserably"