From 17014e3d84513f6b609932f9b9ad337d22274347 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 07 Jun 2015 02:48:52 -0400 Subject: build/release/roms: copy straight to release/ --- 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 ../ -- cgit v0.9.1