Skip to content

Commit

Permalink
makefile: cleanup, remove download_iso target
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Apr 6, 2020
1 parent 0f1c9c7 commit a729482
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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); \
Expand All @@ -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
Expand Down

0 comments on commit a729482

Please sign in to comment.