fetchers: Only call createCopy and update_data after checking if the download already...
authorRichard Purdie <rpurdie@linux.intel.com>
Sun, 12 Nov 2006 15:30:35 +0000 (15:30 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Sun, 12 Nov 2006 15:30:35 +0000 (15:30 +0000)
commitab6bc07a319278a1b61ab58dc660ad7e9508542a
treedd5a19cd00a87be24286ff5c20069d57a6531f1e
parent3f4f2ae322ba807b0729f33f3490cf77acd081f9
fetchers: Only call createCopy and update_data after checking if the download already exists. Refactor parameters to wget's fetch_uri and make md5 a global urldata option.
lib/bb/fetch/__init__.py
lib/bb/fetch/cvs.py
lib/bb/fetch/svk.py
lib/bb/fetch/svn.py
lib/bb/fetch/wget.py