Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 350576 - `repoman -q -q` silences even important blocking cvs status
Summary: `repoman -q -q` silences even important blocking cvs status
Status: RESOLVED OBSOLETE
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Repoman (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-04 19:18 UTC by SpanKY
Modified: 2017-03-16 00:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2011-01-04 19:18:36 UTC
i have repoman aliased to 'repoman -q -q'.  when i tried to commit something today, it simply exited on me:

$ repoman commit -m 'Version bump.' 
$ echo $?
1

after pondering for a while, i remembered that i was doing -q -q via the alias.  so re-running without the alias:
$ repoman commit -m 'Version bump.' 
[ERROR] !!! Please fix the following issues reported from cvs: (U,P,M,A,R,D are ok)
[ERROR] !!! Note: This is a pretend/no-modify pass...
[ERROR] C ChangeLog
U Manifest
A coreutils-8.9.ebuild
U coreutils-8.7.ebuild

i guess the point is to hide the output of harmless changes, but it shouldnt be hiding the output if repoman is going to exit because of it (the C status)
Comment 1 Brian Dolbec (RETIRED) gentoo-dev 2017-03-16 00:23:20 UTC
Pretty much anything CVS related is now obsolete