aboutsummaryrefslogtreecommitdiffstats
path: root/rrs/tools
AgeCommit message (Expand)Author
2018-05-04rrs_upstream_history: make more robustPaul Eggleton
2018-05-04rrs_upgrade_history: skip commits that don't touch the layerPaul Eggleton
2018-05-04rrs: link maintenance/upstream history to layerbranchPaul Eggleton
2018-05-04rrs/tools: add -p/--plan optionPaul Eggleton
2018-05-04rrs_upgrade_history: improve checkout logicPaul Eggleton
2018-05-04rrs: handle linking maintainershipPaul Eggleton
2018-05-04rrs_maintainer_history: avoid unnecessary checkoutsPaul Eggleton
2018-05-04rrs_maintainer_history: add --fullreload optionPaul Eggleton
2018-05-04rrs_upgrade_history: drop final cleanPaul Eggleton
2018-05-04rrs_upgrade_history: handle only .inc file changingPaul Eggleton
2018-05-04rrs/tools: ensure recipe parsing code deletes temporary dirPaul Eggleton
2018-05-04rrs_upgrade_history: Add debug option to process specific commitPaul Eggleton
2018-05-04rrs_upgrade_history: ignore files outside of the layerPaul Eggleton
2018-05-04rrs_upgrade_history: show text of any exception that blocks parsingPaul Eggleton
2018-05-04rrs_upgrade_history: handle broken version numbersPaul Eggleton
2018-05-04rrs/tools: use layer index lockPaul Eggleton
2018-05-04rrs_upgrade_history: only look at commits that actually change recipesPaul Eggleton
2018-05-04rrs_upstream_history: use try...finally to ensure tinfoil is shut downPaul Eggleton
2018-05-04rrs_upgrade_history: use date/commit of last recipe upgrade importPaul Eggleton
2018-05-04rrs_upgrade_history: handle multiple recipes with same pn per layerPaul Eggleton
2018-05-04rrs_upgrade_history: add a --fullreload optionPaul Eggleton
2018-05-04rrs/tools/common.py: ensure we pass a string to loadDataFull()Paul Eggleton
2018-05-04rrs_upgrade_history.py: ensure we shut down tinfoil safelyPaul Eggleton
2018-05-04rrs_upgrade_history.py: enable to work across python2/3 versionsPaul Eggleton
2018-05-04rrs/tools: run all tools scripts with python3Paul Eggleton
2018-05-04rrs_upstream_email: Adapt to template rendering API changePaul Eggleton
2018-05-04rrs_upstream_email: reworkPaul Eggleton
2018-05-04rrs/tools: drop update_repo()Paul Eggleton
2018-05-04rrs_distros: support maintenance plans and remove poky hardcodingPaul Eggleton
2018-05-04rrs/tools: print debug message when parsing recipesPaul Eggleton
2018-05-04rrs_upstream_history: properly handle missing RecipePaul Eggleton
2018-05-04rrs_upgrade_history: drop unused importPaul Eggleton
2018-05-04rrs_upstream_history.py: support maintenance plans and remove poky hardcodingPaul Eggleton
2018-05-04rrs_upstream_history.py: drop threadingPaul Eggleton
2018-05-04rrs_maintainer_history.py: support maintenance plans and remove poky hardcodingPaul Eggleton
2018-05-04rrs/tools/common.py: import sys/os at topPaul Eggleton
2018-05-04rrs_upgrade_history.py: add maintenance plan handlingPaul Eggleton
2018-05-04rrs/tools: avoid unnecessary checkoutsPaul Eggleton
2018-05-04rrs/tools: add dry-run option to each scriptPaul Eggleton
2018-05-04rrs/tools/rrs_unique_recipes: dropPaul Eggleton
2018-05-04rrs/tools/rrs_{distros,upstream_history}: Add path for poky meta libAníbal Limón
2018-05-04rrs/tools/rrs_upstream_history.py: Change regex variables to tupleAníbal Limón
2018-05-04rrs/tools/rrs_upstream_history.py: Disable threads due to new tinfoil APIAníbal Limón
2018-05-04rrs/tools/rrs_distros.py: Don't open files in binary modeAníbal Limón
2018-05-04rrs/tools/rrs_upgrade_history.py: Remove mp process related codeAníbal Limón
2018-05-04rrs/tools/common.py: Fix typo when load recipesAníbal Limón
2018-05-04rrs/tools: Upgrade to use new API of tinfoilAníbal Limón
2018-05-04rrs/tools: Upgrade to use transaction.atomic() in Django 1.6Aníbal Limón
2018-05-04rrs/tools/common.py: When load a recipe use tinfoil cacheAníbal Limón
2018-05-04rrs/tools/rrs_upgrade_history.py: Fix import of split_recipe_fnAníbal Limón