summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gentoo.org>2005-09-28 05:35:37 +0000
committerBrian Harring <ferringb@gentoo.org>2005-09-28 05:35:37 +0000
commitd3511e96ae2df2eb9a18f0603eb18c37eb2f8202 (patch)
tree0e6efe8a8eaec7fa03f700f238b0ee8ecf967529
parentfd2f2a80bd918091b8828e1e8f7de94aae2904d5 (diff)
downloadportage-d3511e96ae2df2eb9a18f0603eb18c37eb2f8202.tar.gz
portage-d3511e96ae2df2eb9a18f0603eb18c37eb2f8202.tar.bz2
portage-d3511e96ae2df2eb9a18f0603eb18c37eb2f8202.zip
file.name fixup for glep31 checks.
svn path=/main/branches/2.0/; revision=2034
-rw-r--r--ChangeLog3
-rwxr-xr-xbin/repoman2
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52fe1fcb3..e6a34380f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@
2. /var/cache/edb/world is now /var/lib/portage/world.
3. /etc/portage/profile/virtuals is _USER_ configs only.
+ 28 Sep 2005; Brian Harring <ferringb@gentoo.org> bin/repoman:
+ Fixup of the file.name check so it doesn't catch CVS dirs.
+
27 Sep 2005; Brian Harring <ferringb@gentoo.org> bin/ebuild.sh:
No more portageq in the global scope.
Instant die.
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.