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: a74e7092b076
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 1e925e1545b2
Choose a head ref
  • 16 commits
  • 9 files changed
  • 5 contributors

Commits on Apr 8, 2020

  1. gitAndTools.gh: 0.5.3 -> 0.5.4

    (cherry picked from commit 7b61246)
    r-ryantm authored and zowoq committed Apr 8, 2020
    Copy the full SHA
    1e8fc3d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ca75c08 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1d6ad14 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    085b736 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    86a179a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ba71d71 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    f7b3dfc View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    cf7513b View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    fbd0974 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. make-iso9660-image.sh: enable joliet extension

    This is per the advice of the osinfo-db maintainers https://gitlab.com/libosinfo/osinfo-db/-/merge_requests/107#note_313094852
    
    (cherry picked from commit f59aa66)
    worldofpeace committed Apr 9, 2020
    Copy the full SHA
    84b906d View commit details
    Browse the repository at this point in the history
  2. iso-image: normalize volumeID

    The volumeID will now be in the format of:
    nixos-$EDITON-$RELEASE-$ARCH
    
    an example for the minimal image would look like:
    nixos-minimal-20.09-x86-64-linux
    
    (cherry picked from commit 70a8e9a)
    worldofpeace committed Apr 9, 2020
    Copy the full SHA
    519ace8 View commit details
    Browse the repository at this point in the history
  3. iso-image: make sure volumeID is less than 32 chars

    (cherry picked from commit 591e8d5)
    worldofpeace committed Apr 9, 2020
    Copy the full SHA
    0a63410 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. iso-image: make $ARCH shorter

    we use stdenv.hostPlatform.uname.processor, which I believe is just like
    `uname -p`.
    
    Example values:
    ```
    (import <nixpkgs> { system = "x86_64-linux"; }).stdenv.hostPlatform.uname.processor
    "x86_64"
    
    (import <nixpkgs> { system = "aarch64-linux"; }).stdenv.hostPlatform.uname.processor
    aarch64
    
    (import <nixpkgs> { system = "armv7l-linux"; }).stdenv.hostPlatform.uname.processor
    "armv7l"
    ```
    
    (cherry picked from commit df8c30f)
    worldofpeace committed Apr 10, 2020
    Copy the full SHA
    17d67c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #84863 from worldofpeace/backport-83551

    [20.03] iso-image: normalize volumeID
    worldofpeace committed Apr 10, 2020
    Copy the full SHA
    9e50a36 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #84707 from zowoq/gh-backport

    [20.03] gitAndTools.gh: 0.5.3 -> 0.6.4
    worldofpeace committed Apr 10, 2020
    Copy the full SHA
    d3d904c View commit details
    Browse the repository at this point in the history
  4. performous: fix build (#84841)

    (cherry picked from commit 87f75f8)
    
    Co-authored-by: Orivej Desh <orivej@gmx.fr>
    ajs124 and orivej committed Apr 10, 2020
    Copy the full SHA
    1e925e1 View commit details
    Browse the repository at this point in the history