From 5c359621dfff2b3d134547aa3be6cddc245a2a5e Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 4 Apr 2021 16:16:36 +0000 Subject: build: qemu: do not use symlinks on generated images Jenkins can not properly deal with symbolic links. --- scripts/build-qemu-image | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/build-qemu-image') diff --git a/scripts/build-qemu-image b/scripts/build-qemu-image index 7687db36..349f4a5d 100755 --- a/scripts/build-qemu-image +++ b/scripts/build-qemu-image @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2016 VyOS maintainers and contributors +# Copyright (C) 2016-2021 VyOS maintainers and contributors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 or later as @@ -31,3 +31,4 @@ export PACKER_LOG=1 mkdir -p "${PACKER_BUILD_DIR}" packer build -only=qemu-image scripts/packer.json +cp "${PACKER_BUILD_DIR}/qemu/vyos_qemu_image.img" "$BUILD_DIR/vyos-$VERSION-$BUILD_ARCH.qcow2" -- cgit v1.2.3