diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-07-07 22:07:03 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-07-07 22:07:03 +0000 |
commit | c931f1fff92186cbbe78613845270245eba64a37 (patch) | |
tree | bde626c152f085a2642813e29fd412552bc0bbdf /man | |
parent | Move the "registered" attribute to the SubProcess class too. (diff) | |
download | portage-idfetch-c931f1fff92186cbbe78613845270245eba64a37.tar.gz portage-idfetch-c931f1fff92186cbbe78613845270245eba64a37.tar.bz2 portage-idfetch-c931f1fff92186cbbe78613845270245eba64a37.zip |
Add a new "SRC_URI.mirror" check which checks to if a uri listed in
profiles/thirdpartymirrors is found in SRC_URI. Thanks to Betelgeuse for
the initial patch which has now been optimized with a regex.
svn path=/main/trunk/; revision=10973
Diffstat (limited to 'man')
-rw-r--r-- | man/repoman.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/repoman.1 b/man/repoman.1 index 1d4c24a2..42e65308 100644 --- a/man/repoman.1 +++ b/man/repoman.1 @@ -180,6 +180,9 @@ Syntax error in RDEPEND (usually an extra/missing space/parenthesis) .B SLOT.missing Ebuilds that have a missing or empty SLOT variable .TP +.B SRC_URI.mirror +A uri listed in profiles/thirdpartymirrors is found in SRC_URI +.TP .B changelog.missing Missing ChangeLog files .TP |