python-tldp/tldp
Martin A. Brown 9cb92dce7c build() only returns 0 (success) for all builds
before, the build() function lacked the logic to retain, and return that there
was a failure during the building of one of the documents; it now returns
a 1, which is passed directly to sys.exit(), if any single build fails
2016-03-01 22:21:29 -08:00
..
doctypes temporarily forgetting about other doctypes 2016-03-01 21:50:58 -08:00
.gitignore yes, the usual .gitignore 2016-02-11 11:27:36 -08:00
__init__.py add config.py to the tldp package 2016-02-23 11:04:20 -08:00
cascadingconfig.py messed up indentation 2016-02-29 11:37:13 -08:00
config.py correct the labeling in the --help output 2016-03-01 13:21:11 -08:00
driver.py build() only returns 0 (success) for all builds 2016-03-01 22:21:29 -08:00
inventory.py pep8/pyflakes 2016-02-29 20:33:14 -08:00
ldpcollection.py adding commonal parent class LDPDocumentCollection 2016-02-22 20:00:24 -08:00
outputs.py add a tiny bit more verbosity to output detail 2016-03-01 20:17:23 -08:00
sources.py print out detail files in sorted order 2016-03-01 21:37:42 -08:00
typeguesser.py pep8/pyflakes 2016-02-29 20:33:14 -08:00
utils.py bump up verbosity of failed excute() to logger.info 2016-03-01 21:38:04 -08:00