Explorar o código

Adding more specifics for checksum file

Antony Messerli %!s(int64=9) %!d(string=hai) anos
pai
achega
90c67d9177
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  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