new mirror function: 'status all all'
commitd893743aeaf1ca00f76a2007a3f94b367e7cc2a5
authorSitaram Chamarty <sitaram@atc.tcs.com>
Tue, 24 Nov 2015 23:27:47 +0000 (25 04:57 +0530)
committerSitaram Chamarty <sitaram@atc.tcs.com>
Tue, 24 Nov 2015 23:27:50 +0000 (25 04:57 +0530)
treef6421ef57499c9a871493885a288688cf83b0362
parent6f62ca0deef500d9714d0bae81244923f80dbd39
new mirror function: 'status all all'

We used to say if you need the status of all slaves for all repos you have to
roll it yourself, maybe like this:

    gitolite list-phy-repos | while read r
    do
        echo ---- $r
        gitolite mirror list slaves $r
    done

This isn't great for automation.

The new feature simply prints a list of repos that have *some* error, which is
arguably more useful for further action/processing.
src/commands/mirror