All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/7] Improvements for the rootfs log check
Date: Thu, 19 May 2016 00:28:11 +0200	[thread overview]
Message-ID: <cover.1463610428.git.pkj@axis.com> (raw)

This is a set of improvements to the log check code in
meta/lib/oe/rootfs.py. It started out with me wanting to reduce the
spam I got when there were many warnings in the log, and ended up with
quite a lot of refactoring. I also activated the fix to bug 7789 along
the way...

I have only tested this with rpm builds, but I expect it to work for
deb and ipk builds as well...

//Peter

The following changes since commit 7707cf6562e6a477ea953743a2d9aba682d90949:

  sdk-manual: Fixed three broken links to sections within manual. (2016-05-17 21:35:00 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib pkj/improve_rootfs_log_check
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/improve_rootfs_log_check

Peter Kjellerstedt (7):
  Revert "rootfs.py: add more info to the warning message"
  rootfs.py: Remove _log_check_error() from the RpmRootfs class
  rootfs.py: Simplify the regular expression used in _log_check_warn()
  rootfs.py: Use one way to exclude lines in _log_check_error()
  rootfs.py: Exclude lines in _log_check_warn() as well
  rootfs.py: Reduce spam from _log_check_warn()
  rootfs.py: Unify _log_check_warn() and _log_check_error()

 meta/lib/oe/rootfs.py | 93 +++++++++++++++++----------------------------------
 1 file changed, 31 insertions(+), 62 deletions(-)

-- 
2.1.0



             reply	other threads:[~2016-05-18 22:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-18 22:28 Peter Kjellerstedt [this message]
2016-05-18 22:28 ` [PATCH 1/7] Revert "rootfs.py: add more info to the warning message" Peter Kjellerstedt
2016-05-18 22:28 ` [PATCH 2/7] rootfs.py: Remove _log_check_error() from the RpmRootfs class Peter Kjellerstedt
2016-05-18 22:28 ` [PATCH 3/7] rootfs.py: Simplify the regular expression used in _log_check_warn() Peter Kjellerstedt
2016-05-18 22:28 ` [PATCH 4/7] rootfs.py: Use one way to exclude lines in _log_check_error() Peter Kjellerstedt
2016-05-18 22:28 ` [PATCH 5/7] rootfs.py: Exclude lines in _log_check_warn() as well Peter Kjellerstedt
2016-05-18 22:28 ` [PATCH 6/7] rootfs.py: Reduce spam from _log_check_warn() Peter Kjellerstedt
2016-05-18 22:28 ` [PATCH 7/7] rootfs.py: Unify _log_check_warn() and _log_check_error() Peter Kjellerstedt

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.1463610428.git.pkj@axis.com \
    --to=peter.kjellerstedt@axis.com \
    --cc=openembedded-core@lists.openembedded.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.