You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is hard to verify if do following, we should create it without including the directory.
$ sha256sum --check sha256sum.txt
sha256sum: release/crc-macos-amd64.tar.xz: No such file or directory
release/crc-macos-amd64.tar.xz: FAILED open or read
sha256sum: release/crc-linux-amd64.tar.xz: No such file or directory
release/crc-linux-amd64.tar.xz: FAILED open or read
sha256sum: release/crc-windows-amd64.zip: No such file or directory
release/crc-windows-amd64.zip: FAILED open or read
sha256sum: release/crc_virtualbox_4.1.14.crcbundle: No such file or directory
release/crc_virtualbox_4.1.14.crcbundle: FAILED open or read
sha256sum: WARNING: 4 listed files could not be read
The text was updated successfully, but these errors were encountered:
The hashes of sha256sum.txt are referencing items in a 'release' directory.
49f30e59d1b66feb7e406ead155a2cd8b6808dc60488b7f147fc52a0fa641a51 release/crc-macos-amd64.tar.xz
It makes hard to verify directly using the sha256sum.txt file on the content.
```
$ sha256sum --check sha256sum.txt
sha256sum: release/crc-macos-amd64.tar.xz: No such file or directory
release/crc-macos-amd64.tar.xz: FAILED open or read
sha256sum: release/crc-linux-amd64.tar.xz: No such file or directory
release/crc-linux-amd64.tar.xz: FAILED open or read
sha256sum: release/crc-windows-amd64.zip: No such file or directory
release/crc-windows-amd64.zip: FAILED open or read
sha256sum: release/crc_virtualbox_4.1.14.crcbundle: No such file or directory
release/crc_virtualbox_4.1.14.crcbundle: FAILED open or read
sha256sum: WARNING: 4 listed files could not be read
```
Currently we have the contents of sha256sum.txt, the hashes referencing items in a 'release' directory
It is hard to verify if do following, we should create it without including the directory.
The text was updated successfully, but these errors were encountered: