Gentoo Archives: gentoo-portage-dev

From: Chris Reffett <creffett@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] [PATCH 0/2] Refactor repoman QA handling
Date: Wed, 19 Feb 2014 18:10:22
Message-Id: 1392833405-1622-1-git-send-email-creffett@gentoo.org
1 This series of patches alters repoman's QA output to be much more usable. The
2 first patch changes all checks to output a list of either length 1 or 2,
3 splitting the file with the error from the error itself. This will be helpful
4 for making machine-parseable output in the future. The second both makes the
5 variables used to build the output much more consistent and makes the output
6 itself more consistent by removing a few instances where the full path was
7 printed rather than the relative path. This will change the existing repoman
8 output format and potentially break scripts which rely on the old and
9 inconsistent behavior.
10
11 Chris Reffett (2):
12 Split output for repoman checks into file and message
13 Repoman check code cleanup
14
15 bin/repoman | 232 +++++++++++++++++++++++------------------------
16 pym/repoman/utilities.py | 18 +++-
17 2 files changed, 128 insertions(+), 122 deletions(-)
18
19 --
20 1.8.5.3

Replies