file.name fixup for glep31 checks.
authorBrian Harring <ferringb@gentoo.org>
Wed, 28 Sep 2005 05:35:37 +0000 (05:35 -0000)
committerBrian Harring <ferringb@gentoo.org>
Wed, 28 Sep 2005 05:35:37 +0000 (05:35 -0000)
svn path=/main/branches/2.0/; revision=2034

ChangeLog
bin/repoman

index 52fe1fcb3fb130fd2fa187897cb947f321bf333b..e6a34380f665ea3d4c2b7c6fb601d71d1b3d4c22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@
     2. /var/cache/edb/world is now /var/lib/portage/world.
     3. /etc/portage/profile/virtuals is _USER_ configs only.
 
+  28 Sep 2005; Brian Harring <ferringb@gentoo.org> bin/repoman:
+  Fixup of the file.name check so it doesn't catch CVS dirs.
+
   27 Sep 2005; Brian Harring <ferringb@gentoo.org> bin/ebuild.sh:
   No more portageq in the global scope.
   Instant die.
index 6f0f5c32d47a9260d3766a0a96e8ed06975bb473..62e7852f34de009f410d488076442422ce485926 100755 (executable)
@@ -826,6 +826,8 @@ for x in scanlist:
                                else:
                                        raise oe
                        if S_ISDIR(mystat.st_mode):
+                               if y == "CVS":
+                                       continue
                                for z in os.listdir(checkdir+"/files/"+y):
                                        filesdirlist.append(y+"/"+z)
                        # current policy is no files over 20k, this is the check.