[yocto] [layerindex-web][PATCH 0/3] Bugfix, tests, doc update

Paul Eggleton paul.eggleton at linux.intel.com
Thu Jul 19 06:17:31 PDT 2018


A fix for a bug in the update script, some regression tests (finally!)
and a small bit for the README about setting up dependencies using
virtualenv.


The following changes since commit 49981aebf6fab9338f2a570acbb9aa67312c8865:

  Add site-wide notice support (2018-07-09 13:50:15 +0200)

are available in the Git repository at:

  git://git.yoctoproject.org/layerindex-web paule/fixes4
  http://git.yoctoproject.org/cgit.cgi//log/?h=paule/fixes4

Paul Eggleton (3):
  update: fix handling of moves outside of a layer
  Add minimal tests for update script
  README: add an example virtualenv-based setup

 .gitignore                           |   1 +
 README                               |  37 ++++-
 layerindex/tools/fixup_duplicates.py |  69 ++++++++++
 layerindex/update_layer.py           |  27 ++--
 pytest.ini                           |   4 +
 tests/test_update.py                 | 195 +++++++++++++++++++++++++++
 6 files changed, 322 insertions(+), 11 deletions(-)
 create mode 100644 layerindex/tools/fixup_duplicates.py
 create mode 100644 pytest.ini
 create mode 100644 tests/test_update.py

-- 
2.17.1



More information about the yocto mailing list