projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64042f1
)
Make repoman ignore deeply nested CVS directories and files they contain in order...
author
Zac Medico
<zmedico@gentoo.org>
Mon, 10 Apr 2006 07:44:14 +0000
(07:44 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 10 Apr 2006 07:44:14 +0000
(07:44 -0000)
svn path=/main/trunk/; revision=3115
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index d502d858948ed6bf640a98cdde68a82287a05eb2..a3cc64f0fd44e2523cf425d5f2569c2d59dc5955 100755
(executable)
--- 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: