Split apps_cache call, run apps_cache update when updating sources, and run -jfaster

This commit is contained in:
Félix Piédallu
2024-02-26 11:39:08 +01:00
parent fb12240090
commit dacb57fb0a
2 changed files with 4 additions and 1 deletions

View File

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