process all cvs:// URIs even if one is already checked out - patch courtesy pb_.
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sun, 2 May 2004 23:44:37 +0000 (23:44 +0000)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sun, 2 May 2004 23:44:37 +0000 (23:44 +0000)
bin/oe/fetch.py

index d35379c..71603f3 100644 (file)
@@ -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)