Adding more specifics for checksum file

This commit is contained in:
Antony Messerli 2015-09-24 15:52:12 -05:00
parent 9194dbea25
commit 90c67d9177

View file

@ -30,9 +30,11 @@ cd ../..
# generate header for sha256-checksums file
cd build/ipxe
CURRENT_TIME=`date`
cat > netboot.xyz-sha256-checksums.txt <<EOF
# netboot.xyz bootloaders generated from https://github.com/ipxe/ipxe
# Git Hash: $IPXE_HASH
# netboot.xyz bootloaders generated at $CURRENT_TIME
# iPXE Commit: https://github.com/ipxe/ipxe/commit/$IPXE_HASH
# Travis-CI Job: https://travis-ci.org/antonym/netboot.xyz/builds/$TRAVIS_BUILD_ID
EOF