Skip to content

Commit 8692310

Browse files
committed
fix(os/ubuntu): fix locations of ubuntu-cdimage rules
1 parent 46f9c23 commit 8692310

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎includes/os/ubuntu.ini‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ platform = $2
1010
[ubuntu_preinstalled_desktop]
1111
distro = Ubuntu
1212
listvers = 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
1414
pattern = ubuntu-([0-9.]+)-preinstalled-desktop-(.+).img.xz
1515
version = $1
1616
type = Preinstalled Desktop
@@ -20,7 +20,7 @@ platform = $2
2020
distro = Ubuntu
2121
listvers = 4
2222
location_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
2424
pattern = ubuntu-([0-9.]+)-live-server-(.+).iso
2525
version = $1
2626
type = Server
@@ -29,7 +29,7 @@ platform = $2
2929
[ubuntu_preinstalled_server]
3030
distro = Ubuntu
3131
listvers = 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
3333
pattern = ubuntu-([0-9.]+)-preinstalled-server-(.+).img.xz
3434
version = $1
3535
type = Preinstalled Server
@@ -39,7 +39,7 @@ platform = $2
3939
distro = Ubuntu
4040
listvers = 4
4141
location_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
4343
pattern = ubuntu-([0-9.]+)-server-(\w+).iso
4444
version = $1
4545
type = Server

0 commit comments

Comments
 (0)