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

Rootless kvm and podman #1415

Merged
merged 8 commits into from
Oct 4, 2023
Merged

Commits on Sep 27, 2023

  1. Remove any duplicated code loading configuration from ENV

    The current conf.get_config() function already handles loading from ENV.
    Also, always use osc.build.calculate_build_root() instead of making a custom variable substitution.
    dmach committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    2f1cb0e View commit details
    Browse the repository at this point in the history
  2. Add rootless build support to 'build' command for 'kvm' and 'podman' …

    …vm types
    
    To avoid filesystem permission collisions with the builds using su_wrapper,
    use an alternative buildroot path that appends username to '/var/tmp/build-root' for the rootless builds.
    dmach committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8eb3602 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88c2bf4 View commit details
    Browse the repository at this point in the history
  4. Rename conf.Options.build_type to vm_type to be consistent with obs b…

    …uild and osc --vm-type option
    dmach committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    28efb43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47f32e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41ce932 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

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