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

Upgrade agent #1368

Closed
wants to merge 5 commits into from
Closed

Upgrade agent #1368

wants to merge 5 commits into from

Commits on May 15, 2018

  1. daemon: Load sd unit for callers, log it

    The high level goal is to render in a better way what caused an
    update: coreos#247 (comment)
    
    This gets us for Cockpit:
    `Initiated txn DownloadUpdateRpmDiff for client(dbus:1.28 unit:session-6.scope uid:0): /org/projectatomic/rpmostree1/fedora_atomic`
    which isn't as good as I'd hoped; I was thinking we'd get `cockpit.service`
    but actually Cockpit does invocations as a real login for good reason.
    
    We get a similar result from the CLI.
    cgwalters committed May 15, 2018
    Configuration menu
    Copy the full SHA
    83c942d View commit details
    Browse the repository at this point in the history
  2. daemon: Add an 'id' param to RegisterClient, log it

    This makes the logs a bit more useful, but the ultimate goal
    here is to write the originating client `id` to the cached update
    data, so users know that e.g. `gnome-software` triggered it.
    cgwalters committed May 15, 2018
    Configuration menu
    Copy the full SHA
    abac65f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    912bccf View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. Configuration menu
    Copy the full SHA
    58cd150 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3eabc96 View commit details
    Browse the repository at this point in the history