aboutsummaryrefslogtreecommitdiffstats
path: root/layerindex/utils.py
AgeCommit message (Expand)Author
2017-06-08update.py: add option -a to update actual branchRobert Yang
2017-06-08update.py: update layers orderlyRobert Yang
2017-06-01utils.py: remove obsolete dependenciesRobert Yang
2017-03-14utils.py: split out parse_conf() from parse_layer_conf()Paul Eggleton
2017-03-07utils.py: fix bad indentingPaul Eggleton
2016-11-16Record and display update logsPaul Eggleton
2016-11-07utils: fix error in runcmd() if printerr=FalsePaul Eggleton
2016-10-19views: ensure we only show results once in recipe searchPaul Eggleton
2016-10-18layerindexer: Add layer recommends supportLiam R. Howlett
2016-10-18layerindex: Add collection and version to layerbranchLiam R. Howlett
2016-10-18layerindex: Detect dependencies from layer.conf filesLiam R. Howlett
2016-10-18layerindex/recipeparse.py: refactor setup_tinfoil, checkout_layer_branch, par...Liam R. Howlett
2016-10-18layerindex/utils: Update runcmd to decode binary strings to stringsLiam R. Howlett
2016-09-20Update to Django 1.8Paul Eggleton
2016-06-12Support (and require) Python 3Paul Eggleton
2016-06-12Upgrade to Django 1.6+Paul Eggleton
2013-09-05Ensure logger is passed into runcmd function or use sys.stderr.writePaul Eggleton
2013-09-05Implement locking for update/bulkchange processPaul Eggleton
2013-07-28Split out recipe parsing and utility functions to a separate modulePaul Eggleton