|
1 | 1 | /usr/bin/openqa-cli api -X post isos?async=1 \
|
2 | 2 | ARCH=aarch64 \
|
3 |
| - ASSET_256=agama-installer-Leap.aarch64-16.0.0-Leap-Build1.3.iso.sha256 \ |
| 3 | + ASSET_256=agama-installer.aarch64-15.0.0-Leap_16.0Build1.3.iso.sha256 \ |
4 | 4 | BUILD=1.3 \
|
5 |
| - CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer-Leap.aarch64-16.0.0-Leap-Build1.3.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ |
| 5 | + CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.aarch64-15.0.0-Leap_16.0Build1.3.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ |
6 | 6 | DISTRI=opensuse \
|
7 | 7 | FLAVOR=agama-installer-Leap \
|
8 | 8 | FULLURL=1 \
|
9 |
| - ISO=agama-installer-Leap.aarch64-16.0.0-Leap-Build1.3.iso \ |
| 9 | + ISO=agama-installer.aarch64-15.0.0-Leap_16.0Build1.3.iso \ |
10 | 10 | MIRROR_HTTP=http://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \
|
11 | 11 | MIRROR_HTTPS=https://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \
|
12 | 12 | MIRROR_PREFIX=http://openqa.opensuse.org/assets/repo \
|
|
21 | 21 |
|
22 | 22 | /usr/bin/openqa-cli api -X post isos?async=1 \
|
23 | 23 | ARCH=x86_64 \
|
24 |
| - ASSET_256=agama-installer-Leap.x86_64-16.0.0-Leap-Build1.3.iso.sha256 \ |
| 24 | + ASSET_256=agama-installer.x86_64-15.0.0-Leap_16.0-Build1.3.iso.sha256 \ |
25 | 25 | BUILD=1.3 \
|
26 |
| - CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer-Leap.x86_64-16.0.0-Leap-Build1.3.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ |
| 26 | + CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.x86_64-15.0.0-Leap_16.0-Build1.3.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ |
27 | 27 | DISTRI=opensuse \
|
28 | 28 | FLAVOR=agama-installer-Leap \
|
29 | 29 | FULLURL=1 \
|
30 |
| - ISO=agama-installer-Leap.x86_64-16.0.0-Leap-Build1.3.iso \ |
| 30 | + ISO=agama-installer.x86_64-15.0.0-Leap_16.0-Build1.3.iso \ |
31 | 31 | MIRROR_HTTP=http://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \
|
32 | 32 | MIRROR_HTTPS=https://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \
|
33 | 33 | MIRROR_PREFIX=http://openqa.opensuse.org/assets/repo \
|
|
42 | 42 |
|
43 | 43 | /usr/bin/openqa-cli api -X post isos?async=1 \
|
44 | 44 | ARCH=ppc64le \
|
45 |
| - ASSET_256=agama-installer-Leap.ppc64le-16.0.0-Leap-Build1.3.iso.sha256 \ |
| 45 | + ASSET_256=agama-installer.ppc64le-15.0.0-Leap_16.0-Build1.3.iso.sha256 \ |
46 | 46 | BUILD=1.3 \
|
47 |
| - CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer-Leap.ppc64le-16.0.0-Leap-Build1.3.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ |
| 47 | + CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.ppc64le-15.0.0-Leap_16.0-Build1.3.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ |
48 | 48 | DISTRI=opensuse \
|
49 | 49 | FLAVOR=agama-installer-Leap \
|
50 | 50 | FULLURL=1 \
|
51 |
| - ISO=agama-installer-Leap.ppc64le-16.0.0-Leap-Build1.3.iso \ |
| 51 | + ISO=agama-installer.ppc64le-15.0.0-Leap_16.0-Build1.3.iso \ |
52 | 52 | MIRROR_HTTP=http://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \
|
53 | 53 | MIRROR_HTTPS=https://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \
|
54 | 54 | MIRROR_PREFIX=http://openqa.opensuse.org/assets/repo \
|
|
63 | 63 |
|
64 | 64 | /usr/bin/openqa-cli api -X post isos?async=1 \
|
65 | 65 | ARCH=s390x \
|
66 |
| - ASSET_256=agama-installer-Leap.s390x-16.0.0-Leap-Build1.3.iso.sha256 \ |
| 66 | + ASSET_256=agama-installer.s390x-15.0.0-Leap_16.0-Build1.3.iso.sha256 \ |
67 | 67 | BUILD=1.3 \
|
68 |
| - CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer-Leap.s390x-16.0.0-Leap-Build1.3.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ |
| 68 | + CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.s390x-15.0.0-Leap_16.0-Build1.3.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ |
69 | 69 | DISTRI=opensuse \
|
70 | 70 | FLAVOR=agama-installer-Leap \
|
71 | 71 | FULLURL=1 \
|
72 |
| - ISO=agama-installer-Leap.s390x-16.0.0-Leap-Build1.3.iso \ |
| 72 | + ISO=agama-installer.s390x-15.0.0-Leap_16.0-Build1.3.iso \ |
73 | 73 | MIRROR_HTTP=http://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \
|
74 | 74 | MIRROR_HTTPS=https://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \
|
75 | 75 | MIRROR_PREFIX=http://openqa.opensuse.org/assets/repo \
|
|
0 commit comments