All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Create new clean() mechanism inside fetcher2 code
@ 2011-02-10 19:17 Saul Wold
  2011-02-10 19:17 ` [PATCH 1/1] fetch2: Correct the clean() mechanism for the " Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Saul Wold @ 2011-02-10 19:17 UTC (permalink / raw)
  To: poky

From: Saul Wold <sgw@linux.intel.com>

This moves the knowledge about what to clean up from the fetcher2 in to
each of the fetcher modules.

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

Thanks,
    Saul Wold <sgw@linux.intel.com>
---


Saul Wold (1):
  fetch2: Correct the clean() mechanism for the fetcher2 code

 bitbake/lib/bb/fetch2/__init__.py |   34 ++++++++++++++++++++++++++++++++++
 bitbake/lib/bb/fetch2/cvs.py      |   12 ++++++++++++
 bitbake/lib/bb/fetch2/git.py      |    6 ++++++
 bitbake/lib/bb/fetch2/local.py    |    4 ++++
 bitbake/lib/bb/fetch2/svn.py      |    7 +++++++
 meta/classes/base.bbclass         |   24 +++++++++---------------
 6 files changed, 72 insertions(+), 15 deletions(-)



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

end of thread, other threads:[~2011-02-10 19:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-10 19:17 [PATCH 0/1] Create new clean() mechanism inside fetcher2 code Saul Wold
2011-02-10 19:17 ` [PATCH 1/1] fetch2: Correct the clean() mechanism for the " Saul Wold

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.