Skip to content

Commit 89cd379

Browse files
committed
Tumbleweed: Add agama based installer media (Net install)
1 parent 5ea66e4 commit 89cd379

File tree

7 files changed

+40
-0
lines changed

7 files changed

+40
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
agama-installer.x86_64-17.0.0-openSUSE-Snapshot20250929.iso
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
openSUSE-Addon-NonOss-20250210-x86_64-Debug
2+
openSUSE-Addon-NonOss-20250210-x86_64-Source
3+
openSUSE-Addon-NonOss-20250210-x86_64
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
openSUSE-20250210-x86_64.license
2+
openSUSE-20250210-x86_64-Debug
3+
openSUSE-20250210-x86_64-Source
4+
openSUSE-20250210-x86_64
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
/usr/bin/openqa-cli api -X post isos?async=1 \
2+
ARCH=x86_64 \
3+
ASSET_256=agama-installer.x86_64-17.0.0-openSUSE-Snapshot20250929.iso.sha256 \
4+
BUILD=20250929 \
5+
CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.x86_64-17.0.0-openSUSE-Snapshot20250929.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \
6+
DISTRI=opensuse \
7+
FLAVOR=agama-installer \
8+
FULLURL=1 \
9+
ISO=agama-installer.x86_64-17.0.0-openSUSE-Snapshot20250929.iso \
10+
MIRROR_HTTP=http://openqa.opensuse.org/assets/repo/openSUSE-Tumbleweed-oss-x86_64-Snapshot20250929 \
11+
MIRROR_HTTPS=https://openqa.opensuse.org/assets/repo/openSUSE-Tumbleweed-oss-x86_64-Snapshot20250929 \
12+
MIRROR_PREFIX=http://openqa.opensuse.org/assets/repo \
13+
REPO_0=openSUSE-Tumbleweed-oss-x86_64-Snapshot20250929 \
14+
REPO_1=openSUSE-Tumbleweed-oss-x86_64-Snapshot20250929-Debug \
15+
REPO_2=openSUSE-Tumbleweed-oss-x86_64-Snapshot20250929-Source \
16+
REPO_3=openSUSE-Tumbleweed-oss-x86_64.license-Snapshot20250929 \
17+
REPO_4=openSUSE-Tumbleweed-non-oss-x86_64-Snapshot20250929 \
18+
REPO_NON_OSS=openSUSE-Tumbleweed-non-oss-x86_64-Snapshot20250929 \
19+
REPO_OSS=openSUSE-Tumbleweed-oss-x86_64-Snapshot20250929 \
20+
REPO_OSS_DEBUG=openSUSE-Tumbleweed-oss-x86_64-Snapshot20250929-Debug \
21+
REPO_OSS_DEBUG_PACKAGES='java*,kernel-default-debug*,kernel-default-base-debug*,mraa-debug*,wicked-debug*' \
22+
REPO_OSS_SOURCE=openSUSE-Tumbleweed-oss-x86_64-Snapshot20250929-Source \
23+
REPO_OSS_SOURCE_PACKAGES='coreutils*,yast2-network*,yast2-http-server*' \
24+
SUSEMIRROR=http://openqa.opensuse.org/assets/repo/openSUSE-Tumbleweed-oss-x86_64-Snapshot20250929 \
25+
VERSION=Tumbleweed \
26+
_OBSOLETE=1
27+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
rsync --timeout=3600 -tlp4 --specials obspublish::openqa/openSUSE:Factory:ToTest/appliances/*/agama-installer*/*agama-installer.x86_64-17.0.0-openSUSE-Snapshot20250929.iso /var/lib/openqa/factory/iso/agama-installer.x86_64-17.0.0-openSUSE-Snapshot20250929.iso
2+
rsync --timeout=3600 -tlp4 --specials obspublish::openqa/openSUSE:Factory:ToTest/appliances/*/agama-installer*/*agama-installer.x86_64-17.0.0-openSUSE-Snapshot20250929.iso.sha256 /var/lib/openqa/factory/other/agama-installer.x86_64-17.0.0-openSUSE-Snapshot20250929.iso.sha256

t/obs/openSUSE:Factory:ToTest/agama/print_rsync_repo.before

Whitespace-only changes.

xml/obs/openSUSE:Factory.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
<batch name="live" folder="images/*/live*" archs="x86_64" repos="base">
2323
<flavor name="Rescue-CD|GNOME-Live|KDE-Live|XFCE-Live" iso="1"/>
2424
</batch>
25+
<batch name="agama" folder="appliances/*/agama-installer*" archs="x86_64" repos="base">
26+
<flavor name="agama-installer" iso="1"/>
27+
</batch>
2528
<batch name="jeos" folder="appliances/x86_64" archs="x86_64" repos="base">
2629
<flavor name="JeOS-for-kvm-and-xen" folder="kiwi-templates-Minimal:kvm-and-xen">
2730
<hdd filemask=".*kvm-and-xen.*\.qcow2$"/>

0 commit comments

Comments
 (0)