kiwi-boxed-plugin 0.2.31-1 source package in Ubuntu

Changelog

kiwi-boxed-plugin (0.2.31-1) sid; urgency=medium

  * New upstream release.
    - Drop change-progressbar-to-progressbar2.patch; merged upstream
  * d/copyright: fix GPL-3 version text.
  * Change maintainer email address.
  * Update SPDX tags across all files in debian/.
  * d/watch: track the upstream GitHub repo instead of pip.

 -- Isaac True <email address hidden>  Fri, 10 Nov 2023 14:17:47 +0200

Upload details

Uploaded by:
Isaac True
Uploaded to:
Sid
Original maintainer:
Isaac True
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
kiwi-boxed-plugin_0.2.31-1.dsc 2.0 KiB 649c57b3aca08fadefac8b744894c2bb8c2476151d8d92515bc9bb8cad8a6bd1
kiwi-boxed-plugin_0.2.31.orig.tar.gz 177.4 KiB 6bbf2f0c282831311e40698e8a304ed08f81e11e4209f5787227712bd82081b8
kiwi-boxed-plugin_0.2.31-1.debian.tar.xz 2.4 KiB 2b7356832c82acc491e1b66cab32ebad0ec7b9618ff3d9a19b38204d5dc36246

Available diffs

No changes file available.

Binary packages built by this source

python3-kiwi-boxed-plugin: KIWI plugin to provide self contained build support

 The KIWI boxed plugin provides support for self contained building of images
 based on fast booting VM images.
 .
 Specifically, this plugin adds the `system boxbuild` subcommand to KIWI as an
 alternative to the `system build` subcommand. This command downloads a
 prebuilt VM image and runs the given KIWI command line inside the VM. The
 operating system powering the VM image can be selected using the `--box`
 argument. The plugin then runs `kiwi system build` inside the VM with all
 arguments that are passed to the `kiwi system boxbuild` command after the
 `--` sequence.
 .
 Example: kiwi system boxbuild --box ubuntu -- <standard KIWI build arguments>
 .
 The boxbuild process requires either `qemu-system-x86` or `qemu-system-arm`,
 depending on which target architecture is being built.