diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-17 00:35:40 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-17 00:35:40 +0100 |
commit | c368508ac286cb3e8d8e1274f6b243667a300923 (patch) | |
tree | b6e028c0eca1d8567e4f8a41ae016fde9022a171 | |
parent | 32fb97377d5cfa117e5e392d085f0811ce718b23 (diff) | |
download | librebootfr-c368508ac286cb3e8d8e1274f6b243667a300923.tar.gz librebootfr-c368508ac286cb3e8d8e1274f6b243667a300923.zip |
build/release/archives: put commitid files in crossgcc archive
-rwxr-xr-x | resources/scripts/helpers/build/release/archives | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/scripts/helpers/build/release/archives b/resources/scripts/helpers/build/release/archives index ca678214..b645010a 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" |