<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fedora-linux-surface-pro-12in/kiwi-descriptions.git/kiwi-build, branch rawhide</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/atom/kiwi-build?h=rawhide</id>
<link rel='self' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/atom/kiwi-build?h=rawhide'/>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/'/>
<updated>2026-02-25T20:32:42Z</updated>
<entry>
<title>kiwi-build: Add support for setting custom bundle formats</title>
<updated>2026-02-25T20:32:42Z</updated>
<author>
<name>Neal Gompa</name>
<email>ngompa@fedoraproject.org</email>
</author>
<published>2026-02-25T20:30:52Z</published>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/commit/?id=cc22883337e33a556c5313317c12a0660f9a0ed6'/>
<id>urn:sha1:cc22883337e33a556c5313317c12a0660f9a0ed6</id>
<content type='text'>
This allows for the Respins SIG to set custom filename formats.
</content>
</entry>
<entry>
<title>kiwi-build, scripts: Drop unnecessary override for OCI artifacts</title>
<updated>2026-02-25T20:32:42Z</updated>
<author>
<name>Neal Gompa</name>
<email>ngompa@fedoraproject.org</email>
</author>
<published>2026-02-25T20:24:46Z</published>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/commit/?id=adbfbc22905593b82f6c5a2f271b2c7f2d53ec28'/>
<id>urn:sha1:adbfbc22905593b82f6c5a2f271b2c7f2d53ec28</id>
<content type='text'>
The underlying issue that required this was fixed in kiwi-10.2.17.
</content>
</entry>
<entry>
<title>kiwi-build: Drop no-longer-needed SELinux hack</title>
<updated>2026-02-25T20:32:42Z</updated>
<author>
<name>Neal Gompa</name>
<email>ngompa@fedoraproject.org</email>
</author>
<published>2026-02-25T20:17:17Z</published>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/commit/?id=920caefad7588fbd8897ec5b72e9972e5dd30819'/>
<id>urn:sha1:920caefad7588fbd8897ec5b72e9972e5dd30819</id>
<content type='text'>
This is not needed since the kiwi executables are correctly labeled.
</content>
</entry>
<entry>
<title>Remove sshfs sharing backend from boxed build</title>
<updated>2025-06-12T10:49:37Z</updated>
<author>
<name>Jiri Konecny</name>
<email>jkonecny@redhat.com</email>
</author>
<published>2025-06-12T10:49:37Z</published>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/commit/?id=76aff528ff38db4802bd5dacbe8860b375ce4c61'/>
<id>urn:sha1:76aff528ff38db4802bd5dacbe8860b375ce4c61</id>
<content type='text'>
The sshfs sharing backend doesn't work in containers where the default
one works just fine. To make the --isolated builds more accessible just
use the default.

The default in kiwi is currently: --9p-sharing
</content>
</entry>
<entry>
<title>kiwi-build: indent conditional body</title>
<updated>2025-04-07T08:36:12Z</updated>
<author>
<name>Philip Molloy</name>
<email>philip@philipmolloy.com</email>
</author>
<published>2025-04-07T08:30:40Z</published>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/commit/?id=e27c69792450016ae07a58736e60dc70e7496a74'/>
<id>urn:sha1:e27c69792450016ae07a58736e60dc70e7496a74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>kiwi-build: Fix handling of kiwibuild_extra_args when undefined</title>
<updated>2025-03-20T22:48:12Z</updated>
<author>
<name>Neal Gompa</name>
<email>ngompa@fedoraproject.org</email>
</author>
<published>2025-03-20T22:48:12Z</published>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/commit/?id=6c39b23364606d4d8d8561061b7e5f85831a01e4'/>
<id>urn:sha1:6c39b23364606d4d8d8561061b7e5f85831a01e4</id>
<content type='text'>
When the kiwibuild_extra_args variable is not defined, we do not
want it to fail with "unbound variable" error.

Fixes: efc71e6d8629f0e3b5bd2541650266d632a2fe68
</content>
</entry>
<entry>
<title>kiwi-build: Pass on arguments after "--" to kiwi</title>
<updated>2025-03-19T14:48:55Z</updated>
<author>
<name>Neal Gompa</name>
<email>ngompa@fedoraproject.org</email>
</author>
<published>2025-03-19T14:48:55Z</published>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/commit/?id=efc71e6d8629f0e3b5bd2541650266d632a2fe68'/>
<id>urn:sha1:efc71e6d8629f0e3b5bd2541650266d632a2fe68</id>
<content type='text'>
This simplifies supporting one-off custom actions without having to
define options in the helper script all the time.
</content>
</entry>
<entry>
<title>kiwi-build: Update to mimic production builds more closely</title>
<updated>2024-11-17T01:18:31Z</updated>
<author>
<name>Neal Gompa</name>
<email>ngompa@fedoraproject.org</email>
</author>
<published>2024-11-17T01:18:31Z</published>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/commit/?id=2c5cf67014f3c755c2f1b42794f804388a64e35c'/>
<id>urn:sha1:2c5cf67014f3c755c2f1b42794f804388a64e35c</id>
<content type='text'>
Production builds in Fedora have a couple extra features:

* ISOs have custom overrides to set the correct volume/app IDs
* Image filenames are structured to follow roughly NVRA format

Now we support these features with extra helper scripts. If a
"image release" value is passed in, then we fully mimic the
production image build process.

This will be particularly useful for making respins of Fedora images
with updates applied.
</content>
</entry>
<entry>
<title>kiwi-build, tmt: Require setting the kiwi filename for the build</title>
<updated>2024-08-09T15:17:35Z</updated>
<author>
<name>Neal Gompa</name>
<email>ngompa@fedoraproject.org</email>
</author>
<published>2024-08-09T14:49:58Z</published>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/commit/?id=c4d19f7f8e4f725ca9ce8774c00b40549138fef8'/>
<id>urn:sha1:c4d19f7f8e4f725ca9ce8774c00b40549138fef8</id>
<content type='text'>
In preparation for having multiple top-level kiwi description files,
expose the ability to define which file to read.

Additionally, tests are updated to use this new flag.
</content>
</entry>
<entry>
<title>Allow isolated build via kiwi's boxbuild</title>
<updated>2024-05-31T13:05:28Z</updated>
<author>
<name>Marcus Schäfer</name>
<email>marcus.schaefer@gmail.com</email>
</author>
<published>2024-05-31T11:30:42Z</published>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/commit/?id=818914d495b784f695bbacac292ded81b3d8ca76'/>
<id>urn:sha1:818914d495b784f695bbacac292ded81b3d8ca76</id>
<content type='text'>
The kiwi boxbuild plugin allows to build the image as normal user
inside of a KVM box. The boxes are provided by the plugin and
fetched once or on update. This is useful to decouple the build
from host operating system requirements. The calling user must
have permissions to run KVM instances. Also see:
https://osinside.github.io/kiwi/plugins/self_contained.html
for setting up the sshfs sharing backend
</content>
</entry>
</feed>
