From a275908b7b205e25a08860163940ee020e716a1f Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Mon, 26 Feb 2024 16:45:30 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"Split=20apps=5Fcache=20call,=20run=20?= =?UTF-8?q?apps=5Fcache=20update=20when=20updating=20sources,=20a=E2=80=A6?= =?UTF-8?q?"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rebuild.sh | 3 +-- sourcesautoupdate.sh | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/rebuild.sh b/rebuild.sh index b98cb7f0..4417a728 100644 --- a/rebuild.sh +++ b/rebuild.sh @@ -8,5 +8,4 @@ date >> $log git pull &>/dev/null cat cron | sed "s@__BASEDIR__@$workdir@g" > /etc/cron.d/app_list -./tools/app_caches.py -j40 &>> $log || sendxmpppy "[listbuilder] Downloading the apps caches failed miserably" -./tools/list_builder.py -j10 --no-update-cache &>> $log || sendxmpppy "[listbuilder] Rebuilding the application list failed miserably" +./tools/list_builder.py &>> $log || sendxmpppy "[listbuilder] Rebuilding the application list failed miserably" diff --git a/sourcesautoupdate.sh b/sourcesautoupdate.sh index 1368bc0c..e431f89b 100644 --- a/sourcesautoupdate.sh +++ b/sourcesautoupdate.sh @@ -8,8 +8,6 @@ date >> $log git pull &>/dev/null cat cron | sed "s@__BASEDIR__@$workdir@g" > /etc/cron.d/app_list -./tools/app_caches.py -j40 &>> $log || sendxmpppy "[appsourcesautoupdate] Downloading the apps caches failed miserably" - python3 tools/autoupdate_app_sources/autoupdate_app_sources.py \ --edit --commit --pr --paste -j1 \ &> $log || sendxmpppy "[appsourcesautoupdate] App sources auto-update failed miserably"