From 27268b259dc3060fad62f27b80e043767dc97736 Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Mon, 23 Dec 2019 14:12:42 +1000 Subject: [PATCH] appimage: Update for release. - cosmic -> disco --- test_distributions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_distributions.py b/test_distributions.py index c4f1be4..36234b9 100755 --- a/test_distributions.py +++ b/test_distributions.py @@ -38,7 +38,7 @@ def run_in_container(container, command): def build_ubuntu(): cmd("sudo debootstrap --components=main,restricted,universe,multiverse " - "cosmic ubuntu.part") + "eoan ubuntu.part http://au.archive.ubuntu.com/ubuntu/") run_in_container("ubuntu.part", "ln -sf /lib/systemd/resolv.conf /etc/resolv.conf") os.rename("ubuntu.part", "ubuntu")