summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-06-07 02:48:52 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-06-07 02:48:52 (EDT)
commit17014e3d84513f6b609932f9b9ad337d22274347 (patch)
tree2e5d86be57b006f8d060419ed455df90d60f3df6
parentbd68a8334607ac59f362f9c960375475fbd9ea55 (diff)
downloadlibreboot-17014e3d84513f6b609932f9b9ad337d22274347.zip
libreboot-17014e3d84513f6b609932f9b9ad337d22274347.tar.gz
libreboot-17014e3d84513f6b609932f9b9ad337d22274347.tar.bz2
build/release/roms: copy straight to release/
-rw-r--r--.gitignore9
-rwxr-xr-xresources/scripts/helpers/build/release/roms5
2 files changed, 1 insertions, 13 deletions
diff --git a/.gitignore b/.gitignore
index b40740a..f0032e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,15 +9,6 @@
/memtest86+-5.01/
/bin/
/libreboot_util.tar.xz
-/libreboot_macbook21.tar.xz
-/libreboot_qemu_i440fx_piix4.tar.xz
-/libreboot_qemu_q35_ich9.tar.xz
-/libreboot_r400_4mb.tar.xz
-/libreboot_r400_8mb.tar.xz
-/libreboot_t60.tar.xz
-/libreboot_x200_4mb.tar.xz
-/libreboot_x200_8mb.tar.xz
-/libreboot_x60.tar.xz
/libreboot_util/
/release/
/resources/utilities/ich9deblob/factory.rom
diff --git a/resources/scripts/helpers/build/release/roms b/resources/scripts/helpers/build/release/roms
index b89b5f8..97b39d7 100755
--- a/resources/scripts/helpers/build/release/roms
+++ b/resources/scripts/helpers/build/release/roms
@@ -45,14 +45,11 @@ for board in *; do
printf '%s\n' "${version}" >"${board}/version"
# Create the compressed archive.
- tar -c "${board}" | xz -9e >"../libreboot_${board}.tar.xz"
+ tar -c "${board}" | xz -9e >"../release/rom/libreboot_${board}.tar.xz"
# No longer needed.
rm -f "${board}/version"
- # Move the ROM images archive to the release/ directory.
- mv "../libreboot_${board}.tar.xz" ../release/rom/
-
printf ' OK\n'
done
cd ../