Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/7] Improvements for the rootfs log check
@ 2016-05-18 22:28 Peter Kjellerstedt
  2016-05-18 22:28 ` [PATCH 1/7] Revert "rootfs.py: add more info to the warning message" Peter Kjellerstedt
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Peter Kjellerstedt @ 2016-05-18 22:28 UTC (permalink / raw)
  To: openembedded-core

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



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

end of thread, other threads:[~2016-05-18 22:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-18 22:28 [PATCH 0/7] Improvements for the rootfs log check Peter Kjellerstedt
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox