From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: yocto@yoctoproject.org
Subject: [layerindex-web][PATCH 0/3] Bugfix, tests, doc update
Date: Thu, 19 Jul 2018 15:17:31 +0200 [thread overview]
Message-ID: <cover.1532006209.git.paul.eggleton@linux.intel.com> (raw)
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
next reply other threads:[~2018-07-19 13:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-19 13:17 Paul Eggleton [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1532006209.git.paul.eggleton@linux.intel.com \
--to=paul.eggleton@linux.intel.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.