Skip to content

Commit bf70cf8

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

File tree

5 files changed

+17
-0
lines changed

5 files changed

+17
-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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
ISO=agama-installer.x86_64-17.0.0-openSUSE-Snapshot20250929.iso \
9+
VERSION=Tumbleweed \
10+
_OBSOLETE=1
11+
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" iso="1">
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)