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

fixup! compose: Print progress during ostree commit #2

Closed

Commits on Jul 25, 2016

  1. compose: Print stats at end of commit

    `ostree commit --table-output` can already do this, and since we're
    super noisy for `compose tree` right now, we might as well print this.
    It's useful to see how many new objects were created.
    cgwalters committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    d6cc725 View commit details
    Browse the repository at this point in the history
  2. compose: Print progress during ostree commit

    Until we finally do the "store packages as ostree commits and union"
    thing, doing commits can be slow, particularly into archive repos
    where we pay lots of cost in gzip.
    
    Let's show a progress bar.  The implementation here uses a background
    thread which communicates with the "UI" via atomics.  The UI uses a
    timer - and if stdout isn't a tty, we assume it's Jenkins or something
    and dial updates back to every 5 seconds to avoid spamming output.
    cgwalters committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    93eec07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e175c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2016

  1. Configuration menu
    Copy the full SHA
    f9a0dc9 View commit details
    Browse the repository at this point in the history