@@ -10,7 +10,7 @@ platform = $2
1010[ubuntu_preinstalled_desktop]
1111distro = Ubuntu
1212listvers = 4
13- location = ubuntu-cdimage/releases/[a-z]*/release/ubuntu-*-preinstalled-desktop-*.img.xz
13+ location = ubuntu-cdimage/ubuntu/ releases/[a-z]*/release/ubuntu-*-preinstalled-desktop-*.img.xz
1414pattern = ubuntu-([0-9.]+)-preinstalled-desktop-(.+).img.xz
1515version = $1
1616type = Preinstalled Desktop
@@ -20,7 +20,7 @@ platform = $2
2020distro = Ubuntu
2121listvers = 4
2222location_0 = ubuntu-releases/[a-z]*/ubuntu-*-live-server-*.iso
23- location_1 = ubuntu-cdimage/releases/[a-z]*/release/ubuntu-*-live-server-*.iso
23+ location_1 = ubuntu-cdimage/ubuntu/ releases/[a-z]*/release/ubuntu-*-live-server-*.iso
2424pattern = ubuntu-([0-9.]+)-live-server-(.+).iso
2525version = $1
2626type = Server
@@ -29,7 +29,7 @@ platform = $2
2929[ubuntu_preinstalled_server]
3030distro = Ubuntu
3131listvers = 4
32- location = ubuntu-cdimage/releases/[a-z]*/release/ubuntu-*-preinstalled-server-*.img.xz
32+ location = ubuntu-cdimage/ubuntu/ releases/[a-z]*/release/ubuntu-*-preinstalled-server-*.img.xz
3333pattern = ubuntu-([0-9.]+)-preinstalled-server-(.+).img.xz
3434version = $1
3535type = Preinstalled Server
@@ -39,7 +39,7 @@ platform = $2
3939distro = Ubuntu
4040listvers = 4
4141location_0 = ubuntu-releases/[a-z]*/ubuntu-*-server-*.iso
42- location_1 = ubuntu-cdimage/releases/[a-z]*/release/ubuntu-*-server-*.iso
42+ location_1 = ubuntu-cdimage/ubuntu/ releases/[a-z]*/release/ubuntu-*-server-*.iso
4343pattern = ubuntu-([0-9.]+)-server-(\w+).iso
4444version = $1
4545type = Server
0 commit comments