]> code.ossystems Code Review - openembedded-core.git/commit
fetch2: Correct the clean() mechanism for the fetcher2 code
authorSaul Wold <sgw@linux.intel.com>
Wed, 9 Feb 2011 22:30:29 +0000 (14:30 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Feb 2011 23:49:25 +0000 (23:49 +0000)
commit14dea89521c0c648e8e543388096a6dcd6d4f2e0
treeddb73f19d8eeaa659905968ee1de28b9750b5628
parentf1bbea4ab0c41cf93cd1a2d0d4d05a4ad06a0728
fetch2: Correct the clean() mechanism for the fetcher2 code

This create a clean() method in each of the fetcher modules
and correctly cleans the .done stamp file and lock files

Signed-off-by: Saul Wold <sgw@linux.intel.com>
bitbake/lib/bb/fetch/cvs.py
bitbake/lib/bb/fetch2/__init__.py
bitbake/lib/bb/fetch2/cvs.py
bitbake/lib/bb/fetch2/git.py
bitbake/lib/bb/fetch2/local.py
bitbake/lib/bb/fetch2/svn.py
meta/classes/base.bbclass