From d3511e96ae2df2eb9a18f0603eb18c37eb2f8202 Mon Sep 17 00:00:00 2001 From: Brian Harring Date: Wed, 28 Sep 2005 05:35:37 +0000 Subject: file.name fixup for glep31 checks. svn path=/main/branches/2.0/; revision=2034 --- bin/repoman | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/repoman') 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. -- cgit v1.2.3-1-g7c22