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: 6217686df59b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ddc083d8729d
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Jan 2, 2017

  1. nixos/doc: Add stub chapter for storage config

    Currently only contains a small warning about the options being
    experimental and is going to be written as we go with refactoring the
    storage module.
    
    Note that I've put it to be included *before* file-systems.xml because
    the storage configuration also includes setting various fileSystems.*
    options.
    
    Signed-off-by: aszlig <aszlig@redmoonstudios.org>
    aszlig committed Jan 2, 2017
    Configuration menu
    Copy the full SHA
    c32d409 View commit details
    Browse the repository at this point in the history
  2. nixos/tests/blivet: Add support for HFS+

    This is needed for the macefi and HFS tests and I'm adding solely for
    the sake of completeness so that we have the biggest test coverage
    possible.
    
    Signed-off-by: aszlig <aszlig@redmoonstudios.org>
    aszlig committed Jan 2, 2017
    Configuration menu
    Copy the full SHA
    1c746cc View commit details
    Browse the repository at this point in the history
  3. blivet: Include patch fixing tests

    So it turned out that the test failures we get with tmpfs are actually
    an upstream problem because they seem to be not running tests that
    require to be run as root. Here is a paste from an earlier run posted by
    @vojtechtrefny:
    
    https://paste.fedoraproject.org/518572/33694971/
    
    The patch I'm using here is from @vojtechtrefny as well (pull request
    storaged-project/blivet#532) and should not only fix the tmpfs tests but a
    few other issues.
    
    After running the test suite with this patch applied the tests are now
    succeeding:
    
    https://headcounter.org/hydra/log/ncy4wdpnhzww5yfqv9p8l9cl97dp3cac-vm-test-run-blivet.drv
    
    Signed-off-by: aszlig <aszlig@redmoonstudios.org>
    aszlig committed Jan 2, 2017
    Configuration menu
    Copy the full SHA
    ddc083d View commit details
    Browse the repository at this point in the history