summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-16 19:35:40 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-16 19:35:40 (EDT)
commitc368508ac286cb3e8d8e1274f6b243667a300923 (patch)
treeb6e028c0eca1d8567e4f8a41ae016fde9022a171
parent32fb97377d5cfa117e5e392d085f0811ce718b23 (diff)
downloadlibreboot-c368508ac286cb3e8d8e1274f6b243667a300923.zip
libreboot-c368508ac286cb3e8d8e1274f6b243667a300923.tar.gz
libreboot-c368508ac286cb3e8d8e1274f6b243667a300923.tar.bz2
build/release/archives: put commitid files in crossgcc archive
-rwxr-xr-xresources/scripts/helpers/build/release/archives1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/scripts/helpers/build/release/archives b/resources/scripts/helpers/build/release/archives
index ca67821..b645010 100755
--- a/resources/scripts/helpers/build/release/archives
+++ b/resources/scripts/helpers/build/release/archives
@@ -440,6 +440,7 @@ mv libreboot_src/coreboot/util/crossgcc/tarballs/ libreboot_crossgcc
# mention the commit ID (libreboot, git) in the release archives
cat commitid > libreboot_src/commitid
cat commitid > libreboot_util/commitid
+cat commitid > libreboot_crossgcc/commitid
# create lzma compressed src archive
printf "Compressing libreboot_src/ into libreboot_src.tar.xz\n"