|
5 | 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 | + FULLURL=1 \ |
8 | 9 | ISO=agama-installer.x86_64-9.0.0-openSUSE-Build17.25.iso \ |
| 10 | + MIRROR_HTTP=http://openqa.opensuse.org/assets/repo/agama-installer.x86_64-9.0.0-openSUSE-Build17.25 \ |
| 11 | + MIRROR_HTTPS=https://openqa.opensuse.org/assets/repo/agama-installer.x86_64-9.0.0-openSUSE-Build17.25 \ |
| 12 | + MIRROR_PREFIX=http://openqa.opensuse.org/assets/repo \ |
| 13 | + REPO_0=agama-installer.x86_64-9.0.0-openSUSE-Build17.25 \ |
| 14 | + SUSEMIRROR=http://openqa.opensuse.org/assets/repo/agama-installer.x86_64-9.0.0-openSUSE-Build17.25 \ |
9 | 15 | VERSION=agama-9.0 \ |
10 | 16 | _OBSOLETE=1 |
11 | 17 |
|
|
16 | 22 | 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 | 23 | DISTRI=opensuse \ |
18 | 24 | FLAVOR=agama-installer \ |
| 25 | + FULLURL=1 \ |
19 | 26 | ISO=agama-installer.aarch64-9.0.0-openSUSE-Build18.1.iso \ |
| 27 | + MIRROR_HTTP=http://openqa.opensuse.org/assets/repo/agama-installer.aarch64-9.0.0-openSUSE-Build18.1 \ |
| 28 | + MIRROR_HTTPS=https://openqa.opensuse.org/assets/repo/agama-installer.aarch64-9.0.0-openSUSE-Build18.1 \ |
| 29 | + MIRROR_PREFIX=http://openqa.opensuse.org/assets/repo \ |
| 30 | + REPO_0=agama-installer.aarch64-9.0.0-openSUSE-Build18.1 \ |
| 31 | + SUSEMIRROR=http://openqa.opensuse.org/assets/repo/agama-installer.aarch64-9.0.0-openSUSE-Build18.1 \ |
20 | 32 | VERSION=agama-9.0 \ |
21 | 33 | _OBSOLETE=1 |
22 | 34 |
|
|
27 | 39 | 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 | 40 | DISTRI=opensuse \ |
29 | 41 | FLAVOR=agama-installer \ |
| 42 | + FULLURL=1 \ |
30 | 43 | ISO=agama-installer.ppc64le-9.0.0-openSUSE-Build18.1.iso \ |
| 44 | + MIRROR_HTTP=http://openqa.opensuse.org/assets/repo/agama-installer.ppc64le-9.0.0-openSUSE-Build18.1 \ |
| 45 | + MIRROR_HTTPS=https://openqa.opensuse.org/assets/repo/agama-installer.ppc64le-9.0.0-openSUSE-Build18.1 \ |
| 46 | + MIRROR_PREFIX=http://openqa.opensuse.org/assets/repo \ |
| 47 | + REPO_0=agama-installer.ppc64le-9.0.0-openSUSE-Build18.1 \ |
| 48 | + SUSEMIRROR=http://openqa.opensuse.org/assets/repo/agama-installer.ppc64le-9.0.0-openSUSE-Build18.1 \ |
31 | 49 | VERSION=agama-9.0 \ |
32 | 50 | _OBSOLETE=1 |
33 | 51 |
|
0 commit comments