Browse Source

Adding more specifics for checksum file

Antony Messerli 9 years ago
parent
commit
90c67d9177
1 changed files with 4 additions and 2 deletions
  1. 4 2
      script/prep-release.sh

+ 4 - 2
script/prep-release.sh

@@ -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