diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-07-03 18:16:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-03 18:16:32 +0100 |
commit | 05e3f87975a3fd2d894496ecc408c806657261c3 (patch) | |
tree | 7302b69c3f2e7bcdbcc62304e32b2e8f01d36800 /Makefile | |
parent | eb4882ad79361782e7e0b40a31d9c02b73a6fa1c (diff) | |
parent | dfe2abc58b5ad458985e4f0acdc3f23cabc1eaa7 (diff) | |
download | vyos-build-05e3f87975a3fd2d894496ecc408c806657261c3.tar.gz vyos-build-05e3f87975a3fd2d894496ecc408c806657261c3.zip |
Merge pull request #684 from vyos/mergify/bp/circinus/pr-680
T6527: remove legacy packages (backport #680)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -21,17 +21,12 @@ checkiso: .PHONY: test .ONESHELL: test: checkiso - scripts/check-qemu-install --debug --match="$(MATCH)" --uefi build/live-image-amd64.hybrid.iso + scripts/check-qemu-install --debug --configd --match="$(MATCH)" --uefi build/live-image-amd64.hybrid.iso .PHONY: test-no-interfaces .ONESHELL: test-no-interfaces: checkiso - scripts/check-qemu-install --debug --match="$(MATCH)" --no-interfaces build/live-image-amd64.hybrid.iso - -.PHONY: testd -.ONESHELL: -testd: checkiso - scripts/check-qemu-install --debug --configd build/live-image-amd64.hybrid.iso + scripts/check-qemu-install --debug --configd --match="$(MATCH)" --uefi --no-interfaces build/live-image-amd64.hybrid.iso .PHONY: testc .ONESHELL: |