|
5 | 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) \ |
6 | 6 | DISTRI=opensuse \ |
7 | 7 | FLAVOR=agama-installer-Leap \ |
| 8 | + FULLURL=1 \ |
8 | 9 | ISO=agama-installer-Leap.aarch64-16.0.0-Leap-Build1.3.iso \ |
| 10 | + MIRROR_HTTP=http://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
| 11 | + MIRROR_HTTPS=https://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
| 12 | + MIRROR_PREFIX=http://openqa.opensuse.org/assets/repo \ |
9 | 13 | REPO_0=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
10 | 14 | REPO_1=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Debug-Build1.3 \ |
11 | 15 | REPO_LEAP_OSS=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
12 | 16 | REPO_LEAP_OSS_DEBUG=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Debug-Build1.3 \ |
13 | 17 | REPO_LEAP_OSS_DEBUG_PACKAGES='{java*,kernel-default-debug*,kernel-default-base-debug*,mraa-debug*,wicked-debug*}' \ |
| 18 | + SUSEMIRROR=http://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
14 | 19 | VERSION=16.0 \ |
15 | 20 | _OBSOLETE=1 |
16 | 21 |
|
|
21 | 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) \ |
22 | 27 | DISTRI=opensuse \ |
23 | 28 | FLAVOR=agama-installer-Leap \ |
| 29 | + FULLURL=1 \ |
24 | 30 | ISO=agama-installer-Leap.x86_64-16.0.0-Leap-Build1.3.iso \ |
| 31 | + MIRROR_HTTP=http://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
| 32 | + MIRROR_HTTPS=https://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
| 33 | + MIRROR_PREFIX=http://openqa.opensuse.org/assets/repo \ |
25 | 34 | REPO_0=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
26 | 35 | REPO_1=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Debug-Build1.3 \ |
27 | 36 | REPO_LEAP_OSS=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
28 | 37 | REPO_LEAP_OSS_DEBUG=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Debug-Build1.3 \ |
29 | 38 | REPO_LEAP_OSS_DEBUG_PACKAGES='{java*,kernel-default-debug*,kernel-default-base-debug*,mraa-debug*,wicked-debug*}' \ |
| 39 | + SUSEMIRROR=http://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
30 | 40 | VERSION=16.0 \ |
31 | 41 | _OBSOLETE=1 |
32 | 42 |
|
|
37 | 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) \ |
38 | 48 | DISTRI=opensuse \ |
39 | 49 | FLAVOR=agama-installer-Leap \ |
| 50 | + FULLURL=1 \ |
40 | 51 | ISO=agama-installer-Leap.ppc64le-16.0.0-Leap-Build1.3.iso \ |
| 52 | + MIRROR_HTTP=http://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
| 53 | + MIRROR_HTTPS=https://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
| 54 | + MIRROR_PREFIX=http://openqa.opensuse.org/assets/repo \ |
41 | 55 | REPO_0=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
42 | 56 | REPO_1=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Debug-Build1.3 \ |
43 | 57 | REPO_LEAP_OSS=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
44 | 58 | REPO_LEAP_OSS_DEBUG=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Debug-Build1.3 \ |
45 | 59 | REPO_LEAP_OSS_DEBUG_PACKAGES='{java*,kernel-default-debug*,kernel-default-base-debug*,mraa-debug*,wicked-debug*}' \ |
| 60 | + SUSEMIRROR=http://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
46 | 61 | VERSION=16.0 \ |
47 | 62 | _OBSOLETE=1 |
48 | 63 |
|
|
53 | 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) \ |
54 | 69 | DISTRI=opensuse \ |
55 | 70 | FLAVOR=agama-installer-Leap \ |
| 71 | + FULLURL=1 \ |
56 | 72 | ISO=agama-installer-Leap.s390x-16.0.0-Leap-Build1.3.iso \ |
| 73 | + MIRROR_HTTP=http://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
| 74 | + MIRROR_HTTPS=https://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
| 75 | + MIRROR_PREFIX=http://openqa.opensuse.org/assets/repo \ |
57 | 76 | REPO_0=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
58 | 77 | REPO_1=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Debug-Build1.3 \ |
59 | 78 | REPO_LEAP_OSS=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
60 | 79 | REPO_LEAP_OSS_DEBUG=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Debug-Build1.3 \ |
61 | 80 | REPO_LEAP_OSS_DEBUG_PACKAGES='{java*,kernel-default-debug*,kernel-default-base-debug*,mraa-debug*,wicked-debug*}' \ |
| 81 | + SUSEMIRROR=http://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
62 | 82 | VERSION=16.0 \ |
63 | 83 | _OBSOLETE=1 |
64 | 84 |
|
|
69 | 89 | CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/Leap-16.0-offline-installer-aarch64-Build1.3.install.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ |
70 | 90 | DISTRI=opensuse \ |
71 | 91 | FLAVOR=offline-installer \ |
| 92 | + FULLURL=1 \ |
72 | 93 | ISO=Leap-16.0-offline-installer-aarch64-Build1.3.install.iso \ |
| 94 | + MIRROR_HTTP=http://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
| 95 | + MIRROR_HTTPS=https://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
| 96 | + MIRROR_PREFIX=http://openqa.opensuse.org/assets/repo \ |
73 | 97 | REPO_0=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
74 | 98 | REPO_1=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Debug-Build1.3 \ |
75 | 99 | REPO_LEAP_OSS=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
76 | 100 | REPO_LEAP_OSS_DEBUG=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Debug-Build1.3 \ |
77 | 101 | REPO_LEAP_OSS_DEBUG_PACKAGES='{java*,kernel-default-debug*,kernel-default-base-debug*,mraa-debug*,wicked-debug*}' \ |
| 102 | + SUSEMIRROR=http://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
78 | 103 | VERSION=16.0 \ |
79 | 104 | _OBSOLETE=1 |
80 | 105 |
|
|
85 | 110 | CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/Leap-16.0-offline-installer-x86_64-Build1.3.install.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ |
86 | 111 | DISTRI=opensuse \ |
87 | 112 | FLAVOR=offline-installer \ |
| 113 | + FULLURL=1 \ |
88 | 114 | ISO=Leap-16.0-offline-installer-x86_64-Build1.3.install.iso \ |
| 115 | + MIRROR_HTTP=http://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
| 116 | + MIRROR_HTTPS=https://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
| 117 | + MIRROR_PREFIX=http://openqa.opensuse.org/assets/repo \ |
89 | 118 | REPO_0=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
90 | 119 | REPO_1=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Debug-Build1.3 \ |
91 | 120 | REPO_LEAP_OSS=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
92 | 121 | REPO_LEAP_OSS_DEBUG=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Debug-Build1.3 \ |
93 | 122 | REPO_LEAP_OSS_DEBUG_PACKAGES='{java*,kernel-default-debug*,kernel-default-base-debug*,mraa-debug*,wicked-debug*}' \ |
| 123 | + SUSEMIRROR=http://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
94 | 124 | VERSION=16.0 \ |
95 | 125 | _OBSOLETE=1 |
96 | 126 |
|
|
101 | 131 | CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/Leap-16.0-offline-installer-ppc64le-Build1.3.install.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ |
102 | 132 | DISTRI=opensuse \ |
103 | 133 | FLAVOR=offline-installer \ |
| 134 | + FULLURL=1 \ |
104 | 135 | ISO=Leap-16.0-offline-installer-ppc64le-Build1.3.install.iso \ |
| 136 | + MIRROR_HTTP=http://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
| 137 | + MIRROR_HTTPS=https://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
| 138 | + MIRROR_PREFIX=http://openqa.opensuse.org/assets/repo \ |
105 | 139 | REPO_0=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
106 | 140 | REPO_1=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Debug-Build1.3 \ |
107 | 141 | REPO_LEAP_OSS=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
108 | 142 | REPO_LEAP_OSS_DEBUG=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Debug-Build1.3 \ |
109 | 143 | REPO_LEAP_OSS_DEBUG_PACKAGES='{java*,kernel-default-debug*,kernel-default-base-debug*,mraa-debug*,wicked-debug*}' \ |
| 144 | + SUSEMIRROR=http://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
110 | 145 | VERSION=16.0 \ |
111 | 146 | _OBSOLETE=1 |
112 | 147 |
|
|
117 | 152 | CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/Leap-16.0-offline-installer-s390x-Build1.3.install.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ |
118 | 153 | DISTRI=opensuse \ |
119 | 154 | FLAVOR=offline-installer \ |
| 155 | + FULLURL=1 \ |
120 | 156 | ISO=Leap-16.0-offline-installer-s390x-Build1.3.install.iso \ |
| 157 | + MIRROR_HTTP=http://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
| 158 | + MIRROR_HTTPS=https://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
| 159 | + MIRROR_PREFIX=http://openqa.opensuse.org/assets/repo \ |
121 | 160 | REPO_0=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
122 | 161 | REPO_1=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Debug-Build1.3 \ |
123 | 162 | REPO_LEAP_OSS=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
124 | 163 | REPO_LEAP_OSS_DEBUG=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Debug-Build1.3 \ |
125 | 164 | REPO_LEAP_OSS_DEBUG_PACKAGES='{java*,kernel-default-debug*,kernel-default-base-debug*,mraa-debug*,wicked-debug*}' \ |
| 165 | + SUSEMIRROR=http://openqa.opensuse.org/assets/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build1.3 \ |
126 | 166 | VERSION=16.0 \ |
127 | 167 | _OBSOLETE=1 |
128 | 168 |
|
0 commit comments