[yocto] [layerindex-web][PATCH 0/5] Layer index improvements
Paul Eggleton
paul.eggleton at linux.intel.com
Sun May 29 21:31:11 PDT 2016
Refactor the update script to hopefully make it more robust, allow
multiple branches to be updated with one command, and fix a few other
issues.
The following changes since commit b80833e1c9d2e8d4bd15903810bc981dd3a9c19e:
TODO: drop some completed items (2016-05-30 15:28:20 +1200)
are available in the git repository at:
git://git.yoctoproject.org/layerindex-web paule/fixes
http://git.yoctoproject.org/cgit.cgi/layerindex-web/log/?h=paule/fixes
Paul Eggleton (5):
Allow blanking out field values in bulk change
update.py: refactor into two separate scripts
update.py: allow updating all branches with one command
Fix listing *_git.bbappend as appends for git recipe
Increase size of Recipe provides and license fields
README | 7 +-
TODO | 2 -
layerindex/bulkchange.py | 17 +-
layerindex/forms.py | 19 -
.../0011_auto__add_field_branch_updates_enabled.py | 198 ++++++++
...ld_recipe_license__chg_field_recipe_provides.py | 202 ++++++++
layerindex/models.py | 25 +-
layerindex/update.py | 523 ++------------------
layerindex/update_layer.py | 547 +++++++++++++++++++++
layerindex/views.py | 5 +-
10 files changed, 1028 insertions(+), 517 deletions(-)
create mode 100644 layerindex/migrations/0011_auto__add_field_branch_updates_enabled.py
create mode 100644 layerindex/migrations/0012_auto__chg_field_recipe_license__chg_field_recipe_provides.py
create mode 100644 layerindex/update_layer.py
--
2.5.5
More information about the yocto
mailing list