diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-11-01 21:38:17 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-11-01 21:38:17 +0100 |
commit | 9ad37c7504649f10edf81594561caed71a175ac6 (patch) | |
tree | c0cff279d0218ddadc0b2afbc962189d12f70af6 /run-all.sh | |
parent | eeb83804209f50ad54f76822edbfef230fd52570 (diff) | |
download | imagefish-9ad37c7504649f10edf81594561caed71a175ac6.tar.gz |
bump release #2
Diffstat (limited to 'run-all.sh')
-rwxr-xr-x | run-all.sh | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -5,22 +5,22 @@ BASE="$(dirname $0)" case "$(hostname --short)" in arm-b32 | cubietruck) # rebuild images - ./Fedora-rpi32.sh 28 || exit 1 - ./Fedora-efi-armv7.sh 28 || exit 1 + ./Fedora-rpi32.sh 29 || exit 1 + ./Fedora-efi-armv7.sh 29 || exit 1 ;; arm-b64) # rebuild images - ./Fedora-rpi64.sh 28 || exit 1 - ./Fedora-efi-grub2.sh 28 || exit 1 - ./Fedora-efi-systemd.sh 28 || exit 1 + ./Fedora-rpi64.sh 29 || exit 1 + ./Fedora-efi-grub2.sh 29 || exit 1 + ./Fedora-efi-systemd.sh 29 || exit 1 ;; sirius) # rebuild images export IMAGEFISH_DESTDIR="/vmdisk/hdd/imagefish" - ./Fedora-efi-grub2.sh 28 || exit 1 - ./Fedora-efi-systemd.sh 28 || exit 1 - linux32 ./Fedora-efi-systemd.sh 28 || exit 1 + ./Fedora-efi-grub2.sh 29 || exit 1 + ./Fedora-efi-systemd.sh 29 || exit 1 + linux32 ./Fedora-efi-systemd.sh 29 || exit 1 ./RHEL74-efi.sh || exit 1 ./RHEL75-efi.sh || exit 1 |