From: Saul Wold <sgw@linux.intel.com>
To: poky@yoctoproject.org
Subject: [PATCH 0/1] Create new clean() mechanism inside fetcher2 code
Date: Thu, 10 Feb 2011 11:17:04 -0800 [thread overview]
Message-ID: <cover.1297365140.git.sgw@linux.intel.com> (raw)
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(-)
next reply other threads:[~2011-02-10 19:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-10 19:17 Saul Wold [this message]
2011-02-10 19:17 ` [PATCH 1/1] fetch2: Correct the clean() mechanism for the fetcher2 code Saul Wold
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.1297365140.git.sgw@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=poky@yoctoproject.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.