UbuntuUpdates.org

Package "ubuntu-image"




Name: ubuntu-image

Description:

toolkit for building Ubuntu images.

Latest version: *DELETED*
Release: xenial (16.04)
Level: updates
Repository: universe
Homepage: http://launchpad.net/ubuntu-image

Links


Download "ubuntu-image"


Other versions of "ubuntu-image" in Xenial

Repository Area Version
updates main 1.11+16.04ubuntu1

Packages in group

Deleted packages are displayed in grey.


Changelog

Version: 0.15+16.04ubuntu1 2017-02-23 23:06:56 UTC

  ubuntu-image (0.15+16.04ubuntu1) xenial; urgency=medium

  * SRU tracking number LP: #1665014
  * ubuntu-image now supports gadget.yaml files with multiple volume
    specifications. Each volume describes a different disk image. For
    the multi-volume case, no implicit root file system structure is added
    at all; the root file system partition must be defined in the
    gadget.yaml. -o/--output is ignored in the multi-volume case.
    (LP:1641727)
  * Add -O/--output-dir command line options. Disk image files are
    written here using the volume name and a .img suffix. Deprecate
    -o/--output. -O and -o are mutually exclusive.
  * Handle structure parts with size or offset < 1MiB. (LP:1630709)
  * Warn when the size or offset is not a multiple of the sector size.
    (LP:1663172 and LP:1621151)
  * Allow and ignore any string values in the ``defaults`` section.
    (LP:1661515)
  * Handle a couple more cases where ubuntu-image as a snap cannot read
    from /tmp (model assertions and extra snaps). (LP:1663424)
  * Add a release script. (LP:1655669)
  * Version numbers for the snap now say "+snap" instead of "+real".
    (LP:1664296)

 -- Barry Warsaw <email address hidden> Mon, 06 Feb 2017 18:36:02 -0500

Source diff to previous version
1665014 SRU 0.15 tracking bug

Version: 0.14+16.04ubuntu2 2017-01-31 10:06:39 UTC

  ubuntu-image (0.14+16.04ubuntu2) xenial; urgency=medium

  * SRU tracking bug LP: #1655133
  * d/changelog: Clean up bug tags so as not to confuse SRU linkage.

Source diff to previous version
1655133 SRU 0.14 tracking bug

Version: 0.12+16.04ubuntu1 2016-12-08 09:07:19 UTC

  ubuntu-image (0.12+16.04ubuntu1) xenial; urgency=medium

  * SRU tracking bug LP: #1646608
  * Revert previous change which sorted structure volumes by their
    offset. Instead, we preserve gadget.yaml order for purposes of
    partition numbering, but we still provide implicit offsets when they
    are missing, and we still sanity check for partition overlap.
    (LP:1642999)
  * Provide human-readable error messages on gadget.yaml parser failures,
    not Python tracebacks (unless --debug is given). (LP:1617421)
  * Change the way we invoke the autopkgtests.
    - Use a standard d/t/control file instead of d/t/control.autodep8. We
      were only using the Python 3 import test anyway.
    - Add an import.sh stanza to reproduce the Python 3 import bits we
      lost by removing autodep8.
    - Turn the `tox -e coverage` Test-Command into a separate test
      script so that we can manipulate the $UBUNTU_IMAGE_CODENAME
      environment variable. This is used by tox.ini to select an
      appropriate *-coverage.ini file since Xenial does not and cannot
      cover certain code paths. Everything after Xenial gets named 'devel'.
    - Narrow the dependencies so that they aren't just importing all
      binary packages. The effects may be similar, but EIBTI.
  * d/control: Drop Testsuite header; we're not doing autodep8 anymore.
  * Rename the environment variable $UBUNTUIMAGE_MOCK_SNAP to
    $UBUNTU_IMAGE_MOCK_SNAP for consistency.
  * Skip some tests which touch the actual store when running without
    network access (e.g. during package build time).
  * Move the __version__ calculation to the package's __init__.py
  * Parse all YAML integer-like values as strings, and then turn them into
    integers if necessary during post-processing. (LP:1640523)
  * gadget.yaml files can include an optional `format` key which names the
    version number supported by the gadget.yaml. Currently only format 0
    is supported, which is a legacy version (omitting the format is
    equivalent). (LP:1638926)
  * d/control: Add run-time dependencies which are missing from snapd but
    are required for `snap prepare-image`. (LP:1642427)
  * Structures with type='mbr' are deprecated. Use structure role
    instead. (LP:1638660)
  * mbr structures must start at offset 0. (LP:1630769)
  * Fixed sanity checking of --image-size argument for out-of-offset-order
    structure definitions. (LP:1643598)
  * Prevent wrapping blobs in disk partitions by using the `type: bare`
    structure key. (LP:1645750)

 -- Barry Warsaw <email address hidden> Tue, 08 Nov 2016 17:31:21 -0500

Source diff to previous version
1646608 SRU 0.12 tracking bug

Version: 0.11+16.04ubuntu1 2016-11-17 19:06:55 UTC

  ubuntu-image (0.11+16.04ubuntu1) xenial; urgency=medium

  * SRU tracking bug LP: #1639381
  * Sort the structures in a volume by their offset, even if the offset is
    defined implicitly (i.e. not present in the gadget.yaml). Also, check
    for any structure conflicts and raise a ValueError in that case.
    (LP:1631423)
  * offset-write arguments will only accept 32 bit integers. (LP:1617443)
  * Add a better manpage. (LP:1638386)
  * Tracebacks in the `snap prepare-image` command are suppressed unless
    --debug is given. However, the failure is still logged. (LP:1621445)
  * Handle -but ignore- the gadget.yaml `defaults` section. (LP:1632449)
  * Structure ids are disallowed on mbr volumes. (LP:1632724)
  * The package can still be built if python3-debian is not available.

 -- Barry Warsaw <email address hidden> Fri, 04 Nov 2016 18:54:16 -0400

Source diff to previous version
1639381 SRU 0.11 tracking bug

Version: 0.9+16.04ubuntu1 2016-10-27 02:06:31 UTC

  ubuntu-image (0.9+16.04ubuntu1) xenial; urgency=medium

  * SRU tracking bug: LP: #1634218
  * Fix snap creation. (LP:1631961)
  * Copy everything under <unpackdir>/image into <rootfs>/system-data
    except boot/. (LP:1632134)
  * Optional --image-size command line option can be used to force the
    resulting disk image to a larger than calculated size. (LP:1632085)
  * Fix MBR partition size rounding error due to internal bug and implicit
    sfdisk(8) behavior. Give by Steve Langasek. (LP:1634557)
  * Added autopkgtests to ensure all official models can be built, and
    their mountable partitions can be mounted. (LP:1635337)
  * During image building, stash a copy of the gadget.yaml into the workdir.
  * d/control: gdisk is a run-time dependency; remove the duplicate snapd
    run-time dependency.

 -- Barry Warsaw <email address hidden> Mon, 10 Oct 2016 10:48:49 -0400

1634218 [SRU] For Yakkety and Xenial



About   -   Send Feedback to @ubuntu_updates