From christian.ehrhardt at canonical.com Tue Feb 11 15:55:46 2020 From: christian.ehrhardt at canonical.com (Christian Ehrhardt) Date: Tue, 11 Feb 2020 16:55:46 +0100 Subject: [PATCH 0/4] Add Ubuntu 20.04 Message-ID: <20200211155550.19411-1-christian.ehrhardt@canonical.com> Hi, for some recent releases the new ubuntu version was added after the version was released. Which made it odd for users to not find the version they are on. This time lets add 20.04 ahead of time. Since there isn't a released versions yet the links will have to go to the daily builds. Those are and will continue to be correct and more up-to-date than the release images. But obviously e.g. Volume-size will change. I have added the expected final URLs in the XML so that you should have an easy switch after the release in case you want to switch to the release URLs. While I was working on that I found some more fixups that could be applied. Christian Ehrhardt (4): debian10: Update links to 10.3 release ubuntu-19.04: Update dead links ubuntu 19.10: fix arch in volume-id ubuntu: Add 20.04 entry data/os/debian.org/debian-10.xml.in | 24 +-- data/os/ubuntu.com/ubuntu-19.04.xml.in | 10 +- data/os/ubuntu.com/ubuntu-19.10.xml.in | 4 +- data/os/ubuntu.com/ubuntu-20.04.xml.in | 160 ++++++++++++++++++ .../ubuntu-20.04-desktop-amd64.iso.txt | 29 ++++ .../ubuntu-20.04-live-server-amd64.iso.txt | 29 ++++ .../ubuntu-20.04-live-server-arm64.iso.txt | 29 ++++ .../ubuntu-20.04-live-server-ppc64el.iso.txt | 17 ++ .../ubuntu-20.04-live-server-s390x.iso.txt | 29 ++++ .../ubuntu-20.04-server-amd64.iso.txt | 29 ++++ .../ubuntu-20.04-server-arm64.iso.txt | 29 ++++ .../ubuntu-20.04-server-ppc64el.iso.txt | 17 ++ .../ubuntu-20.04-server-s390x.iso.txt | 29 ++++ 13 files changed, 416 insertions(+), 19 deletions(-) create mode 100644 data/os/ubuntu.com/ubuntu-20.04.xml.in create mode 100644 tests/isodata/ubuntu/ubuntu20.04/ubuntu-20.04-desktop-amd64.iso.txt create mode 100644 tests/isodata/ubuntu/ubuntu20.04/ubuntu-20.04-live-server-amd64.iso.txt create mode 100644 tests/isodata/ubuntu/ubuntu20.04/ubuntu-20.04-live-server-arm64.iso.txt create mode 100644 tests/isodata/ubuntu/ubuntu20.04/ubuntu-20.04-live-server-ppc64el.iso.txt create mode 100644 tests/isodata/ubuntu/ubuntu20.04/ubuntu-20.04-live-server-s390x.iso.txt create mode 100644 tests/isodata/ubuntu/ubuntu20.04/ubuntu-20.04-server-amd64.iso.txt create mode 100644 tests/isodata/ubuntu/ubuntu20.04/ubuntu-20.04-server-arm64.iso.txt create mode 100644 tests/isodata/ubuntu/ubuntu20.04/ubuntu-20.04-server-ppc64el.iso.txt create mode 100644 tests/isodata/ubuntu/ubuntu20.04/ubuntu-20.04-server-s390x.iso.txt -- 2.25.0 From christian.ehrhardt at canonical.com Tue Feb 11 15:55:49 2020 From: christian.ehrhardt at canonical.com (Christian Ehrhardt) Date: Tue, 11 Feb 2020 16:55:49 +0100 Subject: [PATCH 3/4] ubuntu 19.10: fix arch in volume-id In-Reply-To: <20200211155550.19411-1-christian.ehrhardt@canonical.com> References: <20200211155550.19411-1-christian.ehrhardt@canonical.com> Message-ID: <20200211155550.19411-4-christian.ehrhardt@canonical.com> Signed-off-by: Christian Ehrhardt --- data/os/ubuntu.com/ubuntu-19.10.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/os/ubuntu.com/ubuntu-19.10.xml.in b/data/os/ubuntu.com/ubuntu-19.10.xml.in index fada2a60..f6ed822f 100644 --- a/data/os/ubuntu.com/ubuntu-19.10.xml.in +++ b/data/os/ubuntu.com/ubuntu-19.10.xml.in @@ -94,7 +94,7 @@ http://cdimage.ubuntu.com/ubuntu/releases/19.10/release/ubuntu-19.10-live-server-ppc64el.iso - Ubuntu-Server 19.10 arm64 + Ubuntu-Server 19.10 ppc64 904808448 casper/vmlinuz @@ -111,7 +111,7 @@ http://cdimage.ubuntu.com/ubuntu/releases/19.10/release/ubuntu-19.10-live-server-s390x.iso - Ubuntu-Server 19.10 arm64 + Ubuntu-Server 19.10 s390x 734289920 casper/vmlinuz -- 2.25.0 From christian.ehrhardt at canonical.com Tue Feb 11 15:55:50 2020 From: christian.ehrhardt at canonical.com (Christian Ehrhardt) Date: Tue, 11 Feb 2020 16:55:50 +0100 Subject: [PATCH 4/4] ubuntu: Add 20.04 entry In-Reply-To: <20200211155550.19411-1-christian.ehrhardt@canonical.com> References: <20200211155550.19411-1-christian.ehrhardt@canonical.com> Message-ID: <20200211155550.19411-5-christian.ehrhardt@canonical.com> Changes since 19.10 - updated Dates - Updated URLs - since we are pre-release using daily builds - drop i386 that is no more supported - use LTS IDs as in the 18.04 data Signed-off-by: Christian Ehrhardt --- data/os/ubuntu.com/ubuntu-20.04.xml.in | 160 ++++++++++++++++++ .../ubuntu-20.04-desktop-amd64.iso.txt | 29 ++++ .../ubuntu-20.04-live-server-amd64.iso.txt | 29 ++++ .../ubuntu-20.04-live-server-arm64.iso.txt | 29 ++++ .../ubuntu-20.04-live-server-ppc64el.iso.txt | 17 ++ .../ubuntu-20.04-live-server-s390x.iso.txt | 29 ++++ .../ubuntu-20.04-server-amd64.iso.txt | 29 ++++ .../ubuntu-20.04-server-arm64.iso.txt | 29 ++++ .../ubuntu-20.04-server-ppc64el.iso.txt | 17 ++ .../ubuntu-20.04-server-s390x.iso.txt | 29 ++++ 10 files changed, 397 insertions(+) create mode 100644 data/os/ubuntu.com/ubuntu-20.04.xml.in create mode 100644 tests/isodata/ubuntu/ubuntu20.04/ubuntu-20.04-desktop-amd64.iso.txt create mode 100644 tests/isodata/ubuntu/ubuntu20.04/ubuntu-20.04-live-server-amd64.iso.txt create mode 100644 tests/isodata/ubuntu/ubuntu20.04/ubuntu-20.04-live-server-arm64.iso.txt create mode 100644 tests/isodata/ubuntu/ubuntu20.04/ubuntu-20.04-live-server-ppc64el.iso.txt create mode 100644 tests/isodata/ubuntu/ubuntu20.04/ubuntu-20.04-live-server-s390x.iso.txt create mode 100644 tests/isodata/ubuntu/ubuntu20.04/ubuntu-20.04-server-amd64.iso.txt create mode 100644 tests/isodata/ubuntu/ubuntu20.04/ubuntu-20.04-server-arm64.iso.txt create mode 100644 tests/isodata/ubuntu/ubuntu20.04/ubuntu-20.04-server-ppc64el.iso.txt create mode 100644 tests/isodata/ubuntu/ubuntu20.04/ubuntu-20.04-server-s390x.iso.txt diff --git a/data/os/ubuntu.com/ubuntu-20.04.xml.in b/data/os/ubuntu.com/ubuntu-20.04.xml.in new file mode 100644 index 00000000..2684dcad --- /dev/null +++ b/data/os/ubuntu.com/ubuntu-20.04.xml.in @@ -0,0 +1,160 @@ + + + + + ubuntu20.04 + ubuntufocal + <_name>Ubuntu 20.04 + 20.04 + <_vendor>Canonical Ltd + linux + ubuntu + Focal Fossa + + + + 2020-04-23 + 2030-04-23 + + + + 1000000000 + 1 + 2147483648 + 5368709120 + + + 2000000000 + 4294967296 + 26843545600 + + + + + http://cdimage.ubuntu.com/ubuntu-server/daily/current/focal-server-amd64.iso + + Ubuntu-Server 20.04(.\d\+?)? LTS amd64 + + install/vmlinuz + install/initrd.gz + +