diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-02-08 04:23:33 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-02-08 04:23:33 +0000 |
commit | 8d336ab9cb3479b504ae30f4088530e3448ef3ed (patch) | |
tree | 1267fdb0f562218cba35e4fadca062f3c51b3ad9 | |
parent | 11a9ef8049e937859a91a0efb52755965338fecb (diff) | |
download | portage-8d336ab9cb3479b504ae30f4088530e3448ef3ed.tar.gz portage-8d336ab9cb3479b504ae30f4088530e3448ef3ed.tar.bz2 portage-8d336ab9cb3479b504ae30f4088530e3448ef3ed.zip |
Make the "lfull" output more succinct by omitting categories for which there are no violations. (trunk r5928)v2.1.2-r9
svn path=/main/branches/2.1.2/; revision=5929
-rwxr-xr-x | bin/repoman | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/repoman b/bin/repoman index 0341c825e..daa19afdb 100755 --- a/bin/repoman +++ b/bin/repoman @@ -303,8 +303,7 @@ def last(): if x not in qawarnings: dofail=1 else: - if mymode!="lfull": - continue + continue print " "+ x.ljust(20), if stats[x]==0: print green(`stats[x]`) |