summaryrefslogtreecommitdiff
path: root/tools/commitfest/update_archive_threads.py
AgeCommit message (Collapse)Author
2019-02-06Update cmd tools to use python3Magnus Hagander
This includes changing to requests for check_patches_in_archives.py, like previously done for the internal APIs.
2019-02-06Fixes for pep8 compatibilityMagnus Hagander
2018-02-21Implement thread notification receivingMagnus Hagander
This allows the archivs server to ping the CF app to pick up updates to mailthreads quicker.
2016-01-06Fully qualify more importsMagnus Hagander
2016-01-06New way for django standalone scriptsMagnus Hagander
2015-02-04Log to stdout instead of stderrMagnus Hagander
This plays nicer with our cronjob outputs
2015-02-04Use proper logging from cronjobsMagnus Hagander
This makes it reasonable to redirect it to a file (it now has timestamps), and also adds the -debug parameter to get more logging when actually testing something out
2015-01-19Remove useless debugging outputMagnus Hagander
2014-07-15Add script to regularly update mail threads from the archivesMagnus Hagander