comparison piecrust/serving/procloop.py @ 855:448710d84121

refactor: Get the taxonomy support back to a functional state. There's now a taxonomy content source that wraps another normal content source like a blog posts' source. It works in tandem with a taxonomy content pipeline that will do the heavy lifting of figuring out what kind of terms exist and need to be baked.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 06 Jun 2017 00:26:21 -0700
parents 08e02c2a2a1a
children c71472e6537f
comparison
equal deleted inserted replaced
854:08e02c2a2a1a 855:448710d84121
255 logger.error("Errors found in %s:" % item.spec) 255 logger.error("Errors found in %s:" % item.spec)
256 for e in ppres.record_entry.errors: 256 for e in ppres.record_entry.errors:
257 logger.error(" " + e) 257 logger.error(" " + e)
258 258
259 # Do all the final stuff. 259 # Do all the final stuff.
260 ppmngr.buildHistoryDiffs() 260 ppmngr.postJobRun()
261 ppmngr.deleteStaleOutputs() 261 ppmngr.deleteStaleOutputs()
262 ppmngr.collapseRecords() 262 ppmngr.collapseRecords()
263 ppmngr.shutdownPipelines() 263 ppmngr.shutdownPipelines()
264 264
265 # Swap the old record with the next record. 265 # Swap the old record with the next record.