From 2d060966812ea0ab8088ff6089227620ec67c1f8 Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Wed, 21 Feb 2024 22:05:20 +0100 Subject: [PATCH] Update sourcesautoupdate.sh Some local changes on the infra --- sourcesautoupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcesautoupdate.sh b/sourcesautoupdate.sh index 6c9653df..e431f89b 100644 --- a/sourcesautoupdate.sh +++ b/sourcesautoupdate.sh @@ -9,5 +9,5 @@ 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 \ - --edit --commit --pr --paste -j10 \ + --edit --commit --pr --paste -j1 \ &> $log || sendxmpppy "[appsourcesautoupdate] App sources auto-update failed miserably"