Fix emerge output
ClosedPublic

Authored by kfunk on Dec 30 2015, 11:27 PM.

Details

Summary

Change semantics slightly.

Now we have debug level:

-1 -> 'emerge -q'
 0 -> 'emerge '
 1 -> 'emerge -v'
 2 -> 'emerge -vv'
 3 -> 'emerge -vvv'

Changes;

  • Now outputting generally useful info at debug level 0 already
    • Currently handled package
    • Current action (fetch, compile, qmerge, etc.)
    • Package result (success, failed)

Diff Detail

Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
kfunk updated this revision to Diff 1675.Dec 30 2015, 11:27 PM
kfunk retitled this revision from to Fix emerge output.
kfunk updated this object.
kfunk edited the test plan for this revision. (Show Details)
vonreth added inline comments.Dec 30 2015, 11:32 PM
bin/Source/GitSource.py
113

its needed to make git aware of branches not yet exisiting. fetch might work as well.

kfunk added inline comments.Dec 31 2015, 12:14 AM
bin/Source/GitSource.py
113

Ah, right, forgot about new branches. Right. Will discard that hunk when submitting.

Rest ok?

vonreth accepted this revision.Dec 31 2015, 1:00 PM
vonreth edited edge metadata.
This revision is now accepted and ready to land.Dec 31 2015, 1:00 PM
sengels edited edge metadata.Jan 1 2016, 10:41 PM

Looks good, have you checked all comparisons against verbose() function?

kfunk closed this revision.Jan 3 2016, 5:38 PM