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