|
1 | 1 | /usr/bin/openqa-cli api -X post isos?async=1 \ |
2 | 2 | ARCH=x86_64 \ |
3 | | - ASSET_256=agama-installer.x86_64-9.0.0-openSUSE-Build17.9.iso.sha256 \ |
4 | | - BUILD=17.9 \ |
5 | | - CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.x86_64-9.0.0-openSUSE-Build17.9.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ |
| 3 | + ASSET_256=agama-installer.x86_64-9.0.0-openSUSE-Build17.25.iso.sha256 \ |
| 4 | + BUILD=17.25 \ |
| 5 | + CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.x86_64-9.0.0-openSUSE-Build17.25.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ |
6 | 6 | DISTRI=opensuse \ |
7 | 7 | FLAVOR=agama-installer \ |
8 | | - ISO=agama-installer.x86_64-9.0.0-openSUSE-Build17.9.iso \ |
| 8 | + ISO=agama-installer.x86_64-9.0.0-openSUSE-Build17.25.iso \ |
9 | 9 | VERSION=agama-9.0 \ |
10 | 10 | _OBSOLETE=1 |
11 | 11 |
|
12 | 12 | /usr/bin/openqa-cli api -X post isos?async=1 \ |
13 | 13 | ARCH=aarch64 \ |
14 | | - ASSET_256=agama-installer.aarch64-9.0.0-openSUSE-Build17.9.iso.sha256 \ |
15 | | - BUILD=17.9 \ |
16 | | - CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.aarch64-9.0.0-openSUSE-Build17.9.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ |
| 14 | + ASSET_256=agama-installer.aarch64-9.0.0-openSUSE-Build18.1.iso.sha256 \ |
| 15 | + BUILD=18.1 \ |
| 16 | + CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.aarch64-9.0.0-openSUSE-Build18.1.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ |
17 | 17 | DISTRI=opensuse \ |
18 | 18 | FLAVOR=agama-installer \ |
19 | | - ISO=agama-installer.aarch64-9.0.0-openSUSE-Build17.9.iso \ |
| 19 | + ISO=agama-installer.aarch64-9.0.0-openSUSE-Build18.1.iso \ |
20 | 20 | VERSION=agama-9.0 \ |
21 | 21 | _OBSOLETE=1 |
22 | 22 |
|
23 | 23 | /usr/bin/openqa-cli api -X post isos?async=1 \ |
24 | 24 | ARCH=ppc64le \ |
25 | | - ASSET_256=agama-installer.ppc64le-9.0.0-openSUSE-Build17.9.iso.sha256 \ |
26 | | - BUILD=17.9 \ |
27 | | - CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.ppc64le-9.0.0-openSUSE-Build17.9.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ |
| 25 | + ASSET_256=agama-installer.ppc64le-9.0.0-openSUSE-Build18.1.iso.sha256 \ |
| 26 | + BUILD=18.1 \ |
| 27 | + CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.ppc64le-9.0.0-openSUSE-Build18.1.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ |
28 | 28 | DISTRI=opensuse \ |
29 | 29 | FLAVOR=agama-installer \ |
30 | | - ISO=agama-installer.ppc64le-9.0.0-openSUSE-Build17.9.iso \ |
| 30 | + ISO=agama-installer.ppc64le-9.0.0-openSUSE-Build18.1.iso \ |
31 | 31 | VERSION=agama-9.0 \ |
32 | 32 | _OBSOLETE=1 |
33 | 33 |
|
0 commit comments