summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/repoman b/bin/repoman
index 6f0f5c32d..62e7852f3 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -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.