diff --git a/rebuild.sh b/rebuild.sh index 4417a728..b98cb7f0 100644 --- a/rebuild.sh +++ b/rebuild.sh @@ -8,4 +8,5 @@ date >> $log git pull &>/dev/null cat cron | sed "s@__BASEDIR__@$workdir@g" > /etc/cron.d/app_list -./tools/list_builder.py &>> $log || sendxmpppy "[listbuilder] Rebuilding the application list failed miserably" +./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" diff --git a/sourcesautoupdate.sh b/sourcesautoupdate.sh index e431f89b..1368bc0c 100644 --- a/sourcesautoupdate.sh +++ b/sourcesautoupdate.sh @@ -8,6 +8,8 @@ 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"