Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 4db1caec0a84
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c3566c7a4fe2
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

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
    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
    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
    Copy the full SHA
    52ed193 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Merge pull request #70352 from wucke13/systemd-importd

    systemd: add systemd-importd
    flokli committed Nov 5, 2019
    Copy the full SHA
    c3566c7 View commit details
    Browse the repository at this point in the history