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/nixos-channel-scripts
base: 9f96e1e25d19
Choose a base ref
...
head repository: NixOS/nixos-channel-scripts
compare: 97d9e3ea01c4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 6, 2018

  1. Adds filename to sha256 file for use with sha256 -c

    The manpage says:
    
    > The  sums  are  computed as described in FIPS-180-2.  When checking, the input should be a former
    > output of this program.  The default mode is to print a line with checksum, **a space, a  character
    > indicating  input  mode ('*' for binary, ' ' for text or where binary is insignificant),** and name
    > for each FILE.
    
    By adding the filename to the generated sha256 file, a user would be
    able to download an iso, the sha256 file, then use `sha256 -c
    [file].iso.sha256` to verify the file.
    
    * * *
    
    This fixes nixos-homepage#224
    samueldr committed Jun 6, 2018
    Copy the full SHA
    2181f3c View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. Merge pull request #17 from samueldr/sha256sum-check

    Adds filename to sha256 file for use with `sha256 -c`
    edolstra committed Jun 13, 2018
    Copy the full SHA
    97d9e3e View commit details
    Browse the repository at this point in the history