Revisions of python-kiwi

Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 14)
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 13)
xattr has a different package name on Fedora
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 12)
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 11)
- Bump version: 9.11.2 → 9.11.3
  

  
- Added disk format="vhdx" support
  
  Support dynamic VHDX (gen2) image format for Hyper-V.
  This Fixes #490
  

  
- Added additional required attr schematron rule
  
  The new rule allows to check for required attributes for a specific
  image type and is used for the filesystem attribute which is required
  for the image type oem, vmx and pxe. This Fixes #476
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 10)
- Bump version: 9.11.1 → 9.11.2
  

  
- Rebuild online schema documentation
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 9)
- Bump version: 9.11.0 → 9.11.1
  

  
- Fixed kernelList function
  
  The kernelList function searches for the installed kernels
  and applies the corresponding initrd name. The information the
  method provides is used in case of a custom initrd which should
  be used instead of the result of dracut. When requesting the use
  of the kiwi firsboot initrd also in the system via the
  <oem-kiwi-initrd> element, the information from the list is
  used to correctly link the kiwi initrd named initrd.vmx to the
  expected name of the system as dracut would create it. The
  creation of the list was broken which lead to an empty list
  and the after effect that the system was not able to reboot.
  This Fixes #483
  

  
- Update oemboot/rhel-07.0 due to isolinux changes
  
  With the move of the isolinux setup operation into the
  python code and the deletion of the old code from the
  images.sh scripts it's required to keep syslinux in the
  boot image otherwise the builder can't find it when
  explicitly deleted before the isolinux setup
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 8)
- Bump version: 9.10.6 → 9.11.0
  

  
- Delete atftp from boot descriptions
  
  In SLE15 / Leap15 atftp has been dropped. This Fixes bsc#1056951
  

  
- Deleted Leap 42.1 JeOS
  
  Leap 42.3 has been released
  

  
- Fixed list of gfxboot modules
  
  Bad bug, missing comma caused the list to be interpreted
  differently by python which screwed up some list items
  

  
- Delete obsolete suseGFXBoot kiwi boot code
  
  The code has been moved into the python source at
  bootloader/config/isolinux.py
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 7)
- Bump version: 9.10.5 → 9.10.6
  

  
- Added boot descriptions for SLE15 on ppc
  

  
- Added boot descriptions for SLE15 on s390
  

  
- Bump version: 9.10.4 → 9.10.5
  

  
- Added handling of formatoptions attribute
  
  Custom disk format options passed in the formatoptions
  attribute were not handled. In addition options with a
  value passed to qemu were handled in the wrong way.
  This commit addresses both problems and Fixes #463
  

  
- s/sles/openSUSE/
  

  
- copy SLE15 files for Leap 15
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 6)
- Bump version: 9.10.3 → 9.10.4
  

  
- Fixed resize if all free volume in oemboot/repart
  

  
- Fix space calculation for lvm volumes
  
  It is required to take the other configured volumes into
  account in order to solve the problem of nested volumes.
  The size of e.g the root volume must be reduced by the size
  other volumes inside of the root volume needs. This is
  especially required if the root volume is not the fullsize
  volume
  

  
- Fixed setup.py requirements record
  
  PyYAML is required by KIWI
  

  
- Add description of Overlay Files to Terminology
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 5)
- Bump version: 9.10.2 → 9.10.3
  
  
- Export *.verified also for images based on apt-get
  
  This commit includes support in system/setup.py to run a package
  verification also for images based in apt-get package-manger
  
  Related to #457
  

  
- Include .packages file for apt-get based images
  
  This commit renames export_rpm_packages_list method to
  export_packages_list and it includes support for listing
  debian packages if apt-get package manager is used.
  
  Fixes #457
  

  
- Fix calculation of needed disk space for oem types
  
  The calculation did not include the minimum volume requirements
  if a volume setup exists
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 4)
- Bump version: 9.10.1 → 9.10.2
  

  
- Fixup XSL stylesheet v6.7
  
  Apply templates matching all processing instructions in
  order to match <section>text</section>
  

  
- Rebuild schema documentation
  

  
- Remove xml_state.get_build_type_mediacheck method
  
  The method was not needed since a direct call to
  xml_state.build_type.get_mediacheck was already producing an
  equivalent output (True, False or None), where 'None' can be
  easily treated in the same way as False.
  

  
- Add runtimecheck for mediacheck attribute on non x86 hosts
  
  This commit rearranges some method and variable names and includes
  a new runtimecheck to ensure the mediacheck attribute is not set
  when building non x86 images.
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 3)
- Bump version: 9.10.0 → 9.10.1
  

  
- Add LVM overhead for lvm based images
  
  LVM itself requires metadata stored in the metadata block
  kiwi did not take a size value for this data into account
  

  
- Use dmsetup to cleanup device maps
  
  Instead of the broken kpartx -d we use dmsetup remove
  directly on the maps kiwi has created
  

  
- Evaluate file strip before kernel strip
  
  Information from the optional <strip type="delete"> section
  was handled as part of the suseStripInitrd method which is
  called after suseStripKernel. However if a request to delete
  a driver file is part of the above mentioned strip section
  the checks for the driver dependency and also for potential
  superfluous firmware is not applied. Thus the evaluation of
  the <strip type="delete"> section happens earlier in the
  suseStripKernel method. Fixes #442
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 2)
- Bump version: 9.9.5 → 9.10.0
  
- Include default container name
  
  This commit includes a default container name for KIWI container
  images. This makes possible to create OCI and Docker containers
  without forcing the user to include a <contaierconfig> section in
  the description file.
  

  
- Refactor code which deals with Xen
  
  Provide two methods is_xen_guest and is_xen_server which
  are used instead of the former machine domain and firmware
  processing. Issue #429
  

  
- Apply schema v6.6 stylesheet to XML descriptions
  
  Updates all XML descriptions to latest schema version and
  also includes adaptions to the test XML descriptions for
  testing the new Xen guest and server setup
  

  
- Fixup shell test condition
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 1)
- Bump version: 9.9.4 → 9.9.5
  

  
- Added s390 tumbleweed boot descriptions
  

  
- Bump version: 9.9.3 → 9.9.4
  

  
- This commit fixed root_init when running inside the buildservice
  
  This commit fixes regression bug introduced in #422
  

  
- Exclude kiwi files from images
  
  This commit from one hand includes a
  get_exclude_list_for_root_data_sync method in Defaults which returns
  a list of the files used by KIWI that should not be part of the
  resulting image. From the other hand makes use of the exclusion
  default list in live, archive and container images, it fixes #423.
  

  
- Bump version: 9.9.2 → 9.9.3
Displaying revisions 581 - 594 of 594
openSUSE Build Service is sponsored by