]> code.ossystems Code Review - openembedded-core.git/commit
bitbake/fetch2: Rewrite and improve exception handling, reusing core functions for...
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 4 Feb 2011 10:26:21 +0000 (10:26 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Feb 2011 09:06:36 +0000 (09:06 +0000)
commitd08397ba4d1331993300eacbb2f78fcfef19c1cf
tree374d8aa46a69fbae08d2b3e8e7456a5c61005e4c
parentf6eefb3ca3bb2a5ea0ec1364bdb0bc41ae58c815
bitbake/fetch2: Rewrite and improve exception handling, reusing core functions for common operations where possible

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/__init__.py
bitbake/lib/bb/fetch2/bzr.py
bitbake/lib/bb/fetch2/cvs.py
bitbake/lib/bb/fetch2/git.py
bitbake/lib/bb/fetch2/hg.py
bitbake/lib/bb/fetch2/osc.py
bitbake/lib/bb/fetch2/perforce.py
bitbake/lib/bb/fetch2/ssh.py
bitbake/lib/bb/fetch2/svk.py
bitbake/lib/bb/fetch2/svn.py
bitbake/lib/bb/fetch2/wget.py