Rewrite list_builder to use a local git clone cache and simpler logic

This commit is contained in:
Alexandre Aubin
2020-04-05 02:54:24 +02:00
parent 300e6abca2
commit 90cfa0fe59
3 changed files with 189 additions and 362 deletions

View File

@ -7,4 +7,4 @@ cd $workdir
date >> $log
git pull >/dev/null
python ./list_builder.py &>> $log || sendxmpppy "[listbuilder] Rebuilding the application list failed miserably"
./list_builder.py &>> $log || sendxmpppy "[listbuilder] Rebuilding the application list failed miserably"