repoman: tell user which mirror identifiers contain SRC_URI
authorSergei Trofimovich <slyfox@gentoo.org>
Tue, 1 Jan 2013 14:15:39 +0000 (17:15 +0300)
committerZac Medico <zmedico@gentoo.org>
Wed, 2 Jan 2013 00:28:05 +0000 (16:28 -0800)
commit63bf20d0925ca76c98477a108a6d4c3fa8fde885
tree42fc2c97ecad3b1ca5d5a6754731c1d524c52f3f
parent0c38140e331c040530bf1d6c5716696162790bda
repoman: tell user which mirror identifiers contain SRC_URI

before the patch:
    $ repoman full

    RepoMan scours the neighborhood...
      metadata.missing              1
       dev-haskell/qthaskellc/metadata.xml
      SRC_URI.mirror                1
       dev-haskell/qthaskellc/qthaskellc-1.1.4.ebuild: 'http://download.berlios.de/' found in thirdpartymirrors

after the patch:
    $ repoman full

    RepoMan scours the neighborhood...
      metadata.missing              1
       dev-haskell/qthaskellc/metadata.xml
      SRC_URI.mirror                1
       dev-haskell/qthaskellc/qthaskellc-1.1.4.ebuild: 'http://download.berlios.de/' found in thirdpartymirrors: 'mirror://berlios'

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
bin/repoman