File tree Expand file tree Collapse file tree 3 files changed +31
-1
lines changed
t/obs/systemsmanagement:Agama:Devel/base Expand file tree Collapse file tree 3 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 55 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) \
66 DISTRI=opensuse \
77 FLAVOR=agama-installer \
8+ FULLURL=1 \
89 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 \
915 VERSION=agama-9.0 \
1016 _OBSOLETE=1
1117
1723 DISTRI=opensuse \
1824 FLAVOR=agama-installer \
1925 ISO=agama-installer.aarch64-9.0.0-openSUSE-Build18.1.iso \
26+ FULLURL=1 \
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 \
2032 VERSION=agama-9.0 \
2133 _OBSOLETE=1
2234
2739 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) \
2840 DISTRI=opensuse \
2941 FLAVOR=agama-installer \
42+ FULLURL=1 \
3043 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 \
3149 VERSION=agama-9.0 \
3250 _OBSOLETE=1
3351
Original file line number Diff line number Diff line change 11rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.x86_64-9.0.0-openSUSE-Build17.25.iso /var/lib/openqa/factory/iso/agama-installer.x86_64-9.0.0-openSUSE-Build17.25.iso
22rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.x86_64-9.0.0-openSUSE-Build17.25.iso.sha256 /var/lib/openqa/factory/other/agama-installer.x86_64-9.0.0-openSUSE-Build17.25.iso.sha256
3+ [ -d /var/lib/openqa/factory/repo/agama-installer.x86_64-9.0.0-openSUSE-Build17.25 ] || {
4+ mkdir /var/lib/openqa/factory/repo/agama-installer.x86_64-9.0.0-openSUSE-Build17.25
5+ bsdtar xf /var/lib/openqa/factory/iso/agama-installer.x86_64-9.0.0-openSUSE-Build17.25.iso -C /var/lib/openqa/factory/repo/agama-installer.x86_64-9.0.0-openSUSE-Build17.25
6+ }
37rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.aarch64-9.0.0-openSUSE-Build18.1.iso /var/lib/openqa/factory/iso/agama-installer.aarch64-9.0.0-openSUSE-Build18.1.iso
48rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.aarch64-9.0.0-openSUSE-Build18.1.iso.sha256 /var/lib/openqa/factory/other/agama-installer.aarch64-9.0.0-openSUSE-Build18.1.iso.sha256
9+ [ -d /var/lib/openqa/factory/repo/agama-installer.aarch64-9.0.0-openSUSE-Build18.1 ] || {
10+ mkdir /var/lib/openqa/factory/repo/agama-installer.aarch64-9.0.0-openSUSE-Build18.1
11+ bsdtar xf /var/lib/openqa/factory/iso/agama-installer.aarch64-9.0.0-openSUSE-Build18.1.iso -C /var/lib/openqa/factory/repo/agama-installer.aarch64-9.0.0-openSUSE-Build18.1
12+ }
513rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.ppc64le-9.0.0-openSUSE-Build18.1.iso /var/lib/openqa/factory/iso/agama-installer.ppc64le-9.0.0-openSUSE-Build18.1.iso
614rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.ppc64le-9.0.0-openSUSE-Build18.1.iso.sha256 /var/lib/openqa/factory/other/agama-installer.ppc64le-9.0.0-openSUSE-Build18.1.iso.sha256
15+ [ -d /var/lib/openqa/factory/repo/agama-installer.ppc64le-9.0.0-openSUSE-Build18.1 ] || {
16+ mkdir /var/lib/openqa/factory/repo/agama-installer.ppc64le-9.0.0-openSUSE-Build18.1
17+ bsdtar xf /var/lib/openqa/factory/iso/agama-installer.ppc64le-9.0.0-openSUSE-Build18.1.iso -C /var/lib/openqa/factory/repo/agama-installer.ppc64le-9.0.0-openSUSE-Build18.1
18+ }
Original file line number Diff line number Diff line change 44 distri =" opensuse"
55 version =" agama-9.0" >
66 <batch name =" base" archs =" x86_64 aarch64 ppc64le" >
7- <flavor name =" agama-installer" folder =" images/*/agama-installer:openSUSE/" iso =" 1" media1 =" 0" />
7+ <flavor name =" agama-installer" folder =" images/*/agama-installer:openSUSE/" iso =" iso " extract_as_repo = " 1" media1 =" 0" />
88 </batch >
99 <batch name =" s390x" archs =" s390x" >
1010 <flavor name =" agama-installer" folder =" images/*/agama-installer:openSUSE/" iso =" extract_as_repo" ln_iso_to_repo =" 1" media1 =" 0" />
You can’t perform that action at this time.
0 commit comments