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: 6c9a0e0324e5
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0a18f5953217
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 28, 2017

  1. blivet: Update patch for UUIDs to latest version

    This version largely differs from the previous version in that we now
    set the UUID via the "uuid" keyword argument rather than introducing a
    new "new_uuid" kwarg.
    
    We now need to reorder the uuids.patch and the ntfs-formattable.patch,
    because the latter got merged into the upstream 2.1-devel branch and the
    uuids.patch has been rebased against the newest HEAD of 2.1-devel.
    
    Signed-off-by: aszlig <aszlig@redmoonstudios.org>
    aszlig committed Jan 28, 2017
    Configuration menu
    Copy the full SHA
    9482c1d View commit details
    Browse the repository at this point in the history
  2. nixpart: Update to latest master version

    This only renames the "new_uuid" keyword argument to be just "uuid", as
    changed in the previous nixpkgs commit on blivet.
    
    Signed-off-by: aszlig <aszlig@redmoonstudios.org>
    aszlig committed Jan 28, 2017
    Configuration menu
    Copy the full SHA
    0a18f59 View commit details
    Browse the repository at this point in the history