All of lore.kernel.org
 help / color / mirror / Atom feed
* [layerindex-web][PATCH 0/3] Bugfix, tests, doc update
@ 2018-07-19 13:17 Paul Eggleton
  2018-07-19 13:17 ` [layerindex-web][PATCH 1/3] update: fix handling of moves outside of a layer Paul Eggleton
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Paul Eggleton @ 2018-07-19 13:17 UTC (permalink / raw)
  To: yocto

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-07-19 13:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-19 13:17 [layerindex-web][PATCH 0/3] Bugfix, tests, doc update Paul Eggleton
2018-07-19 13:17 ` [layerindex-web][PATCH 1/3] update: fix handling of moves outside of a layer Paul Eggleton
2018-07-19 13:17 ` [layerindex-web][PATCH 2/3] Add minimal tests for update script Paul Eggleton
2018-07-19 13:17 ` [layerindex-web][PATCH 3/3] README: add an example virtualenv-based setup Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.