python-tldp/tldp
Martin A. Brown 5a06b49967 load the MD5 file, if present
if the MD5 file is not present, then an earlier version of the tldp package
generated the output directory, and we should re-run
if the MD5 file is present in the output directory, load it into the dict()
data structure and return it, so that a stale-check can be completed
2016-04-02 10:49:15 -07:00
..
doctypes call the MD5 generation util function 2016-04-02 10:47:07 -07:00
.gitignore yes, the usual .gitignore 2016-02-11 11:27:36 -08:00
__init__.py use absolute_import here, too (Python 3) 2016-03-14 20:32:09 -07:00
cascadingconfig.py everybody gets unicode_literals 2016-03-14 22:18:09 -07:00
config.py make pep8 a bit happier 2016-04-01 21:33:23 -07:00
driver.py fix publish function so it propagates return code 2016-03-27 02:26:42 -07:00
inventory.py calculate stale by MD5s; swap stale/broken 2016-04-02 10:47:45 -07:00
ldpcollection.py adding commonal parent class LDPDocumentCollection 2016-02-22 20:00:24 -08:00
outputs.py load the MD5 file, if present 2016-04-02 10:49:15 -07:00
sources.py record md5sum info for each source file 2016-04-01 22:18:39 -07:00
typeguesser.py flakes noticed an extra import, removing 2016-03-28 11:10:45 -07:00
utils.py make sure to sort the files by name 2016-04-02 10:46:43 -07:00