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

systemd: add systemd-importd #70352

Merged
merged 3 commits into from
Nov 5, 2019
Merged

systemd: add systemd-importd #70352

merged 3 commits into from
Nov 5, 2019

Commits on Nov 2, 2019

  1. gnugp: adding option for minimal build

    Basically a flavour of gnugpg, which solely containts `bin/gnupg`.
    wucke13 committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    d1270ac View commit details
    Browse the repository at this point in the history
  2. systemd: adding support for systemd-importd

    Adding `systemd-importd` to the build, so that `machinectl`s `import-.*`
    may actually do anything. Currently they fail with
    
    ```
    Failed to transfer image: The name org.freedesktop.import1 was not provided by any .service files
    ```
    as `systemd-importd` is not built. Also registers the regarding dbus
    api and service in the systemd module.
    wucke13 committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    29ac226 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2019

  1. nixosTests.systemd-nspawn: add test

    This adds a test downloading an nspawn container via http, and ensures
    sha256sum verification and gpg signature verification work.
    flokli committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    52ed193 View commit details
    Browse the repository at this point in the history