Skip to content

Commit 15c4c89

Browse files
committed
Sync in O3 agama repo and have the iso under the ftp folder in s390x
1 parent ccd25a0 commit 15c4c89

File tree

4 files changed

+35
-44
lines changed

4 files changed

+35
-44
lines changed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
agama-installer.aarch64-9.0.0-openSUSE-Build8.7.iso
2-
agama-installer.ppc64le-9.0.0-openSUSE-Build8.7.iso
3-
agama-installer.s390x-9.0.0-openSUSE-Build8.7.iso
4-
agama-installer.x86_64-9.0.0-openSUSE-Build8.7.iso
5-
1+
agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso
Lines changed: 21 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,34 @@
11
/usr/bin/openqa-cli api -X post isos?async=1 \
2-
ARCH=x86_64 \
3-
ASSET_256=agama-installer.x86_64-9.0.0-openSUSE-Build8.7.iso.sha256 \
4-
BUILD=8.7 \
5-
CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.x86_64-9.0.0-openSUSE-Build8.7.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \
6-
DISTRI=opensuse \
7-
FLAVOR=agama-installer \
8-
ISO=agama-installer.x86_64-9.0.0-openSUSE-Build8.7.iso \
9-
VERSION=agama-9.0 \
10-
_OBSOLETE=1
11-
12-
/usr/bin/openqa-cli api -X post isos?async=1 \
13-
ARCH=aarch64 \
14-
ASSET_256=agama-installer.aarch64-9.0.0-openSUSE-Build8.7.iso.sha256 \
15-
BUILD=8.7 \
16-
CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.aarch64-9.0.0-openSUSE-Build8.7.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \
17-
DISTRI=opensuse \
18-
FLAVOR=agama-installer \
19-
ISO=agama-installer.aarch64-9.0.0-openSUSE-Build8.7.iso \
20-
VERSION=agama-9.0 \
21-
_OBSOLETE=1
22-
23-
/usr/bin/openqa-cli api -X post isos?async=1 \
24-
ARCH=ppc64le \
25-
ASSET_256=agama-installer.ppc64le-9.0.0-openSUSE-Build8.7.iso.sha256 \
26-
BUILD=8.7 \
27-
CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.ppc64le-9.0.0-openSUSE-Build8.7.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \
2+
ARCH=s390x \
3+
ASSET_256=agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso.sha256 \
4+
BUILD=16.3 \
5+
CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \
286
DISTRI=opensuse \
297
FLAVOR=agama-installer \
30-
ISO=agama-installer.ppc64le-9.0.0-openSUSE-Build8.7.iso \
8+
FULLURL=1 \
9+
ISO=agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso \
10+
MIRROR_HTTP=http://openqa.opensuse.org/assets/repo/agama-installer.s390x-9.0.0-openSUSE-Build16.3 \
11+
MIRROR_HTTPS=https://openqa.opensuse.org/assets/repo/agama-installer.s390x-9.0.0-openSUSE-Build16.3 \
12+
MIRROR_PREFIX=http://openqa.opensuse.org/assets/repo \
13+
REPO_0=agama-installer.s390x-9.0.0-openSUSE-Build16.3 \
14+
SUSEMIRROR=http://openqa.opensuse.org/assets/repo/agama-installer.s390x-9.0.0-openSUSE-Build16.3 \
3115
VERSION=agama-9.0 \
3216
_OBSOLETE=1
3317

3418
/usr/bin/openqa-cli api -X post isos?async=1 \
3519
ARCH=s390x \
36-
ASSET_256=agama-installer.s390x-9.0.0-openSUSE-Build8.7.iso.sha256 \
37-
BUILD=8.7 \
38-
CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.s390x-9.0.0-openSUSE-Build8.7.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \
20+
ASSET_256=agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso.sha256 \
21+
BUILD=16.3 \
22+
CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \
3923
DISTRI=opensuse \
4024
FLAVOR=agama-installer \
41-
ISO=agama-installer.s390x-9.0.0-openSUSE-Build8.7.iso \
25+
FULLURL=1 \
26+
ISO=agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso \
27+
MIRROR_HTTP=http://openqa.opensuse.org/assets/repo/agama-installer.s390x-9.0.0-openSUSE-Build16.3 \
28+
MIRROR_HTTPS=https://openqa.opensuse.org/assets/repo/agama-installer.s390x-9.0.0-openSUSE-Build16.3 \
29+
MIRROR_PREFIX=http://openqa.opensuse.org/assets/repo \
30+
REPO_0=agama-installer.s390x-9.0.0-openSUSE-Build16.3 \
31+
SUSEMIRROR=http://openqa.opensuse.org/assets/repo/agama-installer.s390x-9.0.0-openSUSE-Build16.3 \
4232
VERSION=agama-9.0 \
4333
_OBSOLETE=1
4434

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.x86_64-9.0.0-openSUSE-Build8.7.iso /var/lib/openqa/factory/iso/agama-installer.x86_64-9.0.0-openSUSE-Build8.7.iso
2-
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.x86_64-9.0.0-openSUSE-Build8.7.iso.sha256 /var/lib/openqa/factory/other/agama-installer.x86_64-9.0.0-openSUSE-Build8.7.iso.sha256
3-
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.aarch64-9.0.0-openSUSE-Build8.7.iso /var/lib/openqa/factory/iso/agama-installer.aarch64-9.0.0-openSUSE-Build8.7.iso
4-
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.aarch64-9.0.0-openSUSE-Build8.7.iso.sha256 /var/lib/openqa/factory/other/agama-installer.aarch64-9.0.0-openSUSE-Build8.7.iso.sha256
5-
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.ppc64le-9.0.0-openSUSE-Build8.7.iso /var/lib/openqa/factory/iso/agama-installer.ppc64le-9.0.0-openSUSE-Build8.7.iso
6-
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.ppc64le-9.0.0-openSUSE-Build8.7.iso.sha256 /var/lib/openqa/factory/other/agama-installer.ppc64le-9.0.0-openSUSE-Build8.7.iso.sha256
7-
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.s390x-9.0.0-openSUSE-Build8.7.iso /var/lib/openqa/factory/iso/agama-installer.s390x-9.0.0-openSUSE-Build8.7.iso
8-
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.s390x-9.0.0-openSUSE-Build8.7.iso.sha256 /var/lib/openqa/factory/other/agama-installer.s390x-9.0.0-openSUSE-Build8.7.iso.sha256
1+
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso /var/lib/openqa/factory/iso/agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso
2+
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso.sha256 /var/lib/openqa/factory/other/agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso.sha256
3+
[ -d /var/lib/openqa/factory/repo/agama-installer.s390x-9.0.0-openSUSE-Build16.3 ] || {
4+
mkdir /var/lib/openqa/factory/repo/agama-installer.s390x-9.0.0-openSUSE-Build16.3
5+
bsdtar xf /var/lib/openqa/factory/iso/agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso -C /var/lib/openqa/factory/repo/agama-installer.s390x-9.0.0-openSUSE-Build16.3
6+
}
7+
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso /var/lib/openqa/factory/iso/agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso
8+
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso.sha256 /var/lib/openqa/factory/other/agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso.sha256
9+
[ -d /var/lib/openqa/factory/repo/agama-installer.s390x-9.0.0-openSUSE-Build16.3 ] || {
10+
mkdir /var/lib/openqa/factory/repo/agama-installer.s390x-9.0.0-openSUSE-Build16.3
11+
bsdtar xf /var/lib/openqa/factory/iso/agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso -C /var/lib/openqa/factory/repo/agama-installer.s390x-9.0.0-openSUSE-Build16.3
12+
}

xml/obs/systemsmanagement:Agama:Devel.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
<flavor name="agama-installer" folder="images/*/agama-installer:openSUSE/">
88
<hdd filemask="agama-installer.*-openSUSE-Build.*iso$"/>
99
</flavor>
10+
<flavor name="agama-installer" folder="images/*/agama-installer:openSUSE/" archs='s390x' iso="extract_as_repo"/>
1011
</openQA>

0 commit comments

Comments
 (0)