summaryrefslogtreecommitdiffstats
path: root/build-release
diff options
context:
space:
mode:
Diffstat (limited to 'build-release')
-rwxr-xr-xbuild-release3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-release b/build-release
index 2b634fc..4b07c5e 100755
--- a/build-release
+++ b/build-release
@@ -393,6 +393,9 @@ echo "Creating compressed libreboot_bin release archive"
# create lzma compressed bin archive
tar cfJ libreboot_bin.tar.xz libreboot_bin
+# create file showing the commit ID from git for this archive.
+cat .git/refs/heads/master > commitid
+
# ### Delete the uncompressed release directories
# ----------------------------------------------------------------------------------------------------------------------------