aboutsummaryrefslogtreecommitdiffstats
path: root/layerindex/update.py
AgeCommit message (Expand)Author
2018-07-09update.py: check whether branch existed when nocheckoutrbt/li_recsRobert Yang
2018-07-09update.py: add layers when RECOMMENDS isn't satisfiedRobert Yang
2018-05-04Move run_command_interruptible() to utilsPaul Eggleton
2018-04-24update_layer.py: move layer validation to update.py (Performance improve)Robert Yang
2018-04-24update.py: print failed layers summary in the endRobert Yang
2018-04-24update.py: add an option --timeout for lockfileRobert Yang
2018-04-24update: fix dependency processingRobert Yang
2018-02-20update.py: fix Ctrl+C behaviourPaul Eggleton
2018-02-05update.py: fetch repos in parallelRobert Yang
2018-02-05update.py: make sure oe-core is fetchedRobert Yang
2018-01-09update: don't stop on unsatisfied layer dependenciesPaul Eggleton
2017-10-03update: allow preserving temp directoryPaul Eggleton
2017-07-21update.py: add -p to git fetchRobert Yang
2017-07-21update.py: update layers in dependency orderRobert Yang
2017-07-21update.py: update actual branch for layer and bitbakeRobert Yang
2017-03-14layerindex: add "No update" status to LayerItemPaul Eggleton
2017-03-07update.py: use reader to decode subprocess output correctlyPaul Eggleton
2017-01-16update: fix logic for updating layer dependencies at the endPaul Eggleton
2017-01-16update: only get branch object once per branchPaul Eggleton
2017-01-16Fix layerconfparser lifetime handlingPaul Eggleton
2016-11-16Record and display update logsPaul Eggleton
2016-11-07update.py: fix last_rev handlingPaul Eggleton
2016-11-07update_layer: fix regressions in missing layer detectionPaul Eggleton
2016-11-07update.py: fix regression handling layers that failed to fetchPaul Eggleton
2016-10-18layerindexer: Add layer recommends supportLiam R. Howlett
2016-10-18layerindex: Detect dependencies from layer.conf filesLiam R. Howlett
2016-09-20update.py: default to python3 without a defined environmentPaul Eggleton
2016-06-12Handle Python 2 and Python 3 branches in the same indexPaul Eggleton
2016-06-12Support (and require) Python 3Paul Eggleton
2016-06-10update.py: allow updating all branches with one commandPaul Eggleton
2016-05-30update.py: refactor into two separate scriptsPaul Eggleton
2016-05-24Display recipe blacklist informationAlex Franco
2015-11-02update.py: fix splitting on _ when getting class inheritancePaul Eggleton
2015-10-07Support for recipe inherits fieldAlex Franco
2015-06-15update.py: minor fixup for last commitPaul Eggleton
2015-06-15update.py: fix memory leaksPaul Eggleton
2014-06-12update.py: fix not clearing recipe files list on reloadPaul Eggleton
2014-06-12update.py: ignore layers within layersPaul Eggleton
2014-05-24update.py: fix layer exists-on-branch checkPaul Eggleton
2014-05-24update.py: use actual branch when getting last revisionPaul Eggleton
2014-04-06Allow layers to have no master branchPaul Eggleton
2013-12-27update.py: fix subdirectory does not exist error messagePaul Eggleton
2013-09-20update.py: add --fullreload optionPaul Eggleton
2013-09-20update.py: fix ability to test updating with --nocheckoutPaul Eggleton
2013-09-20update.py: fix Ctrl+C handling during layer updatePaul Eggleton
2013-09-05update.py: hide DeprecationWarningsPaul Eggleton
2013-09-05update.py: handle if deleted recipe can't be foundPaul 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-09-05Add support for importing OE-Classic recipesPaul Eggleton