From a72948286dbf108458563ec3c3762811a50b88af Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 6 Apr 2020 21:16:44 +0200 Subject: [PATCH] makefile: cleanup, remove download_iso target --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index faac760..deeecaa 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ release_archive: ################################ -tests: test_imagesize download_iso test_kvm_bios test_kvm_uefi +tests: test_imagesize test_kvm_bios test_kvm_uefi test_imagesize: @size=$$(du -b iso/*.iso | cut -f 1); \ @@ -63,10 +63,6 @@ test_imagesize: echo '[WARNING] ISO image size is larger than 2GB!'; \ fi -download_iso: - # download the iso image from a build server - rsync -avP buildbot.xinit.se:/var/debian-live-config/debian-live-config/iso ./ - test_kvm_bios: # Run the resulting image in KVM/virt-manager (legacy BIOS mode) sudo virt-install --name dlc-test --boot cdrom --disk path=/dlc-test-disk0.qcow2,format=qcow2,size=20,device=disk,bus=virtio,cache=none --cdrom 'iso/dlc-2.2.2-debian-buster-amd64.hybrid.iso' --memory 2048 --vcpu 2