summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMichał Górny <gentoo@mgorny.alt.pl>2010-07-15 11:33:03 +0200
committerZac Medico <zmedico@gentoo.org>2010-07-15 05:45:32 -0700
commit9e4c6e2ddde5a86fb72052fda92d28ee3e7c1606 (patch)
treec9772007ccd40aab2f66d10635d600664fa10bb4 /bin
parentUse b'foo' instead of _unicode_encode() where appropriate. (diff)
downloadportage-multirepo-9e4c6e2ddde5a86fb72052fda92d28ee3e7c1606.tar.gz
portage-multirepo-9e4c6e2ddde5a86fb72052fda92d28ee3e7c1606.tar.bz2
portage-multirepo-9e4c6e2ddde5a86fb72052fda92d28ee3e7c1606.zip
Remove 'filedir.missing' check info.
It is not used anywhere, and don't seem to be a useful check at all.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 235d4f07..53b9ad0c 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -270,7 +270,6 @@ qahelp={
"ebuild.notadded":"Ebuilds that exist but have not been added to cvs",
"ebuild.patches":"PATCHES variable should be a bash array to ensure white space safety",
"changelog.notadded":"ChangeLogs that exist but have not been added to cvs",
- "filedir.missing":"Package lacks a files directory",
"file.executable":"Ebuilds, digests, metadata.xml, Manifest, and ChangeLog do note need the executable bit",
"file.size":"Files in the files directory must be under 20 KiB",
"file.size.fatal":"Files in the files directory must be under 60 KiB",