All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix oe.path.copyhardlinktree()
@ 2016-09-05 13:35 Joshua Lock
  2016-09-05 13:35 ` [PATCH 1/2] oe.path: fix copyhardlinktree() Joshua Lock
  2016-09-05 13:35 ` [PATCH 2/2] selftest/liboe: add a test for copyhardlinktree() Joshua Lock
  0 siblings, 2 replies; 3+ messages in thread
From: Joshua Lock @ 2016-09-05 13:35 UTC (permalink / raw)
  To: openembedded-core

My recent change to preserve extended attributes in oe.path resulted in a
copyhardlinktree() being broken when the source contains hidden files.

This series includes a fix for copyhardlinktree() and a simple selftest for 
copyhardlinktree() which ensures the source and destination have the same number
of files after a copy.

The following changes since commit 9b08503eabf78bc1b114416523b41dcce3449f58:

  toaster: fire TaskArtifacts event (2016-09-04 00:05:13 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib joshuagl/copyhard
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=joshuagl/copyhard

Joshua Lock (2):
  oe.path: fix copyhardlinktree()
  selftest/liboe: add a test for copyhardlinktree()

 meta/lib/oe/path.py             |  9 ++++++---
 meta/lib/oeqa/selftest/liboe.py | 29 +++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 3 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2016-09-05 13:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-05 13:35 [PATCH 0/2] Fix oe.path.copyhardlinktree() Joshua Lock
2016-09-05 13:35 ` [PATCH 1/2] oe.path: fix copyhardlinktree() Joshua Lock
2016-09-05 13:35 ` [PATCH 2/2] selftest/liboe: add a test for copyhardlinktree() Joshua Lock

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.