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

sysusers prep patches #1763

Closed
wants to merge 5 commits into from
Closed

Commits on Feb 22, 2019

  1. compose: Support RPMOSTREE_PRESERVE_TMPDIR=on-fail

    This is easy to set in the environment for local development
    and avoid leaking space in the success cases.
    cgwalters committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    184c207 View commit details
    Browse the repository at this point in the history
  2. bwrap: Add an API to take a file descriptor

    Will be used by the sysusers code to pass down a pipe that
    the child writes to.
    cgwalters committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    a5e2743 View commit details
    Browse the repository at this point in the history
  3. main: Move cancellable creation later

    We should only be calling into GIO once we've set our preparatory
    environment variables etc.  Not fixing anything today that I know
    of, just noticed while looking at the code.
    cgwalters committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    00da746 View commit details
    Browse the repository at this point in the history
  4. tests: Don't make system user with differently-named group

    Sysusers doesn't really support this, and no RPMs do it.
    cgwalters committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    e5c8b11 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2019

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