[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 04/19] tests/vm: add source repos on ubuntu.i386
From: |
Alex Bennée |
Subject: |
[Qemu-devel] [PULL 04/19] tests/vm: add source repos on ubuntu.i386 |
Date: |
Mon, 24 Jun 2019 14:43:22 +0100 |
From: Cleber Rosa <address@hidden>
Possibly because of different behavior on the newly update
cloud-image, trying to run 'apt-get build-dep' results in:
E: You must put some 'source' URIs in your sources.list
This enables all source repos (even though some are not
needed) for simplicity sake.
Signed-off-by: Cleber Rosa <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Tested-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Alex Bennée <address@hidden>
diff --git a/tests/vm/ubuntu.i386 b/tests/vm/ubuntu.i386
index 7017e6d388..3ea459ee20 100755
--- a/tests/vm/ubuntu.i386
+++ b/tests/vm/ubuntu.i386
@@ -77,6 +77,7 @@ class UbuntuX86VM(basevm.BaseVM):
time.sleep(5)
self.wait_ssh()
# The previous update sometimes doesn't survive a reboot, so do it
again
+ self.ssh_root_check("sed -ie s/^#\ deb-src/deb-src/g
/etc/apt/sources.list")
self.ssh_root_check("apt-get update")
self.ssh_root_check("apt-get build-dep -y qemu")
self.ssh_root_check("apt-get install -y libfdt-dev flex bison")
--
2.20.1
- [Qemu-devel] [PULL 00/19] testing/next (tests/vm, Travis and hyperv build fix), Alex Bennée, 2019/06/24
- [Qemu-devel] [PULL 06/19] tests/vm: use ssh with pty unconditionally, Alex Bennée, 2019/06/24
- [Qemu-devel] [PULL 03/19] tests/vm: pin ubuntu.i386 image, Alex Bennée, 2019/06/24
- [Qemu-devel] [PULL 05/19] tests/vm: send proxy environment variables over ssh, Alex Bennée, 2019/06/24
- [Qemu-devel] [PULL 08/19] tests/vm: proper guest shutdown, Alex Bennée, 2019/06/24
- [Qemu-devel] [PULL 19/19] target/i386: fix feature check in hyperv-stub.c, Alex Bennée, 2019/06/24
- [Qemu-devel] [PULL 10/19] tests/vm: serial console support helpers, Alex Bennée, 2019/06/24
- [Qemu-devel] [PULL 11/19] tests/vm: openbsd autoinstall, using serial console, Alex Bennée, 2019/06/24
- [Qemu-devel] [PULL 04/19] tests/vm: add source repos on ubuntu.i386,
Alex Bennée <=
- [Qemu-devel] [PULL 18/19] Makefile: Rename the 'vm-test' target as 'vm-help', Alex Bennée, 2019/06/24
- [Qemu-devel] [PULL 01/19] tests/vm: avoid extra compressed image copy, Alex Bennée, 2019/06/24
- [Qemu-devel] [PULL 07/19] tests/vm: run test builds on snapshot, Alex Bennée, 2019/06/24
- [Qemu-devel] [PULL 12/19] tests/vm: freebsd autoinstall, using serial console, Alex Bennée, 2019/06/24
- [Qemu-devel] [PULL 09/19] tests/vm: add vm-boot-{ssh, serial}-<guest> targets, Alex Bennée, 2019/06/24
- [Qemu-devel] [PULL 17/19] .travis.yml: force a brew update for MacOS builds, Alex Bennée, 2019/06/24
- [Qemu-devel] [PULL 02/19] tests/vm: avoid image presence check and removal, Alex Bennée, 2019/06/24
- [Qemu-devel] [PULL 14/19] tests/vm: fedora autoinstall, using serial console, Alex Bennée, 2019/06/24
- [Qemu-devel] [PULL 16/19] .travis.yml: default the --disable-system build to --static, Alex Bennée, 2019/06/24
- [Qemu-devel] [PULL 13/19] tests/vm: netbsd autoinstall, using serial console, Alex Bennée, 2019/06/24