aboutsummaryrefslogtreecommitdiffstats
path: root/bin/oe/fetch.py
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2004-05-02 23:44:37 +0000
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2004-05-02 23:44:37 +0000
commit62ec27caa02d56265105500943998c2033f7fd0b (patch)
treebc3525a7cf01123ca595d32fa448cb84f531ea39 /bin/oe/fetch.py
parent61b5c6d1ead0de5678c5a566d3b939fcac22a66b (diff)
downloadbitbake-62ec27caa02d56265105500943998c2033f7fd0b.tar.gz
process all cvs:// URIs even if one is already checked out - patch courtesy pb_.
Diffstat (limited to 'bin/oe/fetch.py')
-rw-r--r--bin/oe/fetch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/oe/fetch.py b/bin/oe/fetch.py
index d35379c4f..71603f3e1 100644
--- a/bin/oe/fetch.py
+++ b/bin/oe/fetch.py
@@ -326,7 +326,7 @@ class Cvs(Fetch):
if os.access(os.path.join(dldir, tarfn), os.R_OK):
oe.debug(1, "%s already exists, skipping cvs checkout." % tarfn)
- return
+ continue
if date:
options.append("-D %s" % date)