diff options
-rwxr-xr-x | bin/repoman | 2 |
1 files changed, 2 insertions, 0 deletions
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: |