From 2437617c019ec830b94b7770b17c97a9d1437cd0 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 10 Apr 2006 07:44:14 +0000 Subject: Make repoman ignore deeply nested CVS directories and files they contain in order to prevent false file.name errors (files with CVS directories may contain commas). svn path=/main/trunk/; revision=3115 --- bin/repoman | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/repoman') diff --git a/bin/repoman b/bin/repoman index d502d8589..a3cc64f0f 100755 --- a/bin/repoman +++ b/bin/repoman @@ -880,6 +880,8 @@ for x in scanlist: if y == "CVS": continue for z in os.listdir(checkdir+"/files/"+y): + if z == "CVS": + continue filesdirlist.append(y+"/"+z) # current policy is no files over 20k, this is the check. elif mystat.st_size > 20480: -- cgit v1.2.3-1-g7c22