Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring back printing progress per package when initializing build root #200

Merged
merged 1 commit into from
Nov 26, 2015

Conversation

jengelh
Copy link
Contributor

@jengelh jengelh commented Sep 6, 2015

(This is a repost of the one unmerged commit from pull request #194 so it does not get lost.)

This reverts commit e2a3a26.

That commit crippled progress reporting. Issue 1: It made the
"keeping" messages go away, but the progress indicator would still be
printed, so the commit only did half of the intent.

Issue 2: Since no newline was emitted (this was part of the "keeping"
message) and because stdout is line-buffered, the progress report
would only be sporadically emitted.

Furthermore, initializating a Debian root is slow compared to RPM, and
so there is a long time before any output is shown.

Show me my progress as it happens. Reinstate messages about kept
packages.

…ing."

This reverts commit e2a3a26.

That commit crippled progress reporting. Issue 1: It made the
"keeping" messages go away, but the progress indicator would still be
printed, so the commit only did half of the intent.

Issue 2: Since no newline was emitted (this was part of the "keeping"
message) and because stdout is line-buffered, the progress report
would only be sporadically emitted.

Furthermore, initializating a Debian root is slow compared to RPM, and
so there is a long time before any output is shown.

Show me my progress as it happens. Reinstate messages about kept
packages.
@adrianschroeter
Copy link
Member

@lnussel can you comment on this please?

@lnussel
Copy link
Member

lnussel commented Nov 25, 2015

sorry, I missed the notification. I guess I didn't like the excessive output back then. Nowadays I don't care.

adrianschroeter added a commit that referenced this pull request Nov 26, 2015
Bring back printing progress per package when initializing build root
@adrianschroeter adrianschroeter merged commit 241dd01 into openSUSE:master Nov 26, 2015
@jengelh jengelh deleted the v branch December 7, 2015 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants