summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ../