All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] check if lockfile is writable (bug 606 patch V2)
@ 2010-12-29  9:54 Yu Ke
  2010-12-29  9:54 ` [PATCH 1/1] bb.utils: check if lock file is writable, to fix bug 606 Yu Ke
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Yu Ke @ 2010-12-29  9:54 UTC (permalink / raw)
  To: poky

I've sent a patch for bug 606 before, which add sanity check for $DL_DIR.

After digging more, the root cause is hidden in bb.utils.lockfile(), so it
is more general to add check there. hence comes out the V2 patch for bug606.
please discard my V1 patch.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: kyu3/bug606-v2
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/bug606-v2

Thanks,
    Yu Ke <ke.yu@intel.com>
---


Yu Ke (1):
  bb.utils: check if lock file is writable, to fix bug 606

 bitbake/lib/bb/utils.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)



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

end of thread, other threads:[~2010-12-30  9:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-29  9:54 [PATCH 0/1] check if lockfile is writable (bug 606 patch V2) Yu Ke
2010-12-29  9:54 ` [PATCH 1/1] bb.utils: check if lock file is writable, to fix bug 606 Yu Ke
2010-12-29 18:01 ` [PATCH 0/1] check if lockfile is writable (bug 606 patch V2) Saul Wold
2010-12-29 20:26   ` Richard Purdie
2010-12-30  2:19     ` Yu Ke
2010-12-30  9:29 ` Richard Purdie

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.