Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: c26dbef830a2
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 70488665fae8
Choose a head ref
  • 13 commits
  • 11 files changed
  • 9 contributors

Commits on Dec 1, 2018

  1. sd-image: Slims the ext4 filesystem even more.

    This is to try and squeeze more lost space from the image, so that hydra
    starts building it again.
    
    The fsck previous to the resize2fs is required so resize2fs works.
    
    The one afterwards is a sanity check.
    
    Using `-M` from resize2fs will not give much saved space due to a known
    (in the manual) issue.
    
    ```
    [samueldr@aarch64:~/nixpkgs]$ ls -lh result-*/*/*.img
    -r--r--r-- 1 root root 2.2G Jan  1  1970 result-original/sd-image/nixos-sd-image-18.09.git.a7fd431-aarch64-linux.img
    -r--r--r-- 1 root root 2.1G Jan  1  1970 result-M/sd-image/nixos-sd-image-18.09.git.a7fd431-aarch64-linux.img
    -r--r--r-- 1 root root 1.9G Jan  1  1970 result-slimmed/sd-image/nixos-sd-image-18.09.git.a7fd431-aarch64-linux.img
    ```
    
    ```
    [samueldr@aarch64:~/nixpkgs]$ nix path-info -S ./result-original
    /nix/store/c8k9n78gylx293rjh762fr05a069kxp2-nixos-sd-image-18.09.git.a7fd431-aarch64-linux.img   3844125000
    
    [samueldr@aarch64:~/nixpkgs]$ nix path-info -S ./result-slimmed
    /nix/store/962238skj5mnzhrsmjy23dyzmxk77sp4-nixos-sd-image-18.09.git.a7fd431-aarch64-linux.img   3447473208
    ```
    samueldr committed Dec 1, 2018
    Copy the full SHA
    61bdaad View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. Copy the full SHA
    5205aaa View commit details
    Browse the repository at this point in the history
  2. soapyrtlsdr: init at 0.2.5

    ragnard committed Dec 5, 2018
    Copy the full SHA
    963b113 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Merge pull request #51580 from ragnard/soapyrtlsdr

    soapyrtlsdr: init at 0.2.5
    markuskowa committed Dec 6, 2018
    Copy the full SHA
    3861b9c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    007e177 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    20c6acb View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3a90505 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    577d73e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #51631 from seqizz/pass_genphrase

    passExtensions.pass-genphrase: init at 0.1
    rasendubi committed Dec 6, 2018
    Copy the full SHA
    cc8deff View commit details
    Browse the repository at this point in the history
  7. btrfs-progs: 4.19 -> 4.19.1

    Fixes build of snapper
    spencerjanssen committed Dec 6, 2018
    Copy the full SHA
    67aa6cd View commit details
    Browse the repository at this point in the history
  8. Merge pull request #51572 from georgewhewell/qmltermwidget-fix-darwin

    qmltermwidget: add missing utmp lib on darwin
    c0bw3b committed Dec 6, 2018
    Copy the full SHA
    61bb42b View commit details
    Browse the repository at this point in the history
  9. Merge pull request #51638 from spencerjanssen/btrfs-progs-4.19.1

    btrfs-progs: 4.19 -> 4.19.1
    markuskowa committed Dec 6, 2018
    Copy the full SHA
    3776a9e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #51207 from samueldr/fix/sd-image-slimming

    sd-image: Slims the ext4 filesystem even more.
    samueldr committed Dec 6, 2018
    Copy the full SHA
    7048866 View commit details
    Browse the repository at this point in the history