kiwi-el8/package/python-kiwi.changes
Marcus Schäfer 640284f48c
Refactor incremental changelog update
The creation of the package changelog is based on a reference file.
However that reference file contained log information in a specific
timezone which requires to hardcode the region of that timezone
in the code to correctly run date/time calculations. This can
be done better from a conceptual point of view. This patch changes
the handling in a way that the reference file is a git log
excerpt including the dates as git log lists them. The dates
contains complete numeric time/date/zone information and can be
used for calculations. The changelog helper tool converts the
result data to match the requirements of rpm changelog files
and prints the time/date information localized to the callers
timezone or as UTC if the --utc switch is given. By default the
user local timezone settings applies. That way the setup of
the local timezone is immaterial to the changelog processor
and the workaround in the gitlab-ci rpm stage can be deleted
too.
2019-03-15 20:56:19 +01:00

24203 lines
831 KiB
Plaintext

commit fcc3a74db108cc36ad0d617b05970c6243cd167c
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Mar 13 14:55:06 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Mar 13 14:55:06 2019 +0100
Bump version: 9.17.28 → 9.17.29
commit c473cc0fdcacec039bfdbea31a94c39d5e227531
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Mar 13 14:55:04 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Mar 13 14:55:04 2019 +0100
Update changelog reference
commit bfc2f814207e2a3fb5e158ecf27b048fe98a6004
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Mar 13 14:53:52 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Mar 13 14:53:52 2019 +0100
Fixed bumpversion helper
Make sure the commit for the changelog reference update
and the commit for the version bump have different
timestamps by sleeping 2sec between the two actions
commit 8aeaa874c2b14f155d0ca935fbc85e214b097ddd
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Mar 13 14:39:55 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Mar 13 14:39:55 2019 +0100
Update API documentation
In reference to Refactor OCI images packing the difference
between docker and OCI images is just on packing format.
Thus the extra docker container subclass is no longer present.
commit abdfef8d1a71421fa38f91521fee51cb82e83a06
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Mar 13 14:34:09 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Mar 13 14:34:09 2019 +0100
Bump version: 9.17.27 → 9.17.28
commit c9c31abc53152bad2a0ae388c77b972c16397d76
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Mar 13 14:34:08 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Mar 13 14:34:08 2019 +0100
Update changelog reference
commit c38cc03ef280220edf7a40b42b2479dc60a26db7
Author: Stefan Seyfried <seife+dev@b1-systems.com>
AuthorDate: Wed Mar 13 14:02:15 2019 +0100
Commit: Stefan Seyfried <seife+dev@b1-systems.com>
CommitDate: Wed Mar 13 14:02:15 2019 +0100
kiwi-dump-image: fix kiwi_oemdevicefilter for rd.debug
commit 1dba376d672f3a79856b270e9d83af35f6bd51ca
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Mar 13 09:24:26 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Mar 13 09:59:47 2019 +0100
Added bumpversion helper
Script that also updates the changelog reference file
before the version bump. It's optional to use this but
it would be handy as the commit would show the rpm
changelog differences from one tag to the other
commit d701cdd3ca98da8605b5c0d1eb551ac76d4f6d04
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Mar 12 22:38:28 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Mar 13 09:59:47 2019 +0100
Fixed code smells on completion_generator
Also update python interpreter to use for the completion
and the changelog helpers
commit 688d6d006425f6bda1044e23b1e15f9ef571d3ec
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Mar 12 18:01:24 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Mar 13 09:59:47 2019 +0100
Update gitlab CI config
The rpm stage needs python because the changelog script
is now written in python
commit 326efed73f6432e1dec9fa60f0f490820ec7ab14
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Mar 11 08:09:02 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Mar 13 09:26:40 2019 +0100
Update changelog file
Fix changelog entries for their encoding, author name and format
Also make sure commits are shown in reverse chronological order
of the author date. We intentionally don't use the commit date
because a commit can be older than the latest entry in the current
reference file and would then not be part of the git log
information
commit 64bb2694f6eb7c91d65e2277623a50b305bbd2ef
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Sun Mar 10 19:24:40 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Mar 13 09:26:40 2019 +0100
Introduce better changelog handling
The current way of creating the changelog file for the package
is based on reading the entire history of the git repository and
turns that information into a changelog. The downside of this
approach is that any change in the code that creates this changelog
information will impact older entries and could cause a conflict
on the changes file of the released package. This usually leads
to declined package submissions and blocks us in fixing bugs
in the changelog generator. This commit changes the process in
a way that only changes related to the oldest entry of a reference
changelog file compared to the current branch are taken into
account. This Fixes #979
commit 8e3ef494acbf0d28060a0e11d9179a766353ebd0
Author: Neal Gompa <ngompa13@gmail.com>
AuthorDate: Tue Mar 12 09:31:48 2019 -0400
Commit: Neal Gompa <ngompa13@gmail.com>
CommitDate: Tue Mar 12 09:31:48 2019 -0400
Drop duplicate EPEL7 reference in the test CentOS appliance
We already request the standard, update, and extras repos and
the EPEL7 repo separately. There's no reason to request the
"centos" EPEL7 repo which combines standard+update and EPEL7
repos already.
commit 0936db8fc1a335ee5d2efb6848fbdc9c17b5e038
Author: Dan Čermák <dcermak@suse.com>
AuthorDate: Fri Mar 1 12:23:30 2019 +0100
Commit: Dan Čermák <dcermak@suse.com>
CommitDate: Tue Mar 12 12:29:56 2019 +0100
Extend the GitLab-CI pipeline
- build the documentation in the build_doc stage
- run tests for all supported Python versions in tox_check
- build an RPM for Fedora 29 & OpenSUSE Tumbleweed in RPM stage
commit 0681fb4d7335c1b496a62663fae4b56876ffdc8e
Author: Dan Čermák <dcermak@suse.com>
AuthorDate: Tue Mar 5 11:15:28 2019 +0100
Commit: Dan Čermák <dcermak@suse.com>
CommitDate: Tue Mar 12 12:29:50 2019 +0100
Add GitLab CI pipeline status to README.rst
commit ef60cf0e680e46e13bc1b4679e4723ad73847eee
Author: Stefan Seyfried <seife+dev@b1-systems.com>
AuthorDate: Mon Mar 11 14:36:26 2019 +0100
Commit: Stefan Seyfried <seife+dev@b1-systems.com>
CommitDate: Mon Mar 11 14:36:26 2019 +0100
centos-appliance: reorder repos to fix build
EPEL has older package versions of e.g. librepo, which breaks dnf.
Re-prioritize to prefer the good CentOS packages instead of bad EPEL.
commit 8f1048f840c0db22ecd0b99832ad146479ec2653
Author: David Cassany <dcassany@suse.de>
AuthorDate: Tue Feb 12 16:54:41 2019 +0100
Commit: David Cassany <dcassany@suse.de>
CommitDate: Mon Mar 11 13:54:42 2019 +0100
Refactor OCI images packing
This commit refactors the OCI images support:
* added import_container_image and export_container_image methods
to oci_tools classes. 'umoci' and 'buildah' consume different
formats thus the inital skopeo call to import a container is tool
dependent.
* use oci-archive transport for packing the OCI images, this causes
docker and oci operations to just diverge on transport type.
* add_tag method no longer needed in oci_tools/base, skopeo is used
for that matter.
* container/docker.py class is no longer needed. The difference
between docker and OCI images is just on packing format which is just
a parameter in skopeo. It does not deserve a dedicated class
* system/root_import/docker.py class no longer needed. The difference
between OCI and Docker class was just the transport type for the
skopeo call. It does not deserve a dedicated class
commit fa9c865bb1f03a07340d9eea9a396de3af068977
Author: David Cassany <dcassany@suse.de>
AuthorDate: Sun Mar 10 18:20:11 2019 +0100
Commit: David Cassany <dcassany@suse.de>
CommitDate: Sun Mar 10 18:34:50 2019 +0100
Adding a derived docker image build test
commit 6414a556b6562da6894f2623e958ff8e78138112
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Sun Mar 10 15:33:39 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Sun Mar 10 15:33:39 2019 +0100
Bump version: 9.17.26 → 9.17.27
commit 49ed90656e42ea7c93187fb0c6bcab4de03847fa
Author: Neal Gompa <ngompa13@gmail.com>
AuthorDate: Fri Mar 8 06:05:23 2019 -0500
Commit: Neal Gompa <ngompa13@gmail.com>
CommitDate: Fri Mar 8 06:07:29 2019 -0500
Use correct GRUB 2 and shim EFI packages for test CentOS 7 appliance
CentOS 7 has inherited the changes from Fedora in how its EFI binaries
are packaged, so we need to adapt to handle those and build the appliance
properly.
commit 1a682b678c5f41e66aec1990e93a839e8131cfc6
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Mar 8 10:51:03 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Mar 8 10:51:03 2019 +0100
Fixed evaluation of @root size setup
The @root volume setup allows to specify a size for the root
volume in an LVM setup. The size setting was not respected and
the root volume was always resized to the rest space available.
This patch fixes the read_volume_setup_all_free method
on the dracut kiwi library to know if there is root volume
setup and respect its contents. This Fixes #983
commit 282e6b7823eeca619952f08e4f781f4643889799
Author: Neal Gompa <ngompa13@gmail.com>
AuthorDate: Thu Mar 7 20:55:20 2019 -0500
Commit: Neal Gompa <ngompa13@gmail.com>
CommitDate: Thu Mar 7 20:55:20 2019 -0500
Update generated configuration file for DNF
The dnf.conf file generated by KIWI contained some obsolete
options as well as options that have been renamed.
This change updates the options set so that they match what
is expected by DNF and configures the appropriate behavior.
commit 2a8f08191d2b93bcd037150a6ee1cd255ff2e6a0
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Mar 7 16:36:46 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Mar 7 16:36:46 2019 +0100
Bump version: 9.17.25 → 9.17.26
commit d11e7b48fc57068c8f5950990407d811aacf237a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Mar 7 16:34:48 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Mar 7 16:34:48 2019 +0100
hotfix runtime check for count of fullsize volumes
The check did not respect images that do not come up with
a systemdisk section. systemdisk is an optional section and
the test did not respect this and failed with a stack trace
commit 824d1be9c940a81c6afd880d44230152e85f855f
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Mar 7 15:56:25 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Mar 7 15:56:25 2019 +0100
Bump version: 9.17.24 → 9.17.25
commit 94a006d8bad4323b15b7e464408c7de51c27ac84
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Mar 7 15:54:05 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Mar 7 15:54:05 2019 +0100
Update provider support status in vagrant docs
commit 21b4bce5a6448a7e19bedbc1c0fdc9b6cf25868b
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Mar 7 15:46:24 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Mar 7 15:46:24 2019 +0100
Rebuild schema docs
Create an up to date state of the oxygen schema doc in the repo
commit ad5b19a9e2b4350a517268a0caaf095d02aa0310
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Mar 7 15:44:35 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Mar 7 15:44:35 2019 +0100
Fixed Title underline too short warning in the doc
commit 921fa17f4fe7415e4e5e21a8636c72e7d76dc1d3
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Mar 7 15:38:13 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Mar 7 15:38:13 2019 +0100
Fixed permanent redirect links in documentation
commit ae2c9ddf3475755d8d08fe16c27064af11797fb2
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Mar 7 15:33:09 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Mar 7 15:33:09 2019 +0100
Bump version: 9.17.23 → 9.17.24
commit b43ac0f24f8d91a212c3ac8fbdc65250840fdceb
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Mar 7 14:02:55 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Mar 7 14:02:55 2019 +0100
Cleanup example_dot_profile_config.xml
Don't use multiple all size volumes
commit e1dc183066bae78ae46c28050f3903ab072e65b4
Author: Dan Čermák <dcermak@suse.com>
AuthorDate: Thu Mar 7 12:32:01 2019 +0100
Commit: Dan Čermák <dcermak@suse.com>
CommitDate: Thu Mar 7 13:34:07 2019 +0100
Add different installation methods to the documentation
commit 207e8d4034aea6ef74147b548248fc82904d17fa
Author: Dan Čermák <dcermak@suse.com>
AuthorDate: Thu Feb 28 14:46:46 2019 +0100
Commit: Dan Čermák <dcermak@suse.com>
CommitDate: Thu Mar 7 13:33:55 2019 +0100
Extend documentation about using KIWI to build vagrant images
commit d9b1bb3dc8e3afffc25449103e0d37623db0671e
Author: Dan Čermák <dcermak@suse.com>
AuthorDate: Thu Feb 28 14:23:47 2019 +0100
Commit: Dan Čermák <dcermak@suse.com>
CommitDate: Thu Mar 7 13:33:48 2019 +0100
Extend documentation on how to build inside OBS
commit fa8baea5ec147943fdfbf66fe13f88bd8e067e20
Author: Dan Čermák <dcermak@suse.com>
AuthorDate: Thu Feb 28 13:07:32 2019 +0100
Commit: Dan Čermák <dcermak@suse.com>
CommitDate: Thu Mar 7 13:33:42 2019 +0100
Bump required minimum disk space
commit c3c48344b453ad4d524dbeea43371c49e0807860
Author: Dan Čermák <dcermak@suse.com>
AuthorDate: Thu Feb 28 13:06:52 2019 +0100
Commit: Dan Čermák <dcermak@suse.com>
CommitDate: Thu Mar 7 13:33:36 2019 +0100
Extend index.rst by a "advertising" section
commit ad5abefc52c48aa2c9e8543c8c5c2ebdf775b79a
Author: Dan Čermák <dcermak@suse.com>
AuthorDate: Thu Feb 28 13:05:27 2019 +0100
Commit: Dan Čermák <dcermak@suse.com>
CommitDate: Thu Mar 7 13:33:30 2019 +0100
Add url to PyPI & use https instead of http
commit fe7c7f59bdf6d1970550a28fff479233e95b85d1
Author: Dan Čermák <dcermak@suse.com>
AuthorDate: Thu Feb 28 13:03:33 2019 +0100
Commit: Dan Čermák <dcermak@suse.com>
CommitDate: Thu Mar 7 13:33:24 2019 +0100
Extend quickstart to be more viable as a stand-alone document
commit 99c73fb829cc8526ff059633ba40fa3a6697b721
Author: Dan Čermák <dcermak@suse.com>
AuthorDate: Thu Feb 28 13:02:08 2019 +0100
Commit: Dan Čermák <dcermak@suse.com>
CommitDate: Thu Mar 7 13:33:18 2019 +0100
Reorder TOCs so that the most important comes first
commit 5bd5ea84e26853cd911696e8c298a3727c5bfb64
Author: Dan Čermák <dcermak@suse.com>
AuthorDate: Thu Feb 28 12:55:31 2019 +0100
Commit: Dan Čermák <dcermak@suse.com>
CommitDate: Thu Mar 7 13:33:12 2019 +0100
(whitespace-cleanup) on doc/source/overview/workflow.rst
commit 1e06bc2f8d4ebdc51b67cf48c947b8ae64ffc401
Author: Dan Čermák <dcermak@suse.com>
AuthorDate: Thu Feb 28 11:15:57 2019 +0100
Commit: Dan Čermák <dcermak@suse.com>
CommitDate: Thu Mar 7 13:33:06 2019 +0100
Fix some spelling mistakes & sentence order in the docs
commit 00b8213ac963de61690b98fae592f09fffeef817
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Mar 7 11:14:38 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Mar 7 11:28:30 2019 +0100
Check for multiple allsize volumes setup
Added runtime check check_volume_setup_defines_multiple_fullsize_volumes
which reads the volume setup and counts the number of volumes that
define a 'all' volume. Only one is allowed
commit 4899da09c64fd8b83ccc50773897fda047ca0b49
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Mar 6 17:44:45 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Mar 6 17:44:45 2019 +0100
Complete test coverage on iso tools testing
If there is no mkisofs/genisoimage present on the system, the
tests based on real example iso files are skipped. The code
tested in this case is now covered in a mock style to run
through the logic even without the tools in place
commit 2cd080d0bb04cf42f72aeccc182df1b8b90db5a4
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Mar 6 16:25:01 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Mar 6 16:25:01 2019 +0100
Follow up fix for zypper compat link
Move the code handling the compat setup of the rpm database
to the correct method of the repository API. Call the
import of the signing keys only if there are signing
keys
commit fde6d86923e598035a0060bd7297d6a8a8d2beb3
Author: Dan Čermák <dcermak@suse.com>
AuthorDate: Wed Mar 6 12:20:27 2019 +0100
Commit: Dan Čermák <dcermak@suse.com>
CommitDate: Wed Mar 6 14:11:51 2019 +0100
Fix suseRemoveYaST to work with set -e
When the config.sh is invoked with set -e then suseRemoveYaST causes the whole
script to fail when no yast packages are present. The problem is that `grep
yast` returns 1 in that case.
=> Explicitly ignore the return value of grep
Furthermore, if no YaST packages were found, we don't want to invoke rpm, as
that would fail too (as it is called without any parameters).
commit d70df02aa3af2c88854a39c0c31a5d153720fd1e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Mar 6 12:09:15 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Mar 6 12:09:15 2019 +0100
Care for update alternatives on rpmdb move
In set_database_to_image_path we also have to care for the
move of the alternatives path to the new rpmdb location
commit d92606e46fb21f8fae4e97d50ef501609fe83048
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Mar 6 11:45:02 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Mar 6 11:45:02 2019 +0100
Fixup zypper/suse link to rpm database
The compat code generating the /var/lib/rpm link was only
effective if a signing key was specified, however it should
be effective in any case
commit 5112ec7121dc9a3de195655312c118f5cb9ca5dd
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Mar 5 15:54:25 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Mar 5 15:54:25 2019 +0100
Run cdrtools based unit tests on demand
Only if the underlaying system provides legacy cdrtools,
run the unit tests which actually reads the test data iso
using those tools.
commit 2b17684d2c4eea68e80aaf1c6eb55ca51e767eb6
Author: Dan Čermák <dcermak@suse.com>
AuthorDate: Mon Feb 18 20:20:50 2019 +0100
Commit: Dan Čermák <dcermak@suse.com>
CommitDate: Tue Mar 5 15:33:18 2019 +0100
Add support to build vagrant boxes with the Virtualbox provider
This commits adds initial support to build Vagrant boxes with the Virtualbox
provider.
- The attribute 'provider' of the option <vagrantconfig> now supports the option
"virtualbox".
- A new boolean attribute 'virtualbox_guest_additions_present' was added to
<vagrantconfig>. When set to true, KIWI will assume that guest additions have
been installed into the base image and configure the shared folders to use
vboxfs, otherwise rsync will be used.
This fixes #532 (https://github.com/SUSE/kiwi/issues/532).
commit acf67419af6079c76deb567306588dec94daa03d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Mar 4 10:07:04 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Mar 4 10:07:04 2019 +0100
Improve error messages
The error messages for running a build against an undefined
image definition as well as the error message to explain why
the imageinclude attribute can only be used with public repos
has been improved by suggestions from J. Mixer
commit d9ab8bce6afb3346399e72c405bb83ffb32dec34
Author: Stefan Seyfried <seife+dev@b1-systems.com>
AuthorDate: Mon Mar 4 09:46:18 2019 +0100
Commit: Stefan Seyfried <seife+dev@b1-systems.com>
CommitDate: Mon Mar 4 09:46:18 2019 +0100
pxe: use dracut's network code, drop own setup
commit f0392f4b163e273579bd0475c086813901a7ff6a
Author: Neal Gompa <ngompa13@gmail.com>
AuthorDate: Fri Mar 1 06:10:13 2019 -0500
Commit: Neal Gompa <ngompa13@gmail.com>
CommitDate: Fri Mar 1 08:48:44 2019 -0500
Ensure DNF is installed for kiwi itself and the test CentOS 7 appliance
In e33f53aa4513c38a42736c82db3ec5e0b9da41d4, we switched to DNF when requesting YUM.
This now means we need to ensure DNF is installed for images where
we previously used YUM for that.
commit e33f53aa4513c38a42736c82db3ec5e0b9da41d4
Author: Neal Gompa <ngompa13@gmail.com>
AuthorDate: Thu Feb 28 06:18:10 2019 -0500
Commit: Neal Gompa <ngompa13@gmail.com>
CommitDate: Thu Feb 28 15:09:21 2019 -0500
Rework package manager selection to use DNF when YUM is requested
YUM v3 is no longer developed, having been superseded by DNF for
several years. With DNF now available as a usable package manager
in Red Hat Enterprise Linux 7 through the Extras channel and
SUSE Linux Enterprise 15 through PackageHub, there is no reason for
keeping support for YUM v3 around.
We are keeping support for requesting YUM because in Red Hat Enterprise
Linux 7, DNF is referred to as "YUM v4", and it is simply referred to
as "YUM" in Red Hat Enterprise Linux 8. To avoid confusion from people,
we're just going to leave it in place as an alias to the DNF package
manager.
As for why this is happening now, Fedora is retiring YUM v3 in
Fedora 31, so we might as well get it over with and cut over now.
Reference: https://fedoraproject.org/wiki/Changes/Retire_YUM_3
commit 8dcb74ecd89c3b777d32930d60bc528adb9a01ab
Author: Dan Čermák <dcermak@suse.com>
AuthorDate: Thu Feb 28 15:02:11 2019 +0100
Commit: Dan Čermák <dcermak@suse.com>
CommitDate: Thu Feb 28 15:26:10 2019 +0100
Add environment for running the unit tests with Python 3.7 to tox
Python 3.7 does only appear to be available on Ubuntu Xenial with sudo enabled
commit 6c0dacd452ac0ca8c28b4736491129577a437ca3
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Feb 28 11:13:32 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Feb 28 11:13:32 2019 +0100
GitLab CI integration
Run tox targets on demand. With GitLab CI selected containers
are small but also limited in their scope.
commit c4f0855d1f160070982b0609d2cea831751cdc47
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Feb 28 11:11:58 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Feb 28 11:11:58 2019 +0100
Fixed iso tools unit test
Test was not environment independent and behaved differently
compared to which iso tool change is installed.
commit 1390b855e23db29cd4d0ab6f0b9b5de6f526c9f5
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Feb 28 10:53:39 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Feb 28 10:53:39 2019 +0100
GitLab CI integration
Select 3.6 image to run the test
commit 81e13d149bfc42a0eeca488e7676374dec2a1fd5
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Feb 28 10:44:08 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Feb 28 10:44:08 2019 +0100
Fixed shellcheck issue on kiwi-partitions-lib.sh
Fixup SC2046: Quote this to prevent word splitting
commit 626b29714d9326e30ce4b516843a10d718360f06
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Feb 28 10:34:43 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Feb 28 10:34:43 2019 +0100
GitLab CI integration
Not so easy to get pip running there. Try standard binary
name of after pip ugrade to install the rest of the chain
commit 23fc87e4eb19e078efbac23d391bd6400754639d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Feb 28 10:31:30 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Feb 28 10:31:30 2019 +0100
GitLab CI integration
No alternative naming for py3 commands
commit bc275f7425e06be2826c5ce0138a802f45a5dc43
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Feb 28 10:26:19 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Feb 28 10:26:19 2019 +0100
GitLab CI integration
Fixed install of tox on the runner
commit aff9b966031d5c6543e39e956882e8c761fc138e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Feb 28 10:23:15 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Feb 28 10:23:15 2019 +0100
GitLab CI integration
Require tox to be installed on the runner
commit 0e66b7ade4eced02fe903f5e57c025ae29b639df
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Feb 28 10:19:58 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Feb 28 10:19:58 2019 +0100
GitLab CI integration
pip not installed by default on the runner
commit 1c3361fa2fad6171aa9ee872ef75358450ec6f4d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Feb 28 10:16:07 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Feb 28 10:16:07 2019 +0100
Looks like Travis will go away
Try moving CI integration to GitLab
commit 3c55023c9e1ec317e2fa5df7b0829daa6d84bdaf
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Feb 27 17:33:53 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Feb 27 17:33:53 2019 +0100
Write sha256sum --check compatible shasum format
Change the output format of the bundler shasum file to be
compatible with a 'sha256sum --check' call.
This fixes bsc#1127173
commit 7014758de790be9e4b3527fd6783f0729fbb36f1
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Feb 27 16:00:13 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Feb 27 16:00:13 2019 +0100
Move azure integration test build to Factory repos
commit 1aa41c6833634cdec2fc2a6f07b3b28f6b83cff3
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Feb 27 15:52:57 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Feb 27 15:52:57 2019 +0100
Fixed package list of azure integration test
commit 0f4199df2fc7f3e99902268fcb9cf6d9c26f0a53
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Feb 27 15:50:47 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Feb 27 15:50:47 2019 +0100
Fixed repo setup from azure integration test
commit 311efd6e028b1f75b76d7a7854354b2bda6022f1
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Feb 27 15:05:40 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Feb 27 15:05:40 2019 +0100
Bump version: 9.17.22 → 9.17.23
commit 541cf9c3d1ebd86924c6bbf189ddf0570837b078
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Feb 25 15:50:52 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Feb 27 14:24:55 2019 +0100
Fixed import of signing keys
In reference to bsc#1112357 it was required to add the compat
symlink /var/lib/rpm such that zypper can read the signing
keys. Unfortunately zypper does not use the configured rpmdb
from the rpm macro setup.
commit d55eda8a56e3e5e427826c4b2809777c81c9a0bb
Author: Dan Čermák <dcermak@suse.com>
AuthorDate: Tue Feb 26 17:35:24 2019 +0100
Commit: Dan Čermák <dcermak@suse.com>
CommitDate: Tue Feb 26 17:35:24 2019 +0100
Allow xdist to run the tests in parallel for the Python 2.7 env
This reverts an accidental change that was introduced with
942ed7a8eea65f1c99b5f51a8587cfbeae73b484, which removed the {posargs} from
tox.ini for the python 2.7 environment.
commit ed6c11f7d67162242ae9706d8a2e3a233fa90abd
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Feb 26 12:24:02 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Feb 26 15:20:21 2019 +0100
Added get_description method to XMLState
In preparation to access the contents of the <description>
section this pull requests adds a simple method to read
the contents.
commit 9ed77f1d8d28793f39fba9ba2c5acee7db319917
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Feb 25 16:43:17 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Feb 25 16:43:17 2019 +0100
Update tools from strip list for oemboot
For legacy oemboot kiwi descriptions the strip list for
tools to keep in the initrd is still active. On s390
required tools for dasd_configure were missing and got
added by this commit. This Fixes #963
commit 12e57bb461ba7b747f48a33aeba7009ac5214d30
Author: Stefan Seyfried <seife+dev@b1-systems.com>
AuthorDate: Mon Feb 25 14:30:22 2019 +0100
Commit: Stefan Seyfried <seife+dev@b1-systems.com>
CommitDate: Mon Feb 25 16:24:44 2019 +0100
add rd.kiwi.install.pass.bootparam boot parameter
if this boolean is set, most boot parameters are passed on
to the kexec kernel on OEM image deployments
commit 3cccf0a1d7216b89d174bc148786c3604e3bcdfc
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Sat Feb 23 20:40:00 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Sat Feb 23 20:40:00 2019 +0100
Bump version: 9.17.21 → 9.17.22
commit daf90b9ed49387ea05c2252d4bd562a149ae5240
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Sat Feb 23 20:22:06 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Sat Feb 23 20:22:06 2019 +0100
Followup fix for disk detection from root device
No matter if one ore more devices are used in a multipath map,
if the root device is managed by multipath kiwi has to use the
mapped device for all operations, otherwise we run into busy
or blocked state inside of the initrd operations. This is
related to Issue #954 and bsc#1126283 and bsc#1126318
commit 9190f80ad75793db3921c0a2fcf8ed321163f020
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Sat Feb 23 16:11:30 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Sat Feb 23 16:11:30 2019 +0100
Fixed relocation of GPT
Simplify the relocation of the GPT to the end of the current
disk by using sgdisk -e instead of gdisk. The possitive after
effect of this is that the broken return value handling of
gdisk in centos will be fixed and did not harm the kiwi
deployment anymore. This Fixes #958
commit 111f284c1aaec5cfcd274c1c812c600028b5ca9c
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Feb 22 17:11:47 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Feb 22 17:11:47 2019 +0100
Bump version: 9.17.20 → 9.17.21
commit 942ed7a8eea65f1c99b5f51a8587cfbeae73b484
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Feb 22 17:11:00 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Feb 22 17:11:00 2019 +0100
Speedup the make build target
Activated the pytest xdist feature Dan added for the
make build target to speedup package creation
commit a53cce03d5b99255f4e080399c395ce857e7347c
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Feb 22 17:01:03 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Feb 22 17:01:03 2019 +0100
Bump version: 9.17.19 → 9.17.20
commit c1534a35637bbd8e0ad6958222470633451efda8
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Feb 22 16:01:16 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Feb 22 16:01:16 2019 +0100
Update vagrant libvirt unit test
Take extra config from DiskFormatVagrantLibVirt as base for the
test and don't mock that information as it was done before
in the base class
commit 0e422e944745530acd17c64c08b5234849a835f6
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Feb 22 11:30:46 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Feb 22 11:30:46 2019 +0100
Extend the vagrant base class test
Take an example for additional vagrant config settings into account
commit 3f414dada835305494b6c80ed06fd62088c7a791
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Feb 22 09:53:57 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Feb 22 09:53:57 2019 +0100
Refactor unit tests for vagrant classes
Better use of pytest capabilities, avoid mock rewrite of
implementation classes
commit 9cab9af8594d231f395f405c2d413b0fefde4df6
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Feb 22 09:52:13 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Feb 22 09:52:13 2019 +0100
Fixed DiskFormatVagrantBase docs and behavior
Update class docs per review by Dan, also raise on use
of methods without proper provider implementation
commit b3b03363f9b21656f38fec5a8168e1560cf5fffb
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Feb 22 09:50:43 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Feb 22 09:50:43 2019 +0100
Fixed create_box_img in DiskFormatVagrantLibVirt
The call to create_box_img did not use the given tmpdir
parameter but assumes an instance variable to provide this
information
commit 624633776d2acd9892e27f15bc6ff36bec2dcc25
Author: Stefan Seyfried <seife+dev@b1-systems.com>
AuthorDate: Thu Feb 21 17:34:13 2019 +0100
Commit: Stefan Seyfried <seife+dev@b1-systems.com>
CommitDate: Thu Feb 21 17:34:13 2019 +0100
fix network failure with "BOOTIF=" parameter
If a BOOTIF= parameter (pxelinux "IPAPPEND 2" option) is present, dracut
handles the network already *and* overwrites the 90-net.rules that
kiwi-*-net-genrules.sh created, thus the interface is not named "lan0"
and ifup is destined to fail.
Work around the issue by detecting if the interface is already handled
by generic dracut code and just skipping the ifup call.
Fixes / improves issue #942
commit d757e824de8c4900431ed7b0c66c16190806258e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Feb 21 14:42:27 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Feb 21 17:12:14 2019 +0100
Fixed disk detection from root device
The method lookup_disk_device_from_root assigns the disk device
matching the root device uuid. However in a multipath environment
multiple disk devices matches the same root device. The code to
assign the multipath map in this case was missing in the dracut
code base. This Fixes #954 and Fixes bsc#1126283 and bsc#1126318
commit 5e599afa1a236531802c4c6422ddb5677f3c4c1b
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Feb 21 17:03:42 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Feb 21 17:03:42 2019 +0100
Added some style fixes to the vagrant classes
Adapt doc strings to match style on lists. Change variable
names not class global to be lowercase. Use 80 chars per
line. Don't reach code that potentially uses undefined
variables
commit d70d8d85cc03fa65b39f49af8f33ef01a3107a7c
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Feb 20 18:08:57 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Feb 21 15:49:11 2019 +0100
Fixed losetup call due to move in option names
util-linux dropped losetup-Add-support-for-setting-logical-blocksize.patch
because different implementations exists in the new kernel, and it has
a conflicting implementation in util-linux. This caused a change in the
option to specify the logical sector size. The option --logical-blocksize
was replaced by --sector-size. We adapt this now in kiwi too
commit a50c251f5f5131bcb0aa1e1da78e73752d48d4b7
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Feb 21 15:48:05 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Feb 21 15:48:05 2019 +0100
Refactor vagrant storage subformat
In preparation to support other vagrant providers a base class
for Vagrant operations has been created. Original Code written
by DanČermák <dcermak@suse.com>
commit 0fbc2c5ff950cb1857fe7b45e66983272bf1fc4d
Author: Dan Čermák <dcermak@suse.com>
AuthorDate: Wed Feb 20 14:46:14 2019 +0100
Commit: Dan Čermák <dcermak@suse.com>
CommitDate: Wed Feb 20 14:46:14 2019 +0100
Add pytest-xdist to dev-virtualenv to run the unit tests in parallel
- fix CLI args not being passed to pytest by tox for unit_py3_4 and unit_py3_6
- enable parallel run on travis
- document how to run the unit tests in parallel
commit 5b434f5c36fc180a475458e33c06a86525ea0ba3
Author: Ruediger Oertel <ro@suse.de>
AuthorDate: Wed Feb 20 14:04:12 2019 +0100
Commit: Ruediger Oertel <ro@suse.de>
CommitDate: Wed Feb 20 14:04:12 2019 +0100
s390-test-image: add factory base project (same as on arm)
commit b335f9e21a016a2370fd68569f6d8c61faf942a0
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Feb 14 21:18:37 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Feb 14 21:18:37 2019 +0100
Bump version: 9.17.18 → 9.17.19
commit 9725153258b33b42b8f75b5af133536d84909182
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Feb 14 17:37:38 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Feb 14 17:37:38 2019 +0100
Fixed isolinux fallback path
In case isolinux-config failed or does not exist on the
distribution a fallback path is called. That code hardlinks
the files to the isolinux compiled in standard path. However
due to the move of the grub unicode file for iso images
the path contains a directory. Directories can't be hardlinked
thus this patch uses 'cp -l' instead of the 'ln' command to
create the linked target contents.
commit 4d0c77ba1c58914a4eaa6e3613a587dd32c2e288
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Feb 14 11:07:12 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Feb 14 11:07:12 2019 +0100
Bump version: 9.17.17 → 9.17.18
commit f9aafe7f3590ad4af4078aba3bd61768097aed01
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Feb 13 18:34:40 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Feb 13 18:34:40 2019 +0100
Fix location of grub unicode font
This is a follow up patch for #f5bac4495d34. The change of the
location of the font file was not applied if an iso target, live
or install image is being built. This patch completes the change
and Fixes bsc#1124885
commit 81bf8241cb0d7def926f20993999f8ec773b8e1b
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Feb 13 17:08:19 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Feb 13 17:08:19 2019 +0100
Fix handling of zypper return codes
The following codes should be handled as errors:
104 - ZYPPER_EXIT_INF_CAP_NOT_FOUND
105 - ZYPPER_EXIT_ON_SIGNAL
106 - ZYPPER_EXIT_INF_REPOS_SKIPPED
commit 51a9015b34e5879b9f83577cbde96d7d0fd3df79
Author: Bernhard M. Wiedemann <bwiedemann@suse.de>
AuthorDate: Sat Feb 9 22:02:09 2019 +0100
Commit: Bernhard M. Wiedemann <bwiedemann@suse.de>
CommitDate: Mon Feb 11 10:41:55 2019 +0100
Sort filesystem listings
so that kiwi works in a reproducible way
in spite of indeterministic filesystem readdir order
and http://bugs.python.org/issue30461
See https://reproducible-builds.org/ for why this is good.
commit 34c76e35a11a46cef73a9b4e9b7278511c7036cf
Author: Bernhard M. Wiedemann <bwiedemann@suse.de>
AuthorDate: Sun Feb 10 06:51:00 2019 +0100
Commit: Bernhard M. Wiedemann <bwiedemann@suse.de>
CommitDate: Mon Feb 11 10:41:55 2019 +0100
tox: Allow to run a single test
using
tox -v -e unit_py2_7 -- -vv ./test/unit/iso_tools_cdrtools_test.py
commit 84fcbc60fd6e2360e38a213a34d5db3cc70ac88c
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Feb 11 09:10:47 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Feb 11 09:18:55 2019 +0100
Sort file and dir entries in iso sortfile
commit 8b3e11888052be631ff69ed9ec8b9230866f629a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Sat Feb 9 16:00:04 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Sat Feb 9 16:00:04 2019 +0100
Moved azure integration test to Leap15
Factory doesn't resolve well together with Cloud:Tools.
I'd like to have stable integration tests and not getting
screwed with any change on Factory
commit a343e9d798d3b169f84e6f72ab8eb2e5fc617659
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Sat Feb 9 15:53:42 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Sat Feb 9 15:53:42 2019 +0100
Bump version: 9.17.16 → 9.17.17
commit f8265bb60766f2adfbbd65e5caf28cb671c9d344
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Feb 8 16:56:56 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Feb 8 16:56:56 2019 +0100
Added new preferences subsection
In the preferences section the following optional subsection
can be configured:
<rpm-locale-filtering>true|false</rpm-locale-filtering>
If set to true the default locales POSIX, C, and C.UTF-8 are
applied as rpm install_lang macro. If the locale section is
configured in addition the list is extended by that information
too
commit e8b66e5da3b4ab8eec7a53445d0f29315926e41a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Feb 8 15:58:29 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Feb 8 15:58:29 2019 +0100
Extend the .packages file by the license field
For rpm based builds the License field from the rpm metadata
is extracted into the .packages file. For Debian based build
the license information is in an extra file and not taken
into account for the moment.
commit e88601ffbf10cc8df67ef5f3d8e4c927a38f53d9
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Feb 8 11:58:53 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Feb 8 11:58:53 2019 +0100
Bump version: 9.17.15 → 9.17.16
commit fad1c0f1efbdd7f261f1d8d92d25c9cd36e2fe18
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Feb 7 10:35:09 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Feb 7 16:05:25 2019 +0100
Added support for %_install_langs rpm macro
During the image build the custom rpm macro %_install_langs
is configured with the <locale> setup from the KIWI XML
description. This allows to filter language specific packages
on the rpm level and Fixes #771
commit 892c6332f2a9c55dc820b04bcef0b7353c85d6b5
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Feb 6 17:13:56 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Feb 6 17:13:56 2019 +0100
Add API for package manager returncode validation
Allow to validate the return code from a package manager
operation. In case of zypper the standard UNIX return
code validation does not apply. Return codes from zypper
which are >= 100 are not treated as an error anymore
commit dd1052ac99b56859e3c280c30946cf3ab9bf4aca
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Feb 4 16:59:51 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Feb 6 11:55:42 2019 +0100
Handle location of the rpm DB on the macro level
The location of the rpm database is no longer a standard
path one can trust. Some distributions put it to /var/lib
others to /usr/lib. This introduces the problem of dealing
with different locations between the bootstrapping (host rpm)
phase and the image installation (image rpm) phase.
This commit implements a solution based on an intermediate
rpm database configuration. KIWI creates the macros.kiwi file
inside of the image root which is read by any call of rpm
in the inner and outer system. During bootstrap phase the
rpm dbpath from the host system is used and later in the
install phase the dbpath from the rpm package as it was
installed by the target image distribution is used. In case
of a dbpath difference the database is automatically moved
to the new location by setting the _dbpath_rebuild macro
to the correct location. At the end the custom KIWI macro
is deleted.
As this process allows custom macro defintions during the
KIWI run it also serves as the base for a solution to
Issue #771 which will be done in a follow up request to
this commit.
Also the workaround for bsc#1112357 which uses a static
dbpath to store an optionally given signing key will be
addressed with this commit. The macro setup happens before
the import_trusted_keys method which makes any specification
for a strict dbpath obsolete.
Last the implementation deletes the obsolete
dump_reload_package_database code. rpm is able to automatically
do the conversion of different db versions such that the code
in kiwi is obsolete. In addition that code only worked for
rather old db versions. The public API has not changed though,
but the method is marked obsolete and does nothing anymore.
In addition to the deletion of obsolete code a new API
method post_process_install_requests_bootstrap has been
introduced to handle actions required after bootstrap
and before installing of packages from inside the new image
commit 3482be44f07e78634dc7dc27db97cba4f850cc8e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Feb 6 11:33:54 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Feb 6 11:41:45 2019 +0100
Fix Failed to cache rpm database on zypper addrepo
Occasionally zypper fails when adding the repo with the
rpm error message 'Failed to cache rpm database'. I was
not able to find out why this happens and I also could
not find a way to reproduce it safely. However this
commit adds a workaround that seems to fix the issue
when it happens. If the first call of zypper addrepo
fails kiwi now issues the exact same call again and
only if that fails too an exception is thrown
In addition the patch changes the zypper call and avoids
the option --type. That option is marked legacy and ignored
by zypper but causes a misleading warning message
commit 72a63f0b16e19bc69830e22a0ac0bf0343c26f39
Author: David Cassany <dcassany@suse.de>
AuthorDate: Mon Feb 4 12:03:25 2019 +0100
Commit: David Cassany <dcassany@suse.de>
CommitDate: Mon Feb 4 16:38:50 2019 +0100
Add custom partitioning docs
This commit adds two new documentation chapters. One covering
custom partitioning scheme in KIWI. And another covering setting
custom volumes in KIWI
commit 132eda8027bed2e5812d064baaea089591a2008b
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jan 31 11:09:53 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jan 31 11:09:53 2019 +0100
Bump version: 9.17.14 → 9.17.15
commit 0b976eea0f4eb0c35d75ec0b3f28468986547eda
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jan 31 11:08:15 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jan 31 11:08:15 2019 +0100
Fixup code issues reported by new flake8 version
Travis has updated the flake8 version which caused more
strict issue reports on the code. This commit fixes the
new issues reported by flake8
commit 9d1dea1aa12ae5ce9f5882a826f04a2ce030ad56
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jan 31 10:40:27 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jan 31 10:40:27 2019 +0100
Bump version: 9.17.13 → 9.17.14
commit dbf399a34c32cb6e54bb2cfd9a6dba297373b37f
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jan 31 10:28:53 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jan 31 10:28:53 2019 +0100
Changed default value for bundler compression
If no compression is configured in the kiwi config file
the default was set to: False. However this lead to big
trouble on the obs side for images which has fixed
storage disk sizes configured, e.g Azure images which
requests 30G disk size per instance. Thus the default
for the bundler compression has changed to be: True
commit fed5a06d5f385fd7d1c7e62741e877e9eaefc245
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jan 29 13:05:03 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jan 29 13:05:03 2019 +0100
Bump version: 9.17.12 → 9.17.13
commit 9f0946e1f8f60eefedda1902579135f2bdf41db9
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jan 29 11:20:30 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jan 29 12:26:09 2019 +0100
Fixed grub theme lookup
If the theme was not found at the expected place an exception
was thrown. However the alternative lookup code in /boot was
not reached with that exception. This commit fixes this
commit 35862a58fc5cccb8e6076ded70dba28480352f50
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jan 28 17:34:52 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jan 28 17:34:52 2019 +0100
Bump version: 9.17.11 → 9.17.12
commit 0f4b0b34bbaeede0c320dc7b3ae39602978304fe
Author: David Cassany <dcassany@suse.de>
AuthorDate: Mon Jan 28 11:17:07 2019 +0100
Commit: David Cassany <dcassany@suse.de>
CommitDate: Mon Jan 28 17:16:31 2019 +0100
Add a runtime check for preferences metadata
This commit adds a runtime check for preferences metadata. More
specfic verifies there is a packagemanager defined and an image version
defined.
Fixes #925
commit 0985e211172a6a77edbb3ad364a06bb41bc37d52
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jan 25 17:13:43 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jan 28 16:27:48 2019 +0100
Support alternative EFI and grub modules paths
In SUSE products EFI binaries are historically located in
/usr/lib*/efi. In a recent move to package grub2 as noarch
fate#326960, a collision between x86_64 and aarch64 has been
identified, as both place platform-specific files in the same
spot. To rectify this, a new location was devised:
/usr/share/efi/$(uname -m). At the same time /usr/lib/grub2 will
move to /usr/share/grub2. This Fixes #924
commit dcce7c38c5be5705b6eaf3dd51edf76abb3559c9
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jan 25 10:30:27 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jan 25 16:20:32 2019 +0100
Fixed Xen guest detection
We only support Xen setup e.g in the Amazon Cloud for the
x86_64 architecture. This Fixes bsc#1123186 and bsc#1123185
commit f5bac4495d34fae3c72b327f4d96138bc918c687
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jan 24 17:07:54 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jan 24 17:07:54 2019 +0100
Fixed location of grub unicode font file
grub2 is expecting the unicode font below the fonts
directory in the /boot/grub*/ depending on how the
distribution installs grub2. This Fixes bsc#1119416
commit 71d9eda2b954cd47044d56bb3a19066ace2c2a68
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jan 24 15:24:00 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jan 24 15:24:00 2019 +0100
Fix documentation howto delete a package
The documentation described an invalid XML grammar
commit 3776ed9a8fec620cab8689be54b28181090b6bed
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jan 24 11:31:49 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jan 24 11:31:49 2019 +0100
Bump version: 9.17.10 → 9.17.11
commit 9c0855753a3070a4592453d8a85d0055f61f0c24
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jan 24 11:27:48 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jan 24 11:27:48 2019 +0100
Fix package conflict for completion file
The completion can only be provided by one package if not
python version specific completion files are provided. Due
to the fix in #920 the completion file must be provided by
another sub-package. This commit moves it to the
kiwi-man-pages package. Actually kiwi man pages provides
more than just the man pages, but also the PDF documentation
and I think the completion information serves the purpose of
documentation to some degree too.
commit b65bf309179014dff5db69ea216de38d7c5b3159
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jan 24 10:00:28 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jan 24 10:00:28 2019 +0100
Bump version: 9.17.9 → 9.17.10
commit eb4076bdafdfc37f6ee75b219cfaad4764eddd3f
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jan 24 09:32:44 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jan 24 09:32:44 2019 +0100
Fixed file name of completion file
The bash completion file must match one of the alternatives links.
Otherwise the bash completion mechanism will not match. kiwi-ng is
the unique alternative link name compared to the still present
legacy kiwi version and should be used preferably
commit eeba381a5aae83f1092ee8e91c334a2c358e6457
Author: David Cassany <dcassany@suse.de>
AuthorDate: Wed Jan 23 12:08:06 2019 +0100
Commit: David Cassany <dcassany@suse.de>
CommitDate: Wed Jan 23 12:08:06 2019 +0100
Add container history metadata on umoci repack call
This commit makes sure that `umoci repack` call includes history
metadata and skips that in `umoci config` call.
Fixes #918
commit 0a4f7002c71d27919402ae141e98a04e1a82cd25
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jan 17 14:06:16 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jan 17 14:06:16 2019 +0100
Bump version: 9.17.8 → 9.17.9
commit d795dd7a6682d69b3a67c6ccc5a0d0de162c0189
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jan 17 11:22:01 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jan 17 11:22:01 2019 +0100
Update schematron rule
install_continue_on_timeout is only for oem types
commit ae17658c9f4733534ffa9f3c4a21ced4d8cdd393
Author: David Cassany <dcassany@suse.de>
AuthorDate: Thu Jan 17 10:13:48 2019 +0100
Commit: David Cassany <dcassany@suse.de>
CommitDate: Thu Jan 17 10:13:48 2019 +0100
Do not assume package manager is always there
This commit modifies the dump_reload_package_database method
for zypper to not assume rpm binary is always part of the image.
An image could be bootstrapped only without zypper or rpm, in that
case it does not make sense and it is not possible to dump and reload
rpmdb.
Fixes #915 and related to #550
commit 0af8028387ae02a1cdf1edffc38b9843367de7df
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jan 17 10:09:40 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jan 17 10:09:40 2019 +0100
Allow to switch off install image boot timeout
This commit adds a new attribute called:
<type ... install_continue_on_timeout="true|false"/>
It allows to setup the boot timeout for install images
build with KIWI. If not set or set to 'true' the configured
boottimeout or its default applies to the install image
as it was before. If set to 'false' there will be no
timeout in the install image bootloader setup and the boot
only continues on manual intervention.
commit c8fd24a8bf69ad3d2a12d8d1b6ea5b0dc4f9115d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jan 11 10:57:10 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jan 11 10:57:10 2019 +0100
Bump version: 9.17.7 → 9.17.8
commit 3346f3028fa9620728c256af53f7fedd705c24ff
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jan 10 15:52:49 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jan 10 16:13:02 2019 +0100
Make result compression in the bundler optional
Calling kiwi result bundle will take the image build results
and bundle the relevant image files according to their image
type. Depending on the result configuration this could instruct
the bundler to compress one or more files from the result.
By default this compression is switched off in the bundler but
can be activated to save storage space and speedup download
of the image with the following runtime configuration:
bundle:
- compress: true|false
If compression is activated the result image has to be
uncompressed before it can be used. This Fixes #901
commit 195c92d20b819577daeb961f29383714bdf54ba1
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jan 7 11:17:52 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jan 7 11:17:52 2019 +0100
Bump version: 9.17.6 → 9.17.7
commit b39f5dad97f9058107715f3f0d4c3684e91bfbe1
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jan 7 10:48:09 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jan 7 10:48:09 2019 +0100
Fix use of SysConfig objects
objects of that class did not provide a get method but
overload the bracket [] operator. Using the get() method
failed. This Fixes #910
commit e577c9fffba44f391c8811ef6adfef27598dd51a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Sat Jan 5 19:52:42 2019 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Sat Jan 5 19:52:42 2019 +0100
Use chkstat to verify and fix file permissions
Call chkstat in system mode which reads /etc/sysconfig/security
to determine the configured security level and applies the
appropriate permission definitions from the /etc/permissions*
files. It's possible to provide those files as overlay files
in the image description to apply a certain permission setup
when needed. Otherwise the default setup as provided on the
package level applies. It's required that the image root system
has chkstat installed. If not present KIWI skips this step
and continuous with a warning. This Fixes #895
commit 6fa997888e0f176202be0f0457b5434e0e346103
Author: David Cassany <dcassany@suse.de>
AuthorDate: Fri Dec 21 17:22:57 2018 +0100
Commit: David Cassany <dcassany@suse.de>
CommitDate: Fri Dec 21 17:22:57 2018 +0100
Allow setting the protocol for exposed ports
With this commit it is possible to set tcp or upd (e.g. "80/tcp") for
exposed container ports. If no protocol is provided OCI defaults are
applied.
Fixes #906
commit 3156bd14d8926df9e495d3325914ba8cc561752e
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Wed Dec 19 18:01:17 2018 +0100
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Thu Dec 20 08:47:43 2018 +0100
Use cls in @classmethods instead of self
For consistency reasons.
commit aac1c7c290bc6e9c72b0098765b8b3ec0ce40fdb
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Dec 19 09:13:48 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Dec 19 09:13:48 2018 +0100
Bump version: 9.17.5 → 9.17.6
commit 2224fe67b2023aa89654863883ac9f7baa100510
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Dec 18 20:03:33 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Dec 18 20:03:33 2018 +0100
Allow setctsid to be part of custom boot images
commit 9601ab669ccb2285b7267b076eb04d8abe00e051
Author: David Cassany <dcassany@suse.de>
AuthorDate: Tue Dec 18 14:33:09 2018 +0100
Commit: David Cassany <dcassany@suse.de>
CommitDate: Tue Dec 18 14:56:54 2018 +0100
Fix disk size calculation for VMX
Disk size calculation must take into account the empty volumes that
are to be mounted in a directory that does not exist in the root tree
otherwise there is KeyError. The result of
storate/setup._calculate_volume_mbytes must be a dict including all
defined volumes.
Fixes #904
commit f4a1f52173ef68389bffc9ef74cd080d58f52fc9
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Dec 12 12:19:50 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Dec 12 12:19:50 2018 +0100
Bump version: 9.17.4 → 9.17.5
commit 6d69c6f190484ef1ffeeed0b5b35747f0b6d903a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Dec 12 11:06:20 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Dec 12 11:06:20 2018 +0100
Make sure manual pages are part of pypi archive
As consequence of the change in the travis setup to make
use of the native 'pages' and 'pypi' providers from travis the
environment for the sdist target has changed. Within the
doc_travis tox env no manual pages was build. In combination
with the 'pypi' provider setup in .travis.yml which uses
skip_cleanup: true, this caused the pypi archive to miss
any manual pages which lead to a runtime error on install
via pip.
commit 5bbadf287e3b265fb9976e5017cd659f91918195
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Dec 11 08:18:26 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Dec 11 08:18:26 2018 +0100
Bump version: 9.17.3 → 9.17.4
commit ece8a511d96e2f7e4ca8491290acff25de85add3
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Dec 10 12:34:53 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Dec 10 12:34:53 2018 +0100
Don't trust the vmlinux symlink to be present
commit 164c8d24d4cbe6d1b8d9c5ee1711af084c978ebe
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Dec 10 11:15:02 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Dec 10 11:15:02 2018 +0100
Refactor kernel version lookup
Check the presence of the gzip compressed kernel binary
and use it. If not present use the arbitrary kernel image
format with the known limitations.
commit da7984881c23096eb1093bfa8bc22420fb87e870
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Dec 10 09:46:06 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Dec 10 09:46:06 2018 +0100
More clarity on kernel version lookup
Lookup of the kernel version is done by directly reading the
kernel image via a small tool named kversion. The scope of the
tool is limited and does not work for e.g kernel images which
contains its own decompressor code. For the special cases we
defined exceptions, one was zImage. The recently added exception
for vmlinuz seemed too intrusive to me and was also not well
documented. This patch tries to clarify and get us back to
explicit and easy to read coding. Fixes #899
commit fc0709a3430931500e9682b5c93807697c2666ff
Author: Ruediger Oertel <ro@suse.de>
AuthorDate: Tue Dec 4 17:22:25 2018 +0100
Commit: Ruediger Oertel <ro@suse.de>
CommitDate: Tue Dec 4 17:24:05 2018 +0100
testing: fix issues marked by shellcheck
commit 978c37a7ce2fb3d46c681042521cf00e3d8ec4d6
Author: Ruediger Oertel <ro@suse.de>
AuthorDate: Thu Nov 29 17:58:48 2018 +0100
Commit: Ruediger Oertel <ro@suse.de>
CommitDate: Tue Dec 4 16:53:10 2018 +0100
kernel.py: also try vmlinux-version.gz in case of image-version to
get the version number
commit 083c28f84b14749c96faba59e39204ad00d03718
Author: David Cassany <dcassany@suse.de>
AuthorDate: Tue Nov 27 17:09:52 2018 +0100
Commit: David Cassany <dcassany@suse.de>
CommitDate: Tue Nov 27 17:09:52 2018 +0100
Add Ubuntu bionic build tests
commit ee1c8a6f06857fec712717da711fee98e789acd2
Author: David Cassany <dcassany@suse.de>
AuthorDate: Tue Nov 27 15:17:49 2018 +0100
Commit: David Cassany <dcassany@suse.de>
CommitDate: Tue Nov 27 17:03:15 2018 +0100
Another round of OCI tools refactoring
In order to provide buildah support some of the logic about
temporary directories for OCI images creation needs to be moved
to the dedicated OCI tool class.
While umoci can operate in any directory and this is passed as an
argument, this is not the case for buildah. In buildah workflow
the storage path of work-in-progress images/containers is not
customizable neither the mountpoint of the container rootfs.
commit 8651fe4d292c2903eb76e51f2c1f33a34f8ad21b
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Nov 26 15:36:54 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Nov 26 15:36:54 2018 +0100
Bump version: 9.17.2 → 9.17.3
commit 5962417063a714eab14aed1c00f8ed09569ad46c
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Nov 26 14:37:42 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Nov 26 14:37:42 2018 +0100
Update documentation for rd.live.cowfile.mbsize
commit f1cdf155a6add8028bdcf0c9d9c3ea056fc61ed4
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Nov 26 10:07:44 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Nov 26 11:26:35 2018 +0100
Use cow file on persistent grub live loop boot
When using tools like live-grub-stick the live iso as generated
by kiwi will be copied as file on the target device and a grub
loopback setup is created there to boot the live system from file.
In such a case the persistent write setup which tries to create
an extra write partition on the target fails in almost all cases
because the target has no free and unpartitioned space available.
Therefore in case of such a loopback mounted system we create a
cow file(live_system.cow) instead of a partition to setup
persistent writing. The cow file will be created in the same
directory the live iso image file was read from grub
This Fixes #860
commit 1abc2000c6f4fe2f97f680d24056f8e2520043e2
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Nov 23 14:15:38 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Nov 23 14:15:38 2018 +0100
Bump version: 9.17.1 → 9.17.2
commit 30eb5c165ffde387a65955f675e97a48d0c914ae
Author: David Cassany <dcassany@suse.de>
AuthorDate: Fri Nov 23 11:29:40 2018 +0100
Commit: David Cassany <dcassany@suse.de>
CommitDate: Fri Nov 23 12:27:00 2018 +0100
Create a custom `setup.py clean` command
The default `setup.py clean` command does not clean `dist` and
`*.egg-info` folders. This commit makes sure those are cleaned and
also ands a `setup.py clean` command in the `clean` Makefile target
commit 02049b003b9ae8c9a8ad58d0ce7106bb807c236e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Nov 23 11:11:53 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Nov 23 11:27:24 2018 +0100
Better exception handling in oem installer
If an error condition applies in the kiwi dump dracut code
the reaction was to stop the process with a dracut die() call.
If the option 'rd.debug' was set on boot, this lead to a debugging
shell which is good, but in a standard process this lead to a
lock of the machine which is an unfortunate situation. This
patch changes the behavior to always print the error message
as a dialog message box on the primary console and reboot
the system after keypress or timeout. In case of the debug
switch configured the system die()'s as before.
This Fixes #884
commit daab92ae05fbbee5167945d3087a6fb1c06c3546
Author: David Cassany <dcassany@suse.de>
AuthorDate: Mon Nov 19 11:19:36 2018 +0100
Commit: David Cassany <dcassany@suse.de>
CommitDate: Mon Nov 19 11:19:36 2018 +0100
Add parted dependency for dracut-kiwi-live package
dracut-kiwi-live requires `partprobe` tool and this is provided by
parted package. Persistent overlay setup fails if parted is not
installed in the image.
commit 5de35d17333a5a15283a31c305fc9c88952e914c
Author: David Cassany <dcassany@suse.de>
AuthorDate: Tue Nov 13 17:06:30 2018 +0100
Commit: David Cassany <dcassany@suse.de>
CommitDate: Thu Nov 15 17:07:33 2018 +0100
Fix spec to better support Debian and Ubuntu builds
This commit fixes the spec to properly build for Debian and Ubuntu.
More specific:
* update-alternatives path has been adapted
* python3-kiwi are now enabled for Debian 9 and Ubuntu 18.04
commit aaeffeae47c6a116a451ced82cc68aa617bcd954
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Nov 15 09:40:46 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Nov 15 09:40:46 2018 +0100
Added unit test for syslinux lookup paths
commit 510d2b25c1e2cb7b86cd273c874e980afb12d276
Author: David Cassany <dcassany@suse.de>
AuthorDate: Thu Nov 15 08:50:29 2018 +0100
Commit: David Cassany <dcassany@suse.de>
CommitDate: Thu Nov 15 08:50:29 2018 +0100
Include the isolinux ubuntu paths
This commit adds the ubuntu installation paths the places to look
for isolinux binaries.
commit 733012c5a1591c1385c97573fbb1849eb9b65a61
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Nov 12 11:37:35 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Nov 12 11:37:35 2018 +0100
Make gfxboot a recommended package
gfxboot is needed on the host for certain boot graphics
operations. It's used if the boot theme provides a gfxboot.cfg
In this case the tool is also required. The setup of the
boot themes is differently implemented in each of the
distributions we support. In addition on suse distributions
gfxboot is no longer in the core system. Given that we are
not able to find a common base on requirement of the package
we changed gfxboot from a required to a recommended package
and deleted the requirement on debian based distros
commit 41eb4e2df6a040afe0f097df8ee82b8d0731d561
Author: David Cassany <dcassany@suse.de>
AuthorDate: Fri Nov 9 13:28:14 2018 +0100
Commit: David Cassany <dcassany@suse.de>
CommitDate: Mon Nov 12 09:19:17 2018 +0100
Add support for --no-history umoci's flag
Using this flag kiwi appends only a single history entry for OCI
containers.
commit 396ac822039467ff8bcc60dae78b5ac30a830ca0
Author: David Cassany <dcassany@suse.de>
AuthorDate: Fri Nov 9 15:54:31 2018 +0100
Commit: David Cassany <dcassany@suse.de>
CommitDate: Fri Nov 9 15:54:31 2018 +0100
Adding OEM and ISO image types for Fedora tests
commit 4780f444e535b129820d38977f44ea1f20ac4d71
Author: Stefan Seyfried <seife+dev@b1-systems.com>
AuthorDate: Fri Nov 9 14:53:54 2018 +0100
Commit: Stefan Seyfried <seife+dev@b1-systems.com>
CommitDate: Fri Nov 9 14:53:54 2018 +0100
kiwi-dump-image: improve dialog usage
Dialog's "--radiolist" feature requires to navigate to the item,
press "space" to select the item and then "enter" to execute.
With "--menu", it is enough to just navigate to the item and press
"enter" to execute, which is much more intuitive for most users.
commit 2dc46b77344fc795b73e098f5e4096f6278fd097
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Nov 9 11:23:16 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Nov 9 11:23:16 2018 +0100
Bump version: 9.17.0 → 9.17.1
commit 1d8c8af4d674c63494d3c0022a6af9d27c35eb7d
Author: David Cassany <dcassany@suse.de>
AuthorDate: Fri Nov 9 11:05:22 2018 +0100
Commit: David Cassany <dcassany@suse.de>
CommitDate: Fri Nov 9 11:05:22 2018 +0100
Little code styling fix
commit aa02325ea2dda4b3de80dd192fac2790dd4c5a82
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Nov 9 09:56:33 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Nov 9 10:09:21 2018 +0100
Fixed oem installer
In the implementation of the ramdisk installer from
SUSE/ramdisk_deployment(4fdeee3faa3) an error for the
standard case was introduced such that the lsblk call
was invalid. This lead to no devices being present
for the installation. This patch Fixes #877
commit 58333cd9a65b789bb8b42fb792cb06bd6a82e7f8
Author: David Cassany <dcassany@suse.de>
AuthorDate: Thu Nov 8 16:34:35 2018 +0100
Commit: David Cassany <dcassany@suse.de>
CommitDate: Fri Nov 9 08:48:13 2018 +0100
Fix rsync call for filesystem images
For filesystem images the rsync call was missing a finale slash for
the source path causing the sync also the containing directory. With
this change the filesystem image does not include the rootfs in any
subdirectory.
Fixes #875
commit f0612486ddef32b82e43153daec79f13039e3920
Author: David Cassany <dcassany@suse.de>
AuthorDate: Tue Nov 6 16:31:37 2018 +0100
Commit: David Cassany <dcassany@suse.de>
CommitDate: Thu Nov 8 15:33:04 2018 +0100
Add history metadata for container builds
This commit adds the history section in contianerconfig. With it
'author', 'created_by' and 'comment' can be customized. In addition
'created' is always included with the image creation date time.
'created_by' entry is set to 'KIWI __version__' by default if nothing
is provided.
Fixes #852
commit 441358a3120035965c4a78b59e5c77ab58880dd5
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Nov 6 15:20:59 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Nov 6 15:20:59 2018 +0100
Bump version: 9.16.36 → 9.17.0
commit 18ba277113cecd2aa790bbd20bfe84f7223a727b
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Nov 6 11:58:03 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Nov 6 12:16:36 2018 +0100
Change bundling of image formats
By default none of the image formats were stored as compressed
file. The reason behind this was the assumption that some
formats automatically makes use of compression, which is true
but only in their processing and not in their data blocks at
creation time. Storage and handling of the image file itself
becomes cumbersome and therefore we change the default bundle
setup for image formats to be compressed. This means the image
as it gets packed by KIWI needs to be uncompressed before use.
The following image formats are affected by the change in a
call of the result bundler:
kiwi result bundle ...
* qcow2 (.qcow2.xz)
* vdi (.vdi.xz)
* vhd (.vhd.xz)
* vhdx (.vhdx.xz)
* vmdk (.vmdk.xz)
All other image formats already defined a custom bundling
setup including compression and are not affected by this change.
This Fixes #650
commit d56b1447073f9d8035ceb10fb82a5c2df05d1682
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Nov 6 11:00:18 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Nov 6 11:00:18 2018 +0100
Fixed firmware strip and lookup for kiwi initrd
In a kiwi initrd the function baseStripFirmware can be
used to strip down the firmware to the actually used
kernel drivers in that initrd. The code to do this was
broken due to the changes in #64cb5b003140a. This
patch done by Ruediger Oertel <ro@suse.de> fixes the
method to work correctly again.
commit dd1668ad278753fbe48cde2b61896c9cf86a6da2
Author: Stefan Seyfried <seife+dev@b1-systems.com>
AuthorDate: Tue Nov 6 10:39:21 2018 +0100
Commit: Stefan Seyfried <seife+dev@b1-systems.com>
CommitDate: Tue Nov 6 10:39:21 2018 +0100
kiwi-partitions-lib: wait for udev before lsblk
A LVM-enabled oem image spuriously did not resize its PV / LVs. Tracking
this down, I discovered that lsblk was sometimes racing with udev and
the disk was just not available during get_partition_node_name().
Call udev_pending() before all lsblk calls to avoid that.
(lsblk man page also advocates this to synchronize with udev)
commit 2fa147dfb98ee7ae65fc5a90984006010262d780
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Nov 6 10:11:08 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Nov 6 10:11:08 2018 +0100
Bump version: 9.16.35 → 9.16.36
commit 26e4121e401b75bd033ef8e054fdede4e8ec40c8
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Nov 6 10:09:44 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Nov 6 10:09:44 2018 +0100
Bypass Jekyll processing for github pages
sphinx uses directories that start with underscores which
Jekyll considers these to be special resources and does not copy
them to the final site.
commit f0068106614ef42765cc1ea060e35cdfd325ca8a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Nov 5 22:21:25 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Nov 5 22:21:25 2018 +0100
Bump version: 9.16.34 → 9.16.35
commit b8e7e2bea6af89e604baa6d798bd57e54e2dca02
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Nov 5 22:20:11 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Nov 5 22:20:11 2018 +0100
Revert last travis.yml change
This reverts commit 7fb7e8c39fa861b6226d54e04483be8e96a5f8be.
commit 206ecdf183f1198a90dcbf3e868c440d94ace290
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Nov 5 22:14:37 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Nov 5 22:14:37 2018 +0100
Bump version: 9.16.33 → 9.16.34
commit 7fb7e8c39fa861b6226d54e04483be8e96a5f8be
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Nov 5 22:13:38 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Nov 5 22:13:38 2018 +0100
Next try to fixup pypi deployment
Reset to encrypted password hash which worked before
commit 991ba67d14103b4be727a1f7d5e1ae62d0002afb
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Nov 5 16:30:28 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Nov 5 16:30:28 2018 +0100
Bump version: 9.16.32 → 9.16.33
commit fa70a8263055cb3863adc95c8bbac4050ad10c4d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Nov 5 16:29:58 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Nov 5 16:29:58 2018 +0100
Move pypi secret to secure variable on travis
commit eb4e121eadd1d5b388bb54ef2ddaf55195d520c4
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Nov 5 16:25:44 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Nov 5 16:25:44 2018 +0100
Bump version: 9.16.31 → 9.16.32
commit 0896872bae29189ff1b60a1c8591f4f58de0d1d6
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Nov 5 16:24:35 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Nov 5 16:24:35 2018 +0100
Use travis-sphinx to generate github pages doc
The output from the sphinx build does not render css
and java script correctly on github pages, thus switch
back to travis-sphinx to generate that data
commit c2b99c6d89a98c784bc0242d09b0ba47cd2efd88
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Nov 5 15:30:17 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Nov 5 15:30:17 2018 +0100
Bump version: 9.16.30 → 9.16.31
commit d0240cd657a4363ca92fa48f9f6afd4d1c1f6c36
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Nov 5 15:29:42 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Nov 5 15:29:42 2018 +0100
Move github token to secure variable on travis
commit 3a879e8da2ea641cd53f7e9b91a0f682f00a7176
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Nov 5 14:58:04 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Nov 5 14:58:04 2018 +0100
Bump version: 9.16.29 → 9.16.30
commit d1aafdedef3cb207eed6dbe8a1b1fe9ae567072e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Nov 5 14:56:57 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Nov 5 14:56:57 2018 +0100
Run pages deployment before pypi
In addition update the pypi secret
commit a9d2cb8b5f08ed1e077a684c989ab69873415ae2
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Nov 5 14:08:04 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Nov 5 14:08:04 2018 +0100
Move travis references to .com domain
commit 7561059875a7ebe48849a76a632ff59e36494a77
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Nov 5 14:03:45 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Nov 5 14:03:45 2018 +0100
Bump version: 9.16.28 → 9.16.29
commit 958180f71cb97813c5161c750355b3396dab54cf
Author: David Cassany <dcassany@suse.de>
AuthorDate: Mon Nov 5 12:34:51 2018 +0100
Commit: David Cassany <dcassany@suse.de>
CommitDate: Mon Nov 5 13:15:32 2018 +0100
Arrange command test arguments to match py2 and py3 order
Apparently dictionary keys are not sorted equaly in py2 and py3. While
the code does not relay on command flags order the test command
validation does. This commit ensures the umoci command is the same for
both, py2 and py3, with all the flags in the same order.
commit c5ee03ac0a3884b5676f7a59e5ec35206c593d76
Author: David Cassany <dcassany@suse.de>
AuthorDate: Mon Nov 5 10:56:26 2018 +0100
Commit: David Cassany <dcassany@suse.de>
CommitDate: Mon Nov 5 12:13:29 2018 +0100
Make process config arguments method static
commit b3fd4caeacef0953085152f481245881013ab23d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Nov 5 10:30:46 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Nov 5 12:03:36 2018 +0100
Use the travis pages provider for doc deployment
In the past we used the travis-sphinx script to deploy
the documentation to gh-pages via the travis CI. However
with the change to the travis github App we need to
change this deployment into a real deployment stage
of the travis setup
commit a3765fd448ccc94d7f5b5b5d5bbb4152c4552372
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Nov 5 10:22:21 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Nov 5 12:03:36 2018 +0100
Fixed azurectl redirect in documentation
commit e735494a085472c90ed172610f836788c892eeae
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Nov 5 10:38:41 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Nov 5 10:38:41 2018 +0100
Added oci_tools to package MANIFEST
commit 643d617bbac98edef29996f8480bbbf9da859e69
Author: David Cassany <dcassany@suse.de>
AuthorDate: Wed Oct 31 17:42:23 2018 +0100
Commit: David Cassany <dcassany@suse.de>
CommitDate: Mon Nov 5 10:36:04 2018 +0100
Refactor containerconfig xml evaluation
This commit refactors the extracted data from containerconfig section
to be tool agnostic.
Related to #863
commit dc19c74455eae00c4e0bcf7b50050e78e5d65212
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Nov 5 09:13:12 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Nov 5 09:13:12 2018 +0100
Bump version: 9.16.27 → 9.16.28
commit 9e6a2698ae516f407b92f15c83819c29ac280067
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Sun Nov 4 17:17:06 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Sun Nov 4 17:17:06 2018 +0100
Added Deploy and Run System in a RamDisk docu
commit 8a0ef0461c331321d0f338187bd2354b141800ce
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Oct 30 19:57:29 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Oct 31 10:26:38 2018 +0100
Support ramdisk deployment in OEM images
Using the rd.kiwi.ramdisk boot option enables the deployment
into a ramdisk. If this option is enabled only ramdisk devices
as provided by the brd kernel driver will be available for
deployment
commit 645542c33aa95b62ea54593d1c88257d254887c8
Author: David Cassany <dcassany@suse.de>
AuthorDate: Mon Oct 29 16:29:34 2018 +0100
Commit: David Cassany <dcassany@suse.de>
CommitDate: Tue Oct 30 14:53:42 2018 +0100
Distinguish install and image dracut config
This commit distinguishes the files that should be installed inside
the image dracut only than the ones installed in both, in install initrd
and image initrd.
Fixes #858
commit eff434c2562f5966933eb40491767330aaf6cddd
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Oct 29 17:48:17 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Oct 30 09:36:14 2018 +0100
Apply OCI interface for container and root_import
Instead of directly calling the container archiving tool,
in this case umoci, the code has been changed to use the
new OCI interface class. This Fixes #859
commit e51b91cb388bceb1cd1c2460a50d78a86a1b2e6b
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Oct 29 09:33:21 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Oct 30 09:35:58 2018 +0100
Added OCI tooling interface class
An initiative to formulate industry standards around container
formats and runtime is available at https://www.opencontainers.org
Different tools to implement the specifications had been
created. The purpose of this class and its sub-classes is
to provide a common interface in kiwi to allow using all
tools such that the container support in kiwi covers every
linux distribution no matter what tooling was preferred.
Related to Issue #859
commit 3a066551c97891dde6a050f8ef2b7b188d94b9ba
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Oct 26 15:17:59 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Oct 26 15:17:59 2018 +0200
Warn on Modifications to intermediate config files
Some files are taken from the host and managed as intermediate
config files during the build of the image. Changes to those
files during the build run by e.g a script will not become
effective because the file gets restored. With this patch we
detect the modification condition and throw a warning message
such that the author of the image can adapt the description
as suggested in the message. This Fixes #817
commit 7cee86cf18766d490468835f5d140f36e8f2ac76
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Oct 25 11:22:34 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Oct 25 15:52:17 2018 +0200
Cleanup code to make flake8 happy
The new version of flake8 is more strict on code checking and
complained at several places. This commit fixes the code smells
such that flake8 is happy again
commit 7343787f871305eaf378ccffc1e9028600eca928
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Oct 19 14:26:39 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Oct 19 14:26:39 2018 +0200
Bump version: 9.16.26 → 9.16.27
commit a1be96220048479860f930926021a9bd713f4b0c
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Oct 19 08:51:47 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Oct 19 08:51:47 2018 +0200
Use %{ix86} rather than %ix86 in spec template
Clear macro annotation prevents clarity issues
commit 65c7d71c0748e0327c72686444ed3794efbf30ad
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Oct 18 17:55:53 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Oct 18 17:58:36 2018 +0200
Fixed spec file for gfxboot requires
Require gfxboot but only for the x86 architecture
commit d1ef6cbce9532f5cf58e128f899c840387fed96e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Oct 18 16:33:26 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Oct 18 16:33:26 2018 +0200
Bump version: 9.16.25 → 9.16.26
commit 7f675e98b6e60d21cf43e49fe7c53a800af1ef23
Author: David Cassany <dcassany@suse.de>
AuthorDate: Thu Oct 18 16:30:15 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Thu Oct 18 16:30:15 2018 +0200
Move the default rpm database path into Defaults class
commit 0a351a319562c611c070a1c3c8fbfaa5b109db1d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Oct 18 16:08:29 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Oct 18 16:08:29 2018 +0200
Handle default uri mime type in Defaults class
commit 3bf6e01a8a617d509180a74e23af8c250ef7bdb0
Author: David Cassany <dcassany@suse.de>
AuthorDate: Thu Oct 18 15:27:07 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Thu Oct 18 15:27:07 2018 +0200
Add a hardcoded rpm database path to import trusted keys
This commits adds a hardcoded rpm database location to make
sure the imported keys are in the expected location for zypper.
Fixes #855
commit 4f8eb6d4197d5bf9f689bc20cc92fd800de2fb08
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Oct 18 13:57:11 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Oct 18 13:57:11 2018 +0200
Allow simple path source in Uri class
This patch is needed as follow up fix for the setup of the
package cache in local repositories. The is_remote method
from the Uri class is used to identify if a repostory source
is remote or local. At that point the initial repository
source was already translated into its components. In case
of a local repository the Uri instance now receives a simple
path and the is_remote method raised with a style error.
This patch allows the Uri class to be more friendly and
initializes a local path as file:/ typed source.
Related to Issue #847
commit 55c3c875f392f0ea658c9a562ae9726d87f11a08
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Oct 18 10:35:50 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Oct 18 10:35:50 2018 +0200
Bump version: 9.16.24 → 9.16.25
commit 1a70dd6440e6b4083061995d6aec1c8278e5f27b
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Oct 18 10:18:53 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Oct 18 10:18:53 2018 +0200
Add timestamp to logfile entries
On the console output we use a log format with timestamps
This is useful for the logfile contents too
commit 46c95b966899fd07953fd1605e5bc1597f8bf6f2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
AuthorDate: Wed Oct 17 16:15:22 2018 +0200
Commit: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
CommitDate: Wed Oct 17 16:15:22 2018 +0200
sort package list which accompanies the image
This makes it much easier to diff the lists of two images to find out
the differences in package versions.
commit b97dcf6ce54ac62313064cac514d92da0dbffdf5
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Oct 17 14:34:24 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Oct 17 14:34:24 2018 +0200
Don't cache packages from local repos for zypper
Access to packages from local repositories is as fast as reading
them from a cache location. The additional package copy and cache
update is superfluous and should be avoided. This Fixes #847
commit 857c87dbd8ca052f3a0429464730b8b2e59391c4
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Oct 16 16:56:45 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Oct 16 16:56:45 2018 +0200
Bump version: 9.16.23 → 9.16.24
commit e54874b554690bfb6393e5e44fe43998c65e2897
Author: David Cassany <dcassany@suse.de>
AuthorDate: Tue Oct 16 11:58:23 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Tue Oct 16 15:35:06 2018 +0200
Update /etc/machine-id management docs
Updates the information about how /etc/machine-id is treated in KIWI
and provides some hints for old systems where /var/lib/dbus/machine-id
is not a symlink to /etc/machine-id
Related to #843
commit f61326bd3bf4f548c7efea0d7900e1344d10bb01
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Oct 16 10:32:15 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Oct 16 10:32:15 2018 +0200
Unpack root.tar.gz file for LVM integration test
commit 0e413ed89d368b797b9099a0badbd01d16215967
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Oct 16 10:28:44 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Oct 16 10:28:44 2018 +0200
Added LVM integration test build
commit f75dbb16438fcc40f71a5b6df2dbca1a49ba4f3e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Oct 15 09:53:10 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Oct 15 09:53:10 2018 +0200
Bump version: 9.16.22 → 9.16.23
commit 68d492978860e33008490c1eaac0c50ade7efbeb
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Oct 15 09:33:25 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Oct 15 09:33:25 2018 +0200
Added machine id setup in dracut preparation
In case of a dracut booted image we empty out the systemd
machine-id configuration file to trigger the rebuild of that
information by the dracut boot code at boot time. This allows
for unique systemd identifiers if the same image gets deployed
on different machines. This also makes the script implementations
people put in in config.sh or images.sh to solve this problem
obsolete. This Fixes #843
commit 8ecafc7b6b7463a5a1dfb7cd4c563c6ac2f8a274
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Oct 12 21:42:28 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Oct 12 21:42:28 2018 +0200
Fix use of uri type in debootstrap call
Referencing a file in a debootstrap call is done using
the file:/ source type. However when using file:// debootstrap
does something different and failed to find the file. The
additional / had a bad impact to the call.
commit 734a5ba528462bb911a2c3d3b7edfc4312f104aa
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Oct 11 17:37:37 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Oct 11 17:37:37 2018 +0200
Bump version: 9.16.21 → 9.16.22
commit 8220b6f5828d152d8466970a49ed10d9f921396d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Oct 11 17:35:54 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Oct 11 17:35:54 2018 +0200
Delete obsolete rhel/fedora doc move
With the fix to use the rpm macro consistently it
is no longer required to move around the docs
commit c9e5ed6e44aec6c8a8ddff7dee93448d5ffef564
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Oct 11 17:13:34 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Oct 11 17:13:34 2018 +0200
Bump version: 9.16.20 → 9.16.21
commit f1042730cb2e598fab1f24e8fb51e63d329aaac0
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Oct 11 16:02:01 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Oct 11 16:03:32 2018 +0200
Fixed package specs for dracut modules on fedora
dracut-network is a separate package on Fedora/RHEL too
commit dd3009bd401f0c800539dd9fe72e1bfd1b21fffb
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Oct 11 15:48:34 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Oct 11 15:48:34 2018 +0200
Add alternative search path for syslinux binaries
On debian/ubuntu systems /usr/lib/ISOLINUX is a valid
search path for syslinux binaries like isolinux.bin.
This Fixes #839
commit e64ccbe74c65d9122c80e11fdb8269dbc1fbf8cf
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Oct 11 15:29:20 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Oct 11 15:29:20 2018 +0200
Fixed package doc install target
The spec file uses the %{_defaultdocdir} macro but the
corresponding Makefile target used a hardcoded path which
lead to inconsistencies on debian/ubuntu based systems.
This Fixes #838
commit 9eaebb15c3c99441ca618c4fc636e5290a609f8a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Oct 11 15:04:48 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Oct 11 15:04:48 2018 +0200
Fixed package specs for dracut modules on debian
btrfs tools are provided by btrfs-tools package and not by
btrfs-progs. In addition dracut-network is a separate package
on debian/ubuntu based distributions. This Fixes #837
commit 9df816c0649a35e4745c8ff391655e3e1628d97f
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Oct 9 12:28:46 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Oct 9 12:28:46 2018 +0200
Don't require gfxboot on rhel/fedora
commit 72b0173208381db8a8fb3aa605117480c97f92b8
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Oct 9 10:32:26 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Oct 9 12:15:02 2018 +0200
Added gfxboot to required packages in spec
kiwi calls gfxboot as tool when building live iso images.
Thus this tool provided by the gfxboot package should be
a requirement for kiwi
commit 6f607df5166a3a84f4e24791adfb148b58342bef
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Oct 9 10:44:03 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Oct 9 10:44:03 2018 +0200
Fixup zypper calls in documentation
The way the documentation describes the zypper call to add
a repository was wrong in several places.
commit 539cdd7172cc6a35a7438f9158261aff1315c5b7
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Oct 9 09:17:25 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Oct 9 09:17:25 2018 +0200
Bump version: 9.16.19 → 9.16.20
commit fda157296e8bbe52c1d3ee210f50b37eeefe75a9
Author: David Cassany <dcassany@suse.de>
AuthorDate: Fri Oct 5 11:39:41 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Mon Oct 8 15:48:51 2018 +0200
Add Codec utils for bytes literals decoding
In case of a literal decoding failure it tries to decode
the result in utf-8. This is handy in python2 environments where
python and the host might be using different charset configurations.
In python3 this issue seams to be solved.
Fixes #829 and bsc#1110871
commit 2ea7fbd13f13487e49c23e4a0e0b21fc3c85bc09
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Oct 8 15:47:53 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Oct 8 15:47:53 2018 +0200
rebuild auto generated code with stable generateDS
For some reason the xml_parse code generated by generateDS v2.29.24
caused warnings on simple type XSD patterns. Therefore I rebuild
the code with the stable build version v2.29.14 which fixed that
issue
commit 7b51f525c1870612c4443af7edbaeecea9ab33b1
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Oct 8 09:56:14 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Oct 8 09:56:14 2018 +0200
Fixup README travis and codacy status badges
commit 81201b5cf0c43144d201a0ca9086c547d841826c
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Oct 8 09:13:56 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Oct 8 09:13:56 2018 +0200
Adding bugfix trace for bsc#1110869
bsc#1108508 ticket was fixed with request #831
from SUSE/fix_uri_handler
commit 0a6998dfc33c5f86e0050dda849b87721b0566c4
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Sun Oct 7 20:49:44 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Sun Oct 7 20:52:39 2018 +0200
Include livenet module with dmsquash-live support
The upstream dracut dmsquash-live module supports network
mode with the livenet module. But that module must be
explicitly included and is not fetched automatically.
This Fixes #827
commit d7f68860555a0097a3a740695b41c0abade4ac4c
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Oct 5 17:12:14 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Oct 5 17:12:14 2018 +0200
Bump version: 9.16.18 → 9.16.19
commit 480f0a0cde291b8907b5b628ae8e8f9eccc3234f
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Oct 5 16:37:14 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Oct 5 16:37:14 2018 +0200
Rename private method to be more expressive
commit 337d11d5c2f4121b172e2128f938831dda07b4c4
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Oct 5 11:27:49 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Oct 5 11:27:49 2018 +0200
Fixed URI handling with token query option
So far only the query format ?credentials=... was supported.
In case of ?random_token_data the returned uri was truncated
and also the format check on the query caused a python trace.
This Fixes #830 and Fixes #828
commit 164be0fc546d299a438694f3e34a840a69952d22
Author: David Cassany <dcassany@suse.de>
AuthorDate: Fri Oct 5 11:08:02 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Fri Oct 5 11:08:02 2018 +0200
Make use of the quiet flag of mountpoint command
This commit sets the use of -q flag of mountpoint. Kiwi only
checks the return code, thus any stdout is useless in this case.
Fixes #829
commit e73a7c0b5af62d2d7d2397ee3d788cb9c803cf40
Author: Fergal Mc Carthy <fergal.mc.carthy@suse.com>
AuthorDate: Tue Oct 2 05:51:40 2018 -0400
Commit: Fergal Mc Carthy <fergal.mc.carthy@suse.com>
CommitDate: Tue Oct 2 06:11:49 2018 -0400
Eliminate redundant code
Create a helper method, _create_volume_no_zero, which calls the
lvreate command with appropriate options and calls the vgscan
command immeditately afterwards to create any missing /dev nodes.
commit 00f136b7d7673975e06033cb5a78702172a061e5
Author: Fergal Mc Carthy <fergal.mc.carthy@suse.com>
AuthorDate: Thu Sep 27 15:27:36 2018 -0400
Commit: Fergal Mc Carthy <fergal.mc.carthy@suse.com>
CommitDate: Tue Oct 2 06:11:49 2018 -0400
Fixes LVM based image creation in OBS
While attempting to create LVM based images under the Open Build
Service I recently ran into some issues related to the fact that
there is no udev running in the chroot environment used to build
kiwi based images.
Two workarounds have been implemented in this patch:
(1) When calling lvcreate, include the `-Zn` option to disable
the automatic zeroing of the header of the newly created
LV device; doing so requires that the LV device's /dev
entry exists immediately after it has been created, but
in a chroot'd environment udev isn't going to be running
to automatically populate /dev/<vg_name>/<lv_name> or
/dev/mapper/<vg_name>-<lv_name>.
This should be safe to do since the LV is being created
within a loopback device based partition, which is backed
by a zero filled file, created by qemu-img.
(2) After creating an LV we need to run `vgscan --mknodes`
to create the required device nodes under /dev, which
won't be automatically created since udev isn't running
in the chroot'd environment.
Unit tests updated to account for additional `-Zn` arguments that
are being passed to `lvcreate` and for additional call that is
being made to `vgscan --mknodes`.
This fixes #824.
commit b702873e37d31be8dd0fe3e0450c11e9b39f5691
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Sat Sep 29 21:37:46 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Sat Sep 29 21:37:46 2018 +0200
Fixed broken link to ec2uploadimg tool
commit 7d6fe44cba8c468b95237bdcc00a69f8c6ef97d9
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Sat Sep 29 21:14:38 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Sat Sep 29 21:26:27 2018 +0200
Update contact information
We moved from IRC to Matrix as chat platform. Thus the
documentation needs to be updated accordingly
commit 2f68057404f39a673eb09bedcb765fae6339d28e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Sep 26 17:00:15 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 26 17:00:15 2018 +0200
Bump version: 9.16.17 → 9.16.18
commit 1c9700236744ca96d72aa850a3b474a57eddca6c
Author: David Cassany <dcassany@suse.de>
AuthorDate: Wed Sep 26 15:57:05 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Wed Sep 26 16:42:13 2018 +0200
Create parent qgroup when snapper is present
This commit creates a new parent quota group (1/0) of level 1 when
btrfs_quota_groups is enabled and snapper present into the image
root tree.
Related to bsc#1093518 and #812
commit d84c01334a28b7c69cefd9f121338a58d1e0899a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Sep 26 13:39:20 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 26 13:39:20 2018 +0200
Bump version: 9.16.16 → 9.16.17
commit 929e08cd124341d2754edf0798a5a8a0931b92cb
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Sep 26 13:38:07 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 26 13:38:07 2018 +0200
Fixup make build target
Don't include auto generated schema docs into the source
tarball. Also cleanup MANIFEST.in from files no longer
present in the repository
commit 84a83c2cfc18b0aaec6973b3a7c782c1889684f4
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Sep 26 12:28:00 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 26 12:28:00 2018 +0200
Bump version: 9.16.15 → 9.16.16
commit d425b0c1a7562b1612b09bb30368935b02cf0b6d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Sep 26 12:26:30 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 26 12:26:30 2018 +0200
Disable warnings report from pytest
By default pytest now generates warnings for all modules
used in the tox environment. This information is nice
but taints the test output of the code of this project
and is therefore unwanted.
commit 09f1c195766a873a13435f28ea3048dceeb23a3a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Sep 26 12:19:22 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 26 12:19:22 2018 +0200
Bump version: 9.16.14 → 9.16.15
commit f28aced0e07d81ec83b5467994c5181068ddb2d2
Author: David Cassany <dcassany@suse.de>
AuthorDate: Tue Sep 25 11:05:20 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Wed Sep 26 11:57:01 2018 +0200
Make volume id customizable for installation ISOs
This commit makes volid attribute also available for OEM images.
The installation media makes use of the volid value. Only posix
safe names are allowed, up to 32 characters.
Fixes #811
commit dd4de571c3daa32199c0c99beb456d5d61a6b68a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Sep 26 10:58:12 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 26 10:58:12 2018 +0200
Customize latex output for look and feel
commit cba8f96792be2bc9ab1891aa21791d464d35609b
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Sep 26 10:35:52 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 26 10:40:14 2018 +0200
Update development doc chapter per review by Tom
commit e7987be802ba106597409b9dcd76c6dcf8e533d9
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Sep 24 12:39:29 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Sep 24 17:31:07 2018 +0200
Include PDF build of documentation to the package
Bundle a PDF version of the online documentation with the rpm package
build. Due to the complexity of getting a latex build environment into
the travis CI which does not take forever to install, the bundling of
a built PDF into the pypi archive has been skipped. Users installing
from pypi would need to install a latex env on their machine and
run make latexpdf from the installed bundle.
This Fixes #819
commit d521f476b7b91aecc6b4b6a13b7bbf9db0ef29a9
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Sep 24 11:43:10 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Sep 24 11:43:10 2018 +0200
Update docs for setting up development environment
Reference py3.6 when showing example tox call. Also
delete a py version reference where it was not needed
commit a9492904a0958ad5d8e5eee9d734242870516f76
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Sep 21 16:45:19 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Sep 21 16:45:19 2018 +0200
Update kiwi tools README
Delete obsolete entries for tools no longer present
commit 4ba8d9541b4decd1e671223bd6b5903d9c01d4d4
Author: David Cassany <dcassany@suse.de>
AuthorDate: Thu Sep 20 17:46:42 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Thu Sep 20 17:46:42 2018 +0200
Adding bugfix trace for bsc#1108508
bsc#1108508 ticket was fixed with bf556a96 and 77517cff commits. Just
adding the ticket reference here.
commit 2aba8d981f5ebf064c63efadbf86f7023021ad57
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Sep 19 16:01:11 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 19 16:01:11 2018 +0200
Fixed disk detection for live iso in loopback grub
If the live iso is used as a disk on e.g USB sticks and
is configured to setup a persistent write space via the
initrd option rd.live.overlay.persistent, it's required
to find the disk device to create a write partition on
it.
This detection worked if the live iso is binary dumped
on the disk and bootet due to the hybrid support each
iso built by kiwi provides.
However if the live ISO deployment should not destroy
existing data on the disk there is an alternative setup
which uses grub's loopback support and puts the iso as a
file on some partition of the disk. In this mode the
kiwi-live dracut module failed to find the disk device
and could not setup a persistent write partition.
commit 0094f1bf148c9b3567b6986ec52b4565317a9c58
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Sep 14 11:39:24 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Sep 14 11:39:24 2018 +0200
Bump version: 9.16.13 → 9.16.14
commit 711d2ee2c36d5f2c88072494c90a49176462afa9
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Sep 14 11:38:21 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Sep 14 11:38:21 2018 +0200
Fixed spec template
Directory delimiter missing in call for install_dracut target
commit 02b961b8c8a992e8ab12a5f3db4117d69fd222e6
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Sep 14 11:21:46 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Sep 14 11:21:46 2018 +0200
Bump version: 9.16.12 → 9.16.13
commit 79352768076e7a625c6d213ce59e81d280d4dcab
Author: David Cassany <dcassany@suse.de>
AuthorDate: Thu Sep 13 17:54:58 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Thu Sep 13 17:54:58 2018 +0200
Make use of kiwi/utils/sysconfig
This commit makes use the sysconfig kiwi utility in order to
read and eventually update the /etc/sysconfig/snapper file.
commit 33bf71fad98cd03e27cf69a390fb0a6d1ab585f5
Author: David Cassany <dcassany@suse.de>
AuthorDate: Thu Sep 13 11:35:53 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Thu Sep 13 11:48:56 2018 +0200
Snapper configuration for btrfs quota support refactored
This commit refactors the snapper configuration for btrfs quota support
when btrfs_root_is_snapshot is enabled. The sysconfig file
/etc/sysconfig/snapper is now taken into consideration.
Fixes bsc#1093518
commit 6b9e321048602945214fb570f2ee991a14cd9054
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Sep 12 17:27:28 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 12 17:27:28 2018 +0200
Fixed overlay of intermediate config files
Some config files e.g etc/hosts needs to be temporary copied
from the buildsystem host to the image root system. This is
done by a custom copy with the .kiwi extension and a symlink
to that file. During the installation process the package
manager either overwrites the file or creates a .rpmnew variant.
In case a .rpmnew variant exists there is code in kiwi which
restores that .rpmnew variant to become the real file. However
that _restore_intermediate_config_rpmnew_variants() method
runs after overlay files has been applied to the system because
it's part of the final cleanup step. In order to preserve
an eventual overlay version of the file the .rpmnew variant
gets only restored if the real file does not exist.
This Fixes #807
commit 3b30a2edc96e754ea3beba82704be0d876c770a2
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Sep 12 09:55:18 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 12 09:55:18 2018 +0200
Fixed dice documentation
The chapter: Building in a Self-Contained Environment holds
a fixed ruby version in the package install which was outdated.
It also still referenced the container as tar.xz but we have
changed to uncompressed containers by default a while back
commit 6a6ff06b406d3db42d348e11f86e8107be802c1a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Sep 11 18:11:16 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Sep 11 18:11:16 2018 +0200
Fixed filesystem builder use of exclude list
kiwi defines a global Defaults.get_exclude_list_for_root_data_sync
method but it was not used in the scope of the filesystem builder.
Thus this builder was missing the exclusion of the .buildenv
file. This references Issue #422 and Fixes #814
commit a891fbac60ef2cfc9fdf142817dc2b42608954bc
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Sat Aug 25 20:52:07 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Sep 7 10:13:58 2018 +0200
Separate dracut module install by Makefile target
The dracut modules like kiwi provides it should not be part of the
default install target. If kiwi gets installed from source or via
pip all dracut code gets installed on that system which is unwanted
and in the worst case leads to boot trouble next time this system
rebuilds its initrd via dracut. Therefore an extra Makefile target
which is used in the spec of an rpm but not in the install target
of setup.py is provided in this commit.
As a consequence the installation from pip will not install any
dracut modules on that system which is intentional. Installing from
source requires to run make install_dracut which if called assumes
the caller knows what he/she does :)
commit c5bccf8e8c2dfc80dc7950731f9a0d0b220b4a76
Author: David Cassany <dcassany@suse.de>
AuthorDate: Wed Sep 5 14:35:16 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Wed Sep 5 14:35:16 2018 +0200
Enhance /etc/snapper/configs/root file parser
commit 5652ac06749787f1b0800c75bb640317c73e47d2
Author: David Cassany <dcassany@suse.de>
AuthorDate: Tue Sep 4 16:51:28 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Tue Sep 4 18:29:44 2018 +0200
Fix quota groups management when snapper is present
* Fixes the config file path if root is snapshot
* Uses the correct QGROUP="<group>" syntax
* Do not overwrite the config file if already present
Fixes bsc#1093518
commit 2887d1af8a1f2e07e7a549f49aee16bfa5333d42
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Aug 20 22:42:46 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Aug 20 22:42:46 2018 +0200
Bump version: 9.16.11 → 9.16.12
commit 68980b3cf06f47e08043bb3ebb45fbcb04b10169
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Aug 20 22:35:37 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Aug 20 22:36:11 2018 +0200
Follow up fix for skip_cleanup use
make sure doc_travis tox target has created the manual
pages such that the environment contains this data
commit 038bc48ca96878eb20829e0bf636c0b745d08bb7
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Aug 20 22:09:18 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Aug 20 22:09:18 2018 +0200
Bump version: 9.16.10 → 9.16.11
commit 67a33bae4c81c0606b0969a739d3708d645eb617
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Aug 20 22:08:04 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Aug 20 22:08:04 2018 +0200
Use skip_cleanup for deploy stage in travis
We need the tox build environment to run the deployment
commit 8b7b728139f6351ea0919d3727be72f33820711c
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Aug 20 19:18:38 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Aug 20 19:18:38 2018 +0200
Bump version: 9.16.9 → 9.16.10
commit ac1e6261110a680b78cc6a116fbea29aab7b6092
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Aug 20 17:37:11 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Aug 20 19:15:12 2018 +0200
Follow up fix for deploy target
Integration of man pages must be done as part of the sdist
setup because the travis pypi deployment only uses the
sdist target to bundle the sources
commit 7a44d051a6e7348f79b2f6caf76d3d13212a43a8
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Aug 20 17:02:58 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Aug 20 17:02:58 2018 +0200
Bump version: 9.16.8 → 9.16.9
commit 52002870cd94a70d8baa90103e1d0dcaf6f025c0
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Aug 20 12:04:09 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Aug 20 12:04:09 2018 +0200
Fixed deploy target
As part of the deploy process in travis a bundle to pypi is
uploaded. The bundle is missing the compiled manual pages because
the doc_travis stage did not create them.
commit 542074cb733dac8040c4a4b4210f0220a3952ce3
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Aug 8 21:32:23 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Aug 8 21:32:23 2018 +0200
Bump version: 9.16.7 → 9.16.8
commit f278e8fe57838ac8e52bbdc7b398265bb553ec1e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Aug 8 17:56:24 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Aug 8 18:13:00 2018 +0200
Added support for system wide config file
If there is no user specific config file we are also
looking for a system wide /etc/kiwi.yml file
commit 0baeedc8c3cd6e712fbf3be4dd7b7c01b2f0fc29
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Aug 8 18:02:59 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Aug 8 18:02:59 2018 +0200
Update pxe server setup documentation
Delete the suggested modifications to /etc/sysconfig/atftpd
and trust the defaults provided by the package
commit bf556a96adbf02de50c1b9cd124b924fc5e25b23
Author: David Cassany <dcassany@suse.de>
AuthorDate: Wed Aug 8 09:46:22 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Wed Aug 8 09:46:22 2018 +0200
use more meaningful variable names
commit dbb46178d3f28577e9fb0de24e6e9e5074b2bf55
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Aug 7 11:43:13 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Aug 8 09:41:23 2018 +0200
Added doc chapter for remote live boot
commit 77517cffdeb1d6ff27c6fea5abaaaf75c08367c6
Author: David Cassany <dcassany@suse.de>
AuthorDate: Tue Aug 7 16:10:11 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Tue Aug 7 16:35:19 2018 +0200
Fix baseStripUnusedLibs config method
This commit arguments handling of the baseStripUnusedLibs
that was not prepared to handle quoted variable containing a list.
Fixes #798
commit 8ddab94511a2d58403170c35e344c4c5e4e51d04
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Aug 6 18:28:30 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Aug 7 11:43:36 2018 +0200
Added support for pxe live boot via AOE
The live ISO should support a network reference. We are using
the Ata Over Ethernet protocol to achieve this. In combination
with pxe boot of the kernel/initrd a live iso can boot from
the network using the following parameter example:
root=live:AOEINTERFACE:e0.1 rd.kiwi.live.pxe
Export of the live iso file via AOE can be achieved using the
vblade toolkit which needs to be available on the exporting
system and compatible with the live operating system.
This Fixes #796
commit 6608c7f57522d889418d38f3dcab1af05ec56efe
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Aug 6 12:21:24 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Aug 6 12:23:53 2018 +0200
Run schema validation/update per XSL stylesheets
commit 30c11dc82d359dd35e8dfa472b4cc48fca39f58b
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Aug 6 12:16:53 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Aug 6 12:23:53 2018 +0200
Added XSL stylesheet to auto update schema
Drop oem-ataraid-scan from oemconfig if specified
commit efc0d63c8815033e9b83f223fe2f99b160b201c2
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Aug 6 11:39:03 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Aug 6 12:23:53 2018 +0200
Drop oem-ataraid-scan from schema
Along with the change we pin generateDS version to 2.29.14
because the newer version (2.29.19) creates broken python
syntax for elements with a value list for their content
like it's the case for the packagemanager element. The
tool uses the name k.packagemanager.content as class name
which is invalid for python.
commit d30cd0e9027a5229b253a591cb452488c1700f7e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Aug 6 11:31:07 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Aug 6 12:23:53 2018 +0200
Delete dmraid aka: softraid soft/fakeraid support
In fate#323743 the decision was made to drop dmraid from
the distribution. Along with the low business case for those
controllers and the support for linux softraid via mdadm
we also drop the support in kiwi for oem-ataraid-scan
commit 6028e406b2762e7d615792222ecc7de909367e8f
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Aug 6 11:45:15 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Aug 6 12:23:52 2018 +0200
Update vagrant doc chapter redirect links
commit 410e1c9e2cb3b80ec7bcf126e110e7c3fd0bf04a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Aug 6 11:21:22 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Aug 6 11:21:22 2018 +0200
Fixed unresolvables in EC2 integration build
For some reason libyui-ncurses-pkg8 is gone now
commit d8dbbcb76e42c173df9ea37d0f473751f6e89b06
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Aug 6 11:15:16 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Aug 6 11:15:16 2018 +0200
Fixed unresolvables in integration builds
For some reason libyui-ncurses-pkg8 is gone now
commit 57f879d8a0e42ffd18e22bf7bc407dcf1a5aba1a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Aug 1 14:24:25 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Aug 1 14:24:25 2018 +0200
Bump version: 9.16.6 → 9.16.7
commit 64f3654872af103c8de451e52aad82bdeb8c8b90
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Aug 1 13:18:37 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Aug 1 13:18:37 2018 +0200
update vagrant doc chapter per review by Tom
commit 4a9d5437afa76cd07414db43253678d36a95b5d8
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Aug 1 09:03:19 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Aug 1 09:03:19 2018 +0200
Added vagrant setup chapter in the docs
Document steps to create a vagrant box for the libvirt
provider. Also provide information on provider support
This Fixes #792
commit 7bcccbe1f387c73208390c2f4e94d763ac5e03b1
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jul 31 09:45:35 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jul 31 09:45:35 2018 +0200
Use xattr 0.9.3
Latest xattr is broken on pip
commit 2104c02e8f7e2793d7879b68538ca184c6ed95f3
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jul 31 08:58:18 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jul 31 09:00:28 2018 +0200
Fixed make obs_test_status
The helper script .obs_test_status looks up the build
results from the integration tests. With the introduction
of multibuild integration tests the script has to apply
some modifications to get the correct results
This is related to Issue #791
commit 1587fe9213c798b845b4935f82103852dc9f4ceb
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 30 13:21:16 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 30 13:21:16 2018 +0200
Bump version: 9.16.5 → 9.16.6
commit 12b1e9c2c8298ddbca07bcb474c910c3383d85bd
Author: David Cassany <dcassany@suse.de>
AuthorDate: Mon Jul 30 11:53:23 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Mon Jul 30 11:53:23 2018 +0200
Fix result bundle command
This commits fixes a regression introduced in 98c9c77a
commit 5ba2efd3f5e52be0eb1c63c7c874f22157468260
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 30 09:47:39 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 30 09:47:39 2018 +0200
Bump version: 9.16.4 → 9.16.5
commit 7514969510249b2c78e4710170809312f941c6d6
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 30 08:44:12 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 30 08:44:12 2018 +0200
Fixup validation of boottimeout attribute
If boottimeout is set to zero it is evaluated as "not set"
and the default applies. However it's a fairly well approach
to set a zero second boot timeout. This Fixes #789
commit a05cc79d5174dc649d5a953036c6a8af9a27ab29
Author: David Cassany <dcassany@suse.de>
AuthorDate: Fri Jul 27 14:31:59 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Fri Jul 27 14:39:45 2018 +0200
Add build tests for CentOS
commit 98c9c77a72cc65508638a3d4711e6786a623d72b
Author: David Cassany <dcassany@suse.de>
AuthorDate: Fri Jul 27 12:27:18 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Fri Jul 27 13:30:37 2018 +0200
Do not replace version from the image name
This commit makes sure that replacing version to version plus the
build id on resulting files happens only on version suffixes. Before
that if image name was including the version string it, this part was
also replaced.
Fixes #787 (bsc#1102868)
commit 2cffd331fcc7bf5cb2893c048be79dd6d8877c66
Author: David Cassany <dcassany@suse.de>
AuthorDate: Fri Jul 27 12:25:23 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Fri Jul 27 12:25:23 2018 +0200
Extending result bundle task tests to better cover corner cases
This commit adds some tests to better cover a couple of cases:
* image name contains the version of the image
* the file in result does not include the version
commit 48d552200eb6a9d24bc67e9be28f4993f1026cd0
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jul 25 16:35:26 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jul 25 16:37:33 2018 +0200
Cleanup misleading error message
In root_bind if the cleanup failed to remove a directory
hierarchy the error message was just displaying the path
as it would be on the host root and not based on the root
of the image root tree.
commit 2f22cad3f86685faf8e20fd70fce6bdbdd7f24d3
Author: David Cassany <dcassany@suse.de>
AuthorDate: Tue Jul 24 17:39:38 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Wed Jul 25 08:40:36 2018 +0200
Modify python-yaml dependency for CentOS and RHEL 7
This commit fixes #785
commit dc3bc6acca8841f45eb031df65061a476376b074
Author: David Cassany <dcassany@suse.de>
AuthorDate: Fri Jul 20 12:37:41 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Fri Jul 20 12:37:41 2018 +0200
Do not run Codacy analysis on tests
commit afe9067021354e1c0adb6b1a86196ba324f2e23e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jul 19 17:05:03 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jul 19 17:05:03 2018 +0200
Fixup DiskFormatOva implementation
The inheritance and super call concept used in this class
destroys the OO design concept of loosely coupled code
and also leads to a broken build because it bypasses the
post_init constructor called by the base class
commit e3bcd508e8e7ea671359a46e518c4c6785cb6778
Author: David Cassany <dcassany@suse.de>
AuthorDate: Mon Jul 16 17:47:40 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Mon Jul 16 17:47:40 2018 +0200
Exclude tests in codacy analysis
commit b0bdb3dfbbc885d22dbe6618f7d5f84a33c730b8
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 16 17:22:58 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 16 17:22:58 2018 +0200
Bump version: 9.16.3 → 9.16.4
commit 9546c91dc4039ef8c5abce08eb77d85cc8453f8d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 16 17:13:21 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 16 17:13:21 2018 +0200
Added grub2 module packages for GCE test build
commit fc78bc9ce04e0e62f18b78b00fd8e3dc021e0e80
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 16 17:03:46 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 16 17:03:46 2018 +0200
Fixup timezone and keytable setup for GCE build
commit 9b59297044bf026a6f1873a98d55b42180795659
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 16 16:56:29 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 16 16:56:29 2018 +0200
Second round of package fixes for GCE test build
commit 0a2c946984a2acc62118aeec63ed7edc26b7ca18
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 16 16:50:41 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 16 16:50:41 2018 +0200
Update schema for GCE build test to latest version
commit d4d0975792969a9f2ca0ebca973b906e52976cb4
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 16 16:09:28 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 16 16:09:28 2018 +0200
Fixup package list for GCE test build
commit d789f602a153f2e9b5376fd112e68c4ad3db1dc7
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 16 16:06:31 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 16 16:06:31 2018 +0200
Added Google Compute Engine build test
commit 6b045821f13c7d578d6fd6f0e754f9e2949fb780
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 16 13:07:38 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 16 13:07:38 2018 +0200
Deleted obsolete landscape setup
Code quality is checked via codacy now
commit 08b6dd35b51062a72db5ade5c0a9e3cc29152357
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 16 13:07:21 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 16 13:07:21 2018 +0200
Rebuild schema documentation
commit 68543f90643df3a688f0f3d5eca794036f97215b
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 16 12:46:31 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 16 12:46:31 2018 +0200
Fixed building VMware images with pvscsi adapter
Qemu does not natively support the pvscsi adapter type.
However there is a VMware suggested procedure which allows
to change the lsilogic setup to pvscsi inside of the DDB
of a formerly created lsilogic configured image format.
This patch implementes that procedure and
Fixes bsc#1099569
commit 8e866d6b1f44da689bbc843aa5679838dd7ad7ec
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 16 11:04:05 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 16 11:04:05 2018 +0200
Rebuild schema documentation
commit 310c35a750d6d74db838db43f851592e3f18966e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 16 10:33:53 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 16 10:33:53 2018 +0200
Bump version: 9.16.2 → 9.16.3
commit 0ccbf61b7bc775f374c3484bc96342275c7b2e19
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jul 13 15:56:33 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jul 13 15:56:33 2018 +0200
Fixed name of checksum file for pxe type
The pxe image build generates among others a checksum
file with the suffix '.md5' This file is read by the
legacy netboot code and is expected to have the same
basename as the image file itself. However if the
compressed attribute is set the image file name is
set to 'image.xz' and the checksum is named 'image.xz.md5'
which is wrong because 'image.md5' is expected. This
patch makes sure the checksum file is always set
to 'image.md5' no matter if the compressed flag is
configured or not
commit 753606ed11ff07846c230d5e47df1228a60dbb85
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jul 13 15:47:21 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jul 13 15:47:21 2018 +0200
Fixed custom_args argument assignment in BootImage
custom_args has been deleted from BootImageKiwi class
but was still passed in the Factory
commit 2983ef026546667887d71982db2b2c312b7640ba
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jul 13 10:29:30 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jul 13 10:29:30 2018 +0200
Added runtime check for label use
Added check_volume_label_used_with_lvm to check if
custom volume labels are used in the scope of LVM
commit 1942674efccd8764fdd3ec125fe5955efe90d2de
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jul 13 09:13:13 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jul 13 09:13:13 2018 +0200
Fixed GCE image file name
In former times Google requires the image name to follow
their naming conventions. However that seems to have changed
and it is no longer required to match a certain pattern.
Thus this patch changes the output name of the GCE tar file
to use the same naming schema as KIWI applies to its output
files
commit 197e06c486079640063941a086abec7ad54129b1
Author: David Cassany <dcassany@suse.de>
AuthorDate: Thu Jul 12 10:43:13 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Thu Jul 12 10:43:13 2018 +0200
Add codacy.yml config file
commit a6ee8ab9e2902eca716e052a9ec97391fbc3c56e
Author: David Cassany <dcassany@suse.de>
AuthorDate: Wed Jul 11 17:14:21 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Wed Jul 11 17:19:21 2018 +0200
Move from landscape.io to codacy.com
commit c4082e268e999b8e732b24d1a5f0c319b732e3ae
Author: David Cassany <dcassany@suse.de>
AuthorDate: Wed Jul 11 16:52:35 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Wed Jul 11 16:52:35 2018 +0200
Updated Travis check icon to forked project
commit c32121704dea2173741c82e8712c9807ada74d2a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jul 11 12:18:55 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jul 11 13:07:31 2018 +0200
Support label attribute in volumes
The optional label attribute in a volume section allows
to specify a filesystem label for the selected volume.
The label setup will have no effect on filesystems
which implements their own volume management like it's
the case for btrfs. This Fixes #738
commit 926d9b3bb998ead07875259ae1af90c808cb30d0
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jul 11 11:29:22 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jul 11 11:29:22 2018 +0200
Update schema tron rules for btrfs type attributes
The btrfs_* attributes only applies for vmx and oem types
commit 9f77411162c85c455d920615d77c9808855fc097
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jul 6 16:44:00 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jul 11 11:01:05 2018 +0200
Add support for activation of btrfs quota groups
If the new type attribute btrfs_quota_groups is set to true
this will enable the quota group system for btrfs based systems.
This Fixes #772 and bsc#1093518
commit afcbe93826d0ac179e04b85cc6af02f9245dab35
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jul 10 11:55:21 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jul 11 10:31:04 2018 +0200
Fixed some code smells
* Use of unused variables, and dangerous defaults
* Update of design patterns on pylint and landscape
commit e483e7c5da52e6c0a9767a416b5570f9e6df7e4a
Author: David Cassany <dcassany@suse.de>
AuthorDate: Fri Jul 6 15:03:48 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Fri Jul 6 15:04:30 2018 +0200
Improve coding style, tests and label format validation
commit dd21e6c8d78eecb29d2969788df19d8664f11d4d
Author: David Cassany <dcassany@suse.de>
AuthorDate: Fri Jul 6 12:05:14 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Fri Jul 6 14:11:00 2018 +0200
Add '--add-container-label' flag
This commits adds a command line flag to add a label for container image
types. The flag can be used multiple times.
Fixes #770
commit bed956c0be3c63e23673246cad3f30aa8e365ed5
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jul 4 11:44:14 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jul 4 11:44:14 2018 +0200
Added system cleanup methods
Some files in the system gets created by services like
systemd or zypper and are meant to be created once on the
target system. However in the image they might be unwanted.
Thus this commit adds convenience methods to delete files
which gets automatically re-created by the services on
startup. Whether or not the methods are used is in the
responsibility of the author of the image descripion.
This Fixes bsc#1098535
commit e0e7669a010b2853b76b4557ec6b09c37208d3ca
Author: Adrian Schröter <adrian@suse.de>
AuthorDate: Fri Jun 29 09:39:59 2018 +0200
Commit: Adrian Schröter <adrian@suse.de>
CommitDate: Fri Jun 29 09:39:59 2018 +0200
avoid double quoting of disturl in label (...="'obs://...'").
avoid always printed warning of missing disturl
make use of disturl variable
commit ad53480f975c53e4ac23f6508470920fabaa9067
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jun 20 15:24:31 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jun 20 15:24:31 2018 +0200
Bump version: 9.16.1 → 9.16.2
commit 23aaaea512bcfb56381defb3a073cda1bd7164ea
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jun 20 11:56:21 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jun 20 11:56:21 2018 +0200
Simplify configfile loading
prefix and root variables are correctly set, thus calling
the "normal" command has the same effect than the explicit
call for "configfile"
commit dc06f9a7207d8b8a4978523ae1f5244eaffa98bd
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jun 19 13:21:30 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jun 19 13:21:30 2018 +0200
Prevent building custom efi image
If the distribution provides a prebuilt efi image kiwi
should use it instead of building its own image.
commit 24a1be449a4321607324818bcbda41f6ad517d24
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jun 13 14:42:12 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jun 13 14:42:12 2018 +0200
Bump version: 9.16.0 → 9.16.1
commit 1d5b35498c2bf518bcbc015e3dbadedd8e7d2869
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jun 13 11:08:09 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jun 13 11:08:09 2018 +0200
Avoid module loading in grub config template
This patch is two fold. First part replaces the import of
dedicated video modules in the grub image by the all_video
module. Second part avoids runtime module insertion which
requires access to the boot filesystem which is not
guaranteed on sophisticated rootfs structures like btrfs
plus readonly snapshots and what not. Thus we make sure
all boot code is embedded into the grub image(s) and no
extra loading of modules at runtime will be needed.
This Fixes bsc#1096937
commit deaf2eabff21df93b87e23558189da48824dc3ec
Author: David Cassany <dcassany@suse.de>
AuthorDate: Tue Jun 12 18:05:22 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Tue Jun 12 18:05:22 2018 +0200
Fix for bsc#1094788
This is just an empty commit to include the bugfix reference in
the repository history.
The bugfix for bsc#1094788 was actually commited in:
commit 835cebfe5c488515dfbcdf33dab6262613ca5508
Author: Marcus Schäfer <ms@suse.de>
Date: Tue May 29 16:42:55 2018 +0200
commit 1d5886fe35233d42d4d91f17f173067460135990
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jun 12 17:25:12 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jun 12 17:25:12 2018 +0200
Complete GUID change from signed to unsigned
Follow up fix to complete the binary packing of the GUID
format to use unsigned types. Missed to move short source
from signed to unsigned. This Fixes bsc#1095267
commit 233e6e2835a4b61961beeb06e3a604c89c614381
Author: Neal Gompa <ngompa13@gmail.com>
AuthorDate: Wed Jun 6 08:28:14 2018 -0400
Commit: Neal Gompa <ngompa13@gmail.com>
CommitDate: Wed Jun 6 08:45:52 2018 -0400
Use the versioned Python interpreter path to run build helper scripts
The kiwi build process mostly does the right thing in terms of executing
with the correct Python interpreter throughout the build process, with
the exception of the Makefile not correctly locating the versioned Python
interpreter executable path, and the bash completion generator being executed
using '/usr/bin/python' without regard for what the target environment was.
This is a problem when a build environment complying with PEP 394 as it
stands today does not have Python 2 installed, such as when kiwi is being
built as a Python 3-only package in Fedora. Thus, the Makefile has been
adjusted to not only correctly locate the versioned Python interpreter, but
to also execute 'completion_helper' with the correct interpreter.
Additionally, a trivial change to the shebang to 'completion_helper'
was made to be consistent with other Python-based build helper scripts.
This is part of the overall effort to eliminate the dependencies on
Python 2 in Fedora.
Reference: https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
commit c6a01a59614bb21172e33d773fe5950adcae305a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jun 6 13:32:11 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jun 6 13:32:11 2018 +0200
Bump version: 9.15.4 → 9.16.0
commit 0bbbeb05c501ba52a094b85c8bd4508225d329f2
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jun 6 13:16:22 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jun 6 13:16:22 2018 +0200
Move fedora integration test build to fc28 distro
commit e1b5b40a9742a4d481864ddc67fd956440769025
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jun 5 15:00:32 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jun 5 15:00:32 2018 +0200
Bump version: 9.15.3 → 9.15.4
commit d60926f6b7215ba50909174e13f6b6116f84fcd3
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jun 5 12:22:38 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jun 5 12:22:38 2018 +0200
Fixup move_to_root method
move_to_root is called to check each element of a given list
and changes any path specification to a valid path if the given
root path would be it's root(/). This tranformation implied the
creation of paths containing double slashes like //foo which
was considered harmless. However it has turned out that the dnf
package manager makes a difference here which requires to fix
the resulting paths. This Fixes #761
commit 2418d58dbe9e14903e231a786e89264e1bffaca7
Author: David Cassany <dcassany@suse.de>
AuthorDate: Mon Jun 4 17:16:12 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Mon Jun 4 17:16:12 2018 +0200
Adding license tag under description tag in schema
This license tag does not effect the resulting image in any way. The tag
is just included to state the license of the kiwi image sources in case
they are distributed.
Fixes #728
commit 37c8851d12353c1ea81bff464323c9ad77b1ecb8
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jun 4 11:00:55 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jun 4 11:18:13 2018 +0200
Make sure profile env is included in live images
For all images which boots via dracut the .profile file is included
except for live iso's because no information is needed from that file
to boot or customize the boot. However the .profile contains the
kiwi_revision information which is useful for any image type.
This Fixes #755
commit cf9ceb34536bac11ede97fcb8c6a75ba7393af25
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jun 4 10:46:49 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jun 4 10:46:49 2018 +0200
Add config-cdroot to description import list
During the prepare step the image description and mandatory
files needed in the create step are copied into the image
root system below the image/ directory. In case of the
optional config-cdroot archive this copy action was missing
which lead to the problem that the archive was not present
if the kiwi system create command is sequence is used.
This Fixes #756
commit b34c93dbf4e9ae0f9ba766e1ab93739b488a26e7
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jun 4 10:20:24 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jun 4 10:20:24 2018 +0200
Added true module to grub image list
When kiwi creates a grub image a list of modules are embedded.
For the purpose of snapshot boot the true module seems to be
used but was not included at build time when kiwi created
the grub image. This Fixes bsc#1093917
commit cf0773c8b028eb55cb4d8fd611e37fe0854416db
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jun 4 09:59:35 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jun 4 09:59:35 2018 +0200
Changed GUID format from signed to unsigned
With reference to Microsoft Guid constructors it seems unsigned
values are allowed which could exceed the value range of the
binary unpack used in kiwi. This Fixes bsc#1095267
commit 9023d2cceedbb034a17df86ee05044d4fff4418b
Author: David Cassany <dcassany@suse.de>
AuthorDate: Fri Jun 1 16:13:07 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Fri Jun 1 16:13:07 2018 +0200
Fix SC2164 complain of shellcheck
commit de4b6a91d44c0fbaf9c03db8c04f008a56c496db
Author: David Cassany <dcassany@suse.de>
AuthorDate: Thu May 31 09:33:01 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Thu May 31 09:33:01 2018 +0200
Updating shellcheck call from tox
Recent shellcheck versions are more strict and complain about
backslashes "\" used in literals claiming it is preferred to use
double backslashes "\\". As is just a styling advise and we use
backslashes in multiple commands (echo, sed, etc) I believe this
can be ignored.
commit 3f12281fcb85aab773f33167075555f4250c54f0
Author: David Cassany <dcassany@suse.de>
AuthorDate: Wed May 30 17:55:05 2018 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Wed May 30 17:55:05 2018 +0200
Relax runtime check for ISO images using dmsquash
This commit relaxes the dracut-kiwi-live module requirement if
dmsquash dracut module is selected in flags attribute.
commit 835cebfe5c488515dfbcdf33dab6262613ca5508
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue May 29 16:42:55 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue May 29 16:42:55 2018 +0200
omit multipath module in live iso initrd
The multipath module creates device maps which puts the device
in a busy state and prevents the creation of a persistent write
partition. As multipath seems never useful for the root of a live
iso image we generally omit this module from being included
commit 28c6f82e84c84cc68b9addb7fc253e6672476dd4
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue May 29 10:26:03 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue May 29 10:26:03 2018 +0200
Fixup LOADER_LOCATION in sysconfig/bootloader
By default we always set LOADER_LOCATION=mbr which is wrong
if EFI is in use. This patch updates the value to be correct.
It also seems that this variable is only consumed by the
yast2 bootloader module from past days. Thus we consider
it obsolete and on the to be droped list in future releases.
This Fixes #746
commit 3163089a39641bb0bd317db5d132e248112c5f23
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue May 29 09:14:28 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue May 29 09:14:28 2018 +0200
Bump version: 9.15.2 → 9.15.3
commit 384392360ee38f092b742f471a7e59d25062deed
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon May 28 17:46:49 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon May 28 17:46:49 2018 +0200
Fix setup of LOADER_TYPE in sysconfig/bootloader
LOADER_TYPE value for the grub2 bootloader depends on
the use of EFI. This Fixes bsc#1094883
commit 708b708878e171a5465c73a6e2c55b659f4b47be
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon May 28 17:34:34 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon May 28 17:34:34 2018 +0200
Added documentation for config-cdroot archive
commit fcda2c4f9a0a48fede86d718168e8e85850d462a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon May 28 17:17:00 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon May 28 17:25:05 2018 +0200
Added support for config-cdroot archive
The image description now allows an optional file named:
config-cdroot.tar[.compression_postfix]. The file gets
unpacked as user data for live and install ISO images.
This allows users to add e.g license files or reference
documentation to the ISO image. This Fixes #737
commit 8916aea373d2f47b5ddd4e543bc2e844d1d34acf
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon May 28 15:37:09 2018 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon May 28 15:37:09 2018 +0200
Verify file does not exist before creating symlink
commit 2f8added7d0bdbfb317318e62cf817fed3f75a7c
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon May 28 11:17:53 2018 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon May 28 11:20:35 2018 +0200
Add service dependencies in generators
Correctly adding the initrd-root-fs.target service dependency to
auto generated sysroot.mount for kiwi-live and kiwi-overlay dracut
modules.
Fixes #741
commit 9602f61a92bb4e539906078fbf3d3e3799f75cc5
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon May 28 10:20:57 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon May 28 10:27:49 2018 +0200
Do not create static dev nodes in root init
For compatibility reasons kiwi created a set of static device
nodes when initializing a new image root system. With the
presence of devtmpfs this should no longer be needed. In addition
the static dev node setup now also causes problems on filesystems
like btrfs which was the reason to delete this code now.
This Fixes bsc#1087104
commit 8c69e5a5c774dd27868b7141a76f9a92f8b0d01b
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu May 24 10:53:11 2018 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu May 24 10:53:11 2018 +0200
Do not delete uncompressed base docker images
Fixes #739
commit bb28768b39596e969a2b226145e33cebfb8160a0
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed May 16 11:48:00 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed May 16 11:48:00 2018 +0200
Bump version: 9.15.1 → 9.15.2
commit bfa8e83f3d9ad7013f71936bc30caa034f979ee5
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed May 16 11:31:40 2018 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed May 16 11:31:40 2018 +0200
Fix zypper add lock operations
This commit fixes the arguments passed to zypper in add lock
operations.
commit 4e778db916bc67b87e02788cfc500105515d6194
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue May 15 15:48:24 2018 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue May 15 19:07:35 2018 +0200
Add correct GPL-3.0-or-later license
Add the correct license reference in the spec License field
Fixes #732
commit e97629ba47647751422fac3a09c72c2afb8904b4
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue May 15 11:18:22 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue May 15 11:18:22 2018 +0200
Make container compression a configuration option
Change the ContainerBuilder class to evaluate on the
configuration options to decide if the container archive
should be compressed or not. By default the archive will
be compressed, thus there is no change to the former behavior
but can be setup in ~/.config/kiwi/config.yml as follows:
container:
- compress: none|xz
This Fixes #725
commit 426221ce34a961603655b8825e04ae3f8fffbe39
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue May 15 10:36:57 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue May 15 10:36:57 2018 +0200
Return file name after archive or compression call
Extend the ArchiveTar and Compress classes such that
their archiving and compression methods returns the
result file name after the operation
commit 78d0baedf05048e6a5a0ed703325866b06e633a5
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue May 15 10:02:52 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue May 15 10:02:52 2018 +0200
Allow docker root import from uncompressed file
Check the given file name for its compression format and
only uncompress if a supported format could be detected.
This Fixes #730
commit 87769a32017cb74720ff2f0fa1442f14dacc155d
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon May 14 14:57:33 2018 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon May 14 17:04:07 2018 +0200
Add additionaltags containerconfig attribute
This commit adds `additionaltags` attribute, so multiple tags to
a container image can be defined in a comma separated value.
Fixes #713
commit 2a6ef0fe5217b3fa52c5c8212c080e9d2aebad4b
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed May 9 14:53:02 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed May 9 14:53:02 2018 +0200
Bump version: 9.15.0 → 9.15.1
commit cf4ca1c85aad3869a2d142bbcd280d654204ce83
Author: David Cassany Viladomat <davidcassany@gmail.com>
AuthorDate: Wed May 9 12:52:59 2018 +0200
Commit: GitHub <noreply@github.com>
CommitDate: Wed May 9 12:52:59 2018 +0200
Add a chapter for uninstall package requests in docs (#726)
Add a chapter for uninstall package requests in docs
commit b446cdef24a87359b9b020c8a82b7fa8ba787f75
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue May 8 16:31:57 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue May 8 16:31:57 2018 +0200
Update arm integration test
Existing panda build was outdated and non functional.
Move the test to a more popular target and write the
image description to use technology matching the
suse arm development effort. Target is now Rpi(64bit)
commit ff08c21259f1a63208e34fefcb0a1306dd7e78f9
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue May 8 11:18:21 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue May 8 11:18:21 2018 +0200
Use latest version of sphinx
Formerly sphinx==1.6.7 was used because travis-sphinx failed
with latest sphinx. Now travis-sphinx fails with 1.6.7 and
I hope using latest sphinx will fix that
commit 6d87ff52d00837531789a30750191db742cf288e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue May 8 08:42:24 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue May 8 08:42:24 2018 +0200
Bump version: 9.14.7 → 9.15.0
commit dcdec6afb754aee7d875e4350b17860bad9797b1
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon May 7 15:49:51 2018 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon May 7 16:21:16 2018 +0200
Add comment in pinch_system calls
commit cd7cede258bd796f3c47c27c3de2322fc52b06a3
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon May 7 15:10:47 2018 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon May 7 15:13:40 2018 +0200
Refining the uninstall type implementation
commit f055ac12961a9d6ae03f8f6dd4e48c4647df2b72
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri May 4 15:00:31 2018 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri May 4 15:00:31 2018 +0200
Add uninstall pacakges type
This commit adds a new `uninstall` type for packages. Packages listed
with this type will be removed by the package manager cleaning also any
unneeded dependency. The removal is executed after running `config.sh`.
Also in this commit `delete` type for packages is now executed after
`uninstall` packages, meaing it also happens after `config.sh`.
Fixes #625
commit 348c0193245fd637c3ab841ef1ec34bd6ae5b56c
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri May 4 10:52:28 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri May 4 10:52:28 2018 +0200
Bump version: 9.14.6 → 9.14.7
commit f442551cb6fe26cdd883d9c4b8f49daef91307ef
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri May 4 10:40:13 2018 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri May 4 10:40:13 2018 +0200
Some simple code cleaning
commit 02753e4301d90c18b7d183a93d9808a0d8ab2918
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri May 4 10:23:12 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri May 4 10:23:12 2018 +0200
Fixed check for volume group in use
The former implementation evaluates the output of the vgs
command and set the volume group as in use if one of the
listed volume groups on the host contains the group name
set by the image description. This would also match if the
group name set in the image description is e.g 'System' and
the a volume group on the host with name 'SystemVG' exists.
However a conflict only exists on exact match of the name.
The proposed fix is to use the --select feature from vgs
and let it show information on exact match of the vg_name
field. The code in kiwi then just evaluates if the selection
by vgs has a value or not. This Fixes #721
commit 6f39d3f36b92d1a0e561723a987416ee38f43680
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri May 4 09:07:04 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri May 4 09:07:04 2018 +0200
Fix setup of kiwi_lvm profile variable
kiwi_lvm was always set to true if a volume management system
is in use. However it should only be set to true if the
selected volume management system is lvm. The same applies
to the kiwi_lvmgroup variable which also only makes sense
if the lvm volume management system is used.
This Fixes bsc#1090427
commit a1423ee76bfc99643592cc2f432d72459d5405af
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Apr 30 16:12:52 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Apr 30 16:12:52 2018 +0200
Bump version: 9.14.5 → 9.14.6
commit 3ec88d60580145639cb93b8dbf6d42f6dc5dbb0e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Apr 26 15:40:01 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Apr 26 15:40:01 2018 +0200
Extend test-image-azure integration test
Use xfs as filesystem and set a tag to also test image tags
commit dd09d4c2412eb9e9a07b5696f7904d456435a3e7
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Apr 26 10:48:29 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Apr 26 10:52:17 2018 +0200
Use /dev/zero to really write a zero byte
The cleanup of the 512 byte block for the vhdfixed tag
was based on reading from /dev/null which does effectively
nothing. As the block should be filled with zero bytes
this patch changes the source from /dev/null to /dev/zero
This was found by tests to reproduce the issue reported
in bsc#1090953 but is not causing it
commit 1ed7dc57f5ae6c3f3d176fc48303ec5a68e2b8d5
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Apr 24 15:33:18 2018 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Apr 24 15:33:18 2018 +0200
Add test for the utils class StringToSize
This commit adds a couple of unit tests for the StringToSize class.
commit 586f9dc758ca9ab32695a017363d45cfc4fbca21
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Apr 24 11:23:43 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Apr 24 11:23:43 2018 +0200
Bump version: 9.14.4 → 9.14.5
commit 09ada89434b2b9596e0791d7464c115e3995d3a7
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Apr 24 11:23:08 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Apr 24 11:23:08 2018 +0200
Run doc target in travis test stage
commit 78836af0d4a2ce99afa6a9bc3292fb9c744580d6
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Apr 24 11:21:15 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Apr 24 11:21:15 2018 +0200
Fixup doc conf.py
Do not load kiwi logging which is unneeded and causes many
superfluous messages on the console when sphinx build runs
commit c6643a53fd788187e4c68a78fd38763084e8696b
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Apr 24 11:20:46 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Apr 24 11:20:46 2018 +0200
Fixup docstring warning from sphinx build
commit 0a9dbd32c261d39eabb8f197e424724dc053ff54
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Apr 24 10:57:31 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Apr 24 10:57:31 2018 +0200
Fixup travis unit test stages
Build docs in deployment stage only
commit 424539a4af066d6403ebc72ff33d99a279e4ee9d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Apr 24 10:52:12 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Apr 24 10:52:12 2018 +0200
Include doc_travis_deploy in travis deploy stage
commit 35f92f7d48e002780075111d8b5f3a273582bfc2
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Apr 24 10:33:24 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Apr 24 10:33:24 2018 +0200
Fixed syntax errors shown by travis lint
commit ce0ccaf2e8d3a7a0a4bdae0a79855642698971f9
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Apr 24 10:29:53 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Apr 24 10:29:53 2018 +0200
Revert "Fixup travis.yml"
This reverts commit 79ccbdff394e2aba4f1e8fb6390a9a8e0d1925e2.
commit b8f8906f0372b2246bb521133f2b529c7aa93060
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Apr 24 10:29:29 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Apr 24 10:29:29 2018 +0200
Revert "Yet another try to get travis stages correct"
This reverts commit aca057c3554795b79c651f63a58967138d00f3c8.
commit aca057c3554795b79c651f63a58967138d00f3c8
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Apr 24 10:24:11 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Apr 24 10:24:11 2018 +0200
Yet another try to get travis stages correct
commit 79ccbdff394e2aba4f1e8fb6390a9a8e0d1925e2
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Apr 24 10:11:51 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Apr 24 10:11:51 2018 +0200
Fixup travis.yml
Looks like empty lines are not allowed
commit 07b3f71f22e08c5737432ce19c8b1ed8c9bca7c7
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Apr 24 10:05:00 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Apr 24 10:05:00 2018 +0200
Revert "Clearly separate unittest stage from deployment"
This reverts commit 5fd27924c931b6b60903b0015d0a8cf31cf499f7.
commit 2fb8439e53ad476eabc884b8311cb31c7af6a7ce
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Apr 24 09:59:56 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Apr 24 09:59:56 2018 +0200
Bump version: 9.14.3 → 9.14.4
commit 9dcf00e4d116c30a2756d05ef12875038d569aeb
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon Apr 23 15:45:38 2018 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon Apr 23 15:45:38 2018 +0200
Some improvements on size calculation
This commit simplifies the unpartitioned area size calculation.
Fixes #709 and it is related to fate#323874
commit 5fd27924c931b6b60903b0015d0a8cf31cf499f7
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Apr 23 12:22:10 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Apr 23 12:22:10 2018 +0200
Clearly separate unittest stage from deployment
commit 74aa8a5c142039d284be07bdb5926cd09cef5dc9
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Apr 20 15:32:29 2018 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Apr 20 17:04:33 2018 +0200
Adding unpartitioned size attribute
This commit adds the possibility of setting some unpartitioned area
after the systemdisl partition into the image.
Fixes #709
commit b2d1ea11db90061765f7106596b7103d1582139c
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Apr 20 16:39:33 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Apr 20 16:39:33 2018 +0200
Use travis stages feature for pypi deployment
Problem ist that the deploy section is called for every
item in the former matrix: setup. This means the pypi
upload was triggered twice for the same archive which
means one target always fails. In order to deploy only
once travis provides a stages feature which is used
in this commit
commit 87c7c423eb0af23be009e956a75f832140152993
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Apr 20 15:47:39 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Apr 20 15:47:39 2018 +0200
Bump version: 9.14.2 → 9.14.3
commit ebbc4942b7fc35dbbaa676dd8bb9582df7bca152
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Apr 20 10:42:36 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Apr 20 10:42:36 2018 +0200
Fixed creation of machine settings file
If no vmnic setup is present a request to iterator over
a NoneType object is attempted and failed. This Fixes #710
commit 2e37255923713e34591a9a1780431e2557a04b9a
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Apr 19 17:06:42 2018 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu Apr 19 17:06:42 2018 +0200
volume_manager API docs cleanup
commit 5493a175a294271c01f42032a93deb1f56f9cc06
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Apr 19 16:28:24 2018 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu Apr 19 16:28:24 2018 +0200
repository API docs cleanup
commit 294e25f411dfd9f1933d15ca3ec9da9c2022473a
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Apr 19 12:02:12 2018 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu Apr 19 12:02:12 2018 +0200
system API docs cleanup
commit 3a4af5e6ed77b90396db78d958774ded26157b0c
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Apr 18 14:40:54 2018 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Apr 18 17:04:13 2018 +0200
package_manager API docs cleanup
commit eb7a6cbe8021a74a4f3ea1a041e8b7ddda6a007e
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Apr 18 11:54:45 2018 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Apr 18 11:54:45 2018 +0200
build API docs cleanup
commit 75b1e2d6c78f641951aa2351316268cfa75e98f5
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Apr 18 10:33:15 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Apr 18 10:33:15 2018 +0200
Fixed docstring :rtype: values
In Python the string type name is str not string
commit 1fca29cee843e13432cea8b446dbf25b84929a03
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Apr 17 18:36:40 2018 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Apr 18 10:03:26 2018 +0200
Cleanup of the iso_tools API docs
commit 9eab3eebf9c80964563391095a59d6731018e5ed
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Apr 17 18:05:09 2018 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Apr 17 18:05:09 2018 +0200
Cleanup of the utils API docs
commit f8c73e2ca3a159c1658893260e61683e1666d290
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Apr 17 17:56:13 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Apr 17 17:56:13 2018 +0200
Cleanup api doc strings
This cleans up and fixes the api documentation for
the public interface of the projects boot source code
files and Fixes #700
commit 2097c4a6d2743fb0d77270522b1421550ce8339f
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Apr 17 15:09:58 2018 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Apr 17 15:43:33 2018 +0200
Cleanup of the solver API docs
commit f7c64d4443c0efae6b3fbd37bd46451b99c732a5
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Apr 17 12:03:20 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Apr 17 12:03:20 2018 +0200
Fixup docstring typos per review
commit 8668fbbc2409d4b149468a07385e2e767f46f296
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Apr 17 08:42:23 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Apr 17 10:29:42 2018 +0200
Cleanup api doc strings
This cleans up and fixes the api documentation for
the public interface of the projects storage source code
files and Fixes #698
commit 199fdf004423786b2d72ac81695436335d7d633e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Apr 16 16:17:21 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Apr 16 16:17:21 2018 +0200
Fixup download url in setup.py
Better point to installable packages. This Fixes #702
commit 41970d3dd40f1274b2480014b1fab4a76586f441
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Apr 11 16:20:47 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Apr 16 16:10:04 2018 +0200
Cleanup api doc strings
This cleans up and fixes the api documentation for the
public interface of the projects toplevel source code
files and Fixes #697
commit 009a218ea537d790fe39cc575fb158ea47af86b3
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Apr 10 17:41:23 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Apr 10 19:50:59 2018 +0200
Fixup creation of vmware settings file
The kiwi schema allows for multiple vmnic sections but kiwi
only took the primary one into account. This patch uses all
configured vmnic sections. This Fixes #688
commit 2b8b0f23951849143da6d21ae3d483ec42bb1085
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Apr 10 11:52:10 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Apr 10 11:52:10 2018 +0200
Support lookup for fstab.append on fstab creation
At the time kiwi creates the fstab with all required fields
to boot the system it now also looks for an optional fstab.append
file and appends its contents to the fstab file. This allows
to setup custom fstab entries for filesystem mounts which are
established outside of the kiwi image building process by
e.g a service at first boot
commit 9ae95ee1d13eea295dbbb350224843d4d989f8ee
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Apr 10 10:20:20 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Apr 10 10:23:50 2018 +0200
Add auto release to pypi on release tags
This will automatically release kiwi on pypi if a new tag in
master is set. This happens when bumpversion is called followed
by a push and push --tags. Only if the tag is pushed the travis
deployment gets triggered. This Fixes #678
commit 8767a48434cb79b8b52588c0291e7d72d2d9458d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Apr 9 11:31:21 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Apr 9 11:31:21 2018 +0200
Change variable quoting for Rm/Rpm shell helpers
The two methods exists to overlay their call with a logging
facility. Thus it is ok and expected that the caller can
pass arguments for the program e.g (Rm -rf foo) which resulted
in (rm '-rf foo') leading to a runtime error.
commit 2ce56fb8219a60aca7c87e0b214da96481f37939
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Apr 9 10:56:37 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Apr 9 10:56:37 2018 +0200
Bump version: 9.14.1 → 9.14.2
commit d3baa9d102af17f15a59360ff7fc875fc8f5fb36
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Apr 6 16:01:51 2018 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Apr 6 16:08:24 2018 +0200
Fix default initrd_system values
This commit fixes the default initrd_system value for some image
types. Since this value is included in profile and potentially
taken into account for some of the config script functions, it is
important to have consistent values even when the image type
has no initrd choice or it doesn't have initrd at all.
Related to #689
commit 89c9127bc5d4fc287b404c00ad7523f6252c3b8a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Apr 6 10:51:36 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Apr 6 10:51:36 2018 +0200
Check partition table after cow part creation
Proceed with the persistent write partition setup only
if the cow partition could have been created successfully
commit 229464523d61efa79851f160b3c66339ad240db1
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Apr 5 14:47:23 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Apr 5 14:47:23 2018 +0200
Fixed detection of disk node in live iso images
If the live iso is booted as disk the initrd code needs to
find the correct disk node pointing to the iso image. This
was formerly done by checking if the populated disk devices
contains an iso header with an application id. The information
was obtained using the isoinfo tool. isoinfo is a tool
provided by the obsolete and xorriso replaced cdrtools kit.
In addition the lookup was unsafe because any iso with
an application id would have been valid. Thus this patch
changes the detection mechanism to use the volume id as
it is used in the root assignment on the cmdline. The
volume id is populated as device label for the assigned
block device and can therefore be used as a unique id.
The volume id itself is a configuration option in the image
XML description. If not set the default is 'CDROM'. The
information can be obtained via blkid and therefore also
eliminates the isoinfo requirement
commit bbb0721a606dc220db86ba482de310709d6b6df0
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Apr 4 17:26:40 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Apr 4 17:26:40 2018 +0200
Fixup test-image-docker unresolvable state
genisoimage seems no longer present in the distro
commit 8c916dec912196b391995f32781507d819ad07b1
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Apr 4 12:08:39 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Apr 4 12:08:39 2018 +0200
Update etc/default/grub setup
kiwi writes optional grub boot parameters to the GRUB_CMDLINE_LINUX
variable in default/grub. This information is then picked up by
grub2-mkconfig and written to grub.cfg However there is also another
variable named GRUB_CMDLINE_LINUX_DEFAULT which according to the
documentation should be used preferably. While it does not seem to
matter for grub it matters for yast. Thus this patch changes the
configuration variable and fixes bsc#1084117
commit f86b6f273038d2123a8a64d80f939421e21cc03c
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Apr 3 12:17:33 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Apr 3 12:17:33 2018 +0200
Bump version: 9.14.0 → 9.14.1
commit 3e7f788157a2d60a824361967c582bce5a2a494c
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Apr 3 11:51:26 2018 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Apr 3 11:51:26 2018 +0200
Fixed truncation of image when writing vhd tag
When writing the vhd tag into a vhdfixed formatted image
the image was opened with the wrong open bits 'wb' and
thus was truncated at the 64k offset. This patch fixes
the open bits to allow in-place tag writing. This
Fixes bsc#1077096
commit 90669d84afe1c655fed68d435313053971bf3ff7
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Apr 3 09:45:51 2018 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Apr 3 10:45:25 2018 +0200
Make use of autoremove in Yum and Dnf to clean dependencies
commit cae19113a135d003555ff10f6a5439861ee3be77
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Mar 28 17:13:48 2018 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu Mar 29 12:35:05 2018 +0200
Enable no forced deletion for dnf, yum and apt package managers
This commit makes apt, yum and dnf support equivalent to zypper in terms
of being capable to delete packages using the package manger tools
(implies dependencies deletion is handled by the package manager)
or deleting explicitly only listed packages using packager tools
even if this implies breaking dependencies.
commit e5b34ae4f9f9044e65c7e1b6c1a765ff1adcefd3
Author: Guilherme <gmoro@suse.de>
AuthorDate: Tue Mar 27 08:57:54 2018 +0100
Commit: Guilherme <gmoro@suse.de>
CommitDate: Tue Mar 27 08:57:54 2018 +0100
fix vmx fileName parameter, bsc#1084157
commit d46326d0a8064650e4a1e1eff1751406e3b243d2
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Mar 23 15:05:12 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Mar 23 15:05:12 2018 +0100
Update schema version in free schema doc generator
commit 1ad29571c1cc6ed1f2a74c79949c5de23b46d33e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Mar 23 10:44:32 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Mar 23 10:44:32 2018 +0100
Update schema version in headline of doc chapter
commit 72ab2b64e6c5a83842ea80efe6517b1891c2cf0f
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Mar 23 10:34:37 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Mar 23 10:34:37 2018 +0100
Bump version: 9.13.9 → 9.14.0
commit 7d8df73a319fcb53c6471339830e0db0dcecd045
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Mar 23 10:33:08 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Mar 23 10:33:08 2018 +0100
Rebuild online schema documentation
commit 4fc38a2b09113cac9f66dbe19945c02a319a1295
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Mar 23 09:29:43 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Mar 23 09:42:24 2018 +0100
XSL Auto update descriptions due to schema change
commit 86a8cc9da76de1315cce892d3c62f05425b248e2
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Mar 23 09:19:11 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Mar 23 09:42:23 2018 +0100
Delete obsolete hybrid attribute from type
Any iso image we create will be a hybrid image. That was
already the default for any install iso image and was a
configuration option for live images. The optional selection
only existed for systems which do not provide tools to
make an iso hybrid. All distributions kiwi supports provides
this capabilities and there is no good reason why a live
or install iso should not be hybrid and bootable as iso
and as disk. Also the boot in disk mode became the preferred
boot method for the majority of our users which requires
to provide a hybrid iso
commit fba3ff74bada66353a2c1620bd26e0b00bff3c36
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Mar 22 18:36:53 2018 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu Mar 22 18:36:53 2018 +0100
Add efiparttable type attribute
This commit allows to choose the partition table type for efi firmwares
using the efiparttable type attribute.
Fixes #638
commit d0bd6a27e95f2eae68d03f8be74c66bc679a3854
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Mar 22 17:40:54 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Mar 22 17:40:54 2018 +0100
Update spec file to require xorriso
commit fd58ae39ed7406de1f65f25f44d306ad5e16321d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Mar 22 16:54:05 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Mar 22 17:25:53 2018 +0100
Cleanup hybrid call and use of iso tool options
The extra isohybrid call is only needed if the mkisofs
tool category is used. Thus it should be only visible
at the place where the isofs is created and not as an
extra step in the builder tasks. Additionally the handling
of extra options was mkisofs specific and should be
better done as a common meta_data record. The tool
specific options should only appear in the tool specific
class implementations
commit 73fb3977177678cc142368aa35d71dfc53f4c4af
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Mar 22 10:33:01 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Mar 22 11:18:54 2018 +0100
Allow to configure iso tool category
Switch to xorriso by default but allow to setup cdrtools
in the runtime configuration file
commit ca661dda5fd8f3e0f763802aced0340c4978f0b8
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Mar 19 14:22:40 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Mar 22 11:18:54 2018 +0100
Added IsoToolsXorrIso class
As an alternative to mkisofs/genisoimage there is now the
IsoToolsXorrIso class which implements the IsoTools interface
by using xorriso. This Fixes #635
commit 89fe579ffed7db0cac0b206364e0ea8f3a70f0d6
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Mar 21 15:54:25 2018 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Mar 21 15:54:25 2018 +0100
Remove xml_parse.py shebang in spec
It removes the shebang from the autogenerated file and also removes
the exception in rpmlint to ignore non-executable-script warning.
Fixes #666
commit 30f335460023b9a60a5ef745add6d2937eaa7e99
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon Mar 19 16:34:15 2018 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Mar 20 11:59:38 2018 +0100
Remove unneeded shebangs from dracut modules
Fixes #668
commit f9eb6b4b90aa718a74bc997e56cbab6e3ce21bc3
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Mar 19 10:07:19 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Mar 19 10:07:19 2018 +0100
Update package MANIFEST.in
Include new iso_tools directory
commit 678866f9e66a20b8b401c3eb03fdaebc3b44b1e1
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Mar 16 21:03:30 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Mar 16 21:23:26 2018 +0100
Added iso_tools api documentation
commit 2af5c4c06fa5344b9e8e855b4b081d84adf85407
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Mar 16 20:55:57 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Mar 16 21:23:26 2018 +0100
Add list_iso method to iso_tools api
commit 8cfa17c63e4c5f743abb73fdb8c45489f09aa124
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Mar 16 11:02:35 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Mar 16 21:23:26 2018 +0100
Add create_iso method to iso_tools api
commit c948bb47d035a56932e23b544c0f8535df042094
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Mar 15 17:27:51 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Mar 16 21:23:26 2018 +0100
Seperate iso tool handling into its own namespace
The Iso class only provides generic helper methods around the
creation of ISO filesystems. For the creation of the filesystem
itself we encapsulate the tool parameter handling into its own
class. For the option compatible mkisofs/genisoimage tools the
IsoToolsCdrTools class exists. This allows to create e.g
IsoToolsXorrIso class as a future implementation
commit 079130942ca9a3526fd7c0d1e8c7f3e9974c606a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Mar 15 10:32:25 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Mar 16 21:23:26 2018 +0100
Refactor iso helper tools
There are several tools available to build iso images.
genisoimage, mkisofs and also xorriso. The history of
the tools shows them to be used in the range of available
Linux distributions. Thus kiwi contains an abstraction
layer to support them but assumed they are option
compatible. With the xorriso implementation this is no
longer correct and therefore a refactoring of the iso
tools api is required before support for xorriso can
be added. This references Issue #635
commit bfb4bfa7096a1552278f8468c2e7e13bdbbd447a
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Mar 16 15:26:29 2018 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Mar 16 15:26:29 2018 +0100
Update FSF address
The address has been taken from the header example published here
https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Fixes #667
commit 4f106c5e45f7c449b93bdbc63fcc074cee2199af
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Mar 14 17:12:59 2018 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Mar 14 18:01:13 2018 +0100
kiwi_inode_size value is no longer hardcoded in more than one place
commit 703747c7180ccec620ec520476eaf84a8e7fc60c
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Mar 14 17:59:23 2018 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Mar 14 17:59:23 2018 +0100
Make build type mandatory in XMLState
commit 11e5e21f70ad79a4051512de5b75398551735026
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Mar 14 16:34:39 2018 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Mar 14 16:34:39 2018 +0100
Add warning message for dasd
commit 3628ad102d9eb50c1176abd434ae3ef3de2da1ad
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Mar 14 15:13:09 2018 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Mar 14 15:26:16 2018 +0100
Rearrange defaults and some comments
commit 52f5b6f46c9624a9d7ffc9b635d69bda0a2ad8cc
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Mar 14 14:38:22 2018 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Mar 14 14:38:22 2018 +0100
Rearrange variable start_sector attribute to be a Partitioner attribute
commit 22db94ab7e2f54da38fca8a8a5b55e86e92b2768
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Mar 13 18:31:40 2018 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Mar 13 18:31:40 2018 +0100
Add disk_start_sector type attribute
This commit adds the disk start sector attribute to configure the
first disk sector for the first partition of the disk.
Fixes #575
commit ef31f2b05f4328c5d7be4c0e926640f4664f5e4d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Mar 13 15:36:29 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Mar 13 15:36:29 2018 +0100
Rebuild online schema documentation
commit 3f63dfeb46aa920978d4d0e433b7cd088c4dd96c
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Mar 13 10:27:30 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Mar 13 10:27:30 2018 +0100
Bump version: 9.13.8 → 9.13.9
commit c5707392a3340aa8962f84a0418c6b6094e53bcc
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Mar 13 10:05:06 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Mar 13 10:05:06 2018 +0100
Bump version: 9.13.7 → 9.13.8
commit e76e23bc443fd9e15aedaddf6d52361e8331be26
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Mar 13 10:02:16 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Mar 13 10:02:16 2018 +0100
Fixed base package requires
kpartx is used by kiwi but was not required in spec
commit 731d1a68a68bf34dc61138d70d3b3dce193c4e64
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Mar 13 10:00:01 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Mar 13 10:00:01 2018 +0100
Update gitignore
Do not manage changes in .pytest_cache
commit 1e05c2a2db13173b07a2d35b05c7aec665f0d639
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Mar 13 09:56:32 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Mar 13 09:56:32 2018 +0100
Tell plymouth to quit only if a dialog is called
In case of a dialog kiwi uses the dialog program which conflicts
with the plymouth splash system. Thus we tell plymouth to stop
This patch changes the request to be send to plymouth prior to
a dialog call and not in general
commit 02794a9e5bd51b9886bf845a545097ceb1c567ab
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Mar 12 15:41:07 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Mar 12 15:41:07 2018 +0100
Bump version: 9.13.6 → 9.13.7
commit ee6eb203139b513cf995d9817656aa2728bc12ea
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Mar 12 11:48:51 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Mar 12 11:48:51 2018 +0100
Update bootloader console for oem test image
Set bootloader_console="serial" for the oem test image to
allow testing in the Kanku CI
commit 967bde83852cb2a63852e2993117ccea67ce5127
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon Mar 12 09:13:51 2018 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon Mar 12 09:18:54 2018 +0100
Add profile dependencies
With this commit the profile can include other profiles as a dependency.
This way it is possible build an image defined by multiple profiles by just
calling a single composed profile from the command line.
Fixes #658
commit f0b240248f418610bb2f4d6b584637bccce8d476
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Mar 12 08:28:52 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Mar 12 08:28:52 2018 +0100
Bump version: 9.13.5 → 9.13.6
commit b006718d265828887c901652d3d3656b8e35c51e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Mar 9 14:08:53 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Mar 9 14:08:53 2018 +0100
Disable multipath from oem build test
commit 62fc4c159fd929a193f590d1eea95d584e23a41a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Mar 9 14:03:23 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Mar 9 14:03:23 2018 +0100
Fixup setup of root_filesystem_is_multipath
The variable is set to a boolean value or None. If set to
False due to a configuration of oem-multipath-scan this
will cause the dracut multipath module to be omitted.
In any other case the presence of the multipath module
decides whether it will be included into the dracut
generated initrd or not.
commit 2d61c91e8e0479acd7949e1fad9d94e2e241cbc7
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Mar 9 11:26:38 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Mar 9 11:26:38 2018 +0100
Fixup python-kiwi base package requires
There is no need for the base package to require multipath.
Those tools are only needed for dracut modules
commit 4fdf4b646ad26ff8cead9992b3519dcada66dc85
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Mar 8 15:58:38 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Mar 8 15:58:38 2018 +0100
Use dracut modules based on feature use
As the kiwi build dracut initrd is a generic one which
includes all installed dracut modules we missed a way to
exclude modules from beeing incorporated even if we know
it would not be needed. One example is the multipath module
which would only be useful if the oem multipath scan is
configured in the image description
commit cfc6ffc86e62b90252f0900a51dc20a0124acaff
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Mar 7 11:48:48 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Mar 7 11:48:48 2018 +0100
Update test-image-oem build
Create hostonly dracut initrd on first boot and replace
kiwi's grub config by the result of grub2-mkconfig
commit 69da1afee8fcbb402c5ce85061e63339dd5cf094
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Mar 7 11:36:34 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Mar 7 11:36:34 2018 +0100
Delete invalid motd file from build tests
commit e6e3ce2180c7130f6f0fe1a483617cf1210955d9
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Mar 7 10:28:28 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Mar 7 10:28:28 2018 +0100
Prepare test-image-oem build test for Kanku
Activate unattended mode and preselect the installation target
Also specify a fixed swapsize value to be independent of the
host main memory which is used to calculate swap if no size
is specified
commit 272af8560d4884b675f3c6489a0ada57d519ce42
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Mar 6 17:01:58 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Mar 6 17:01:58 2018 +0100
Bump version: 9.13.4 → 9.13.5
commit 19a84e54eccd7a4a41e7afe4f823a1215fbe7d64
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Mar 6 16:43:35 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Mar 6 16:43:35 2018 +0100
Fixed btrfs search path in earlyboot script
If kiwi generates its own efi image for the boot process
it does not setup the btrfs relative path setup in the
earlyboot script embedded into the generated efi image.
This has a bad impact on the file search because the
btrfs setup done in kiwi puts root below the @ volume
which we then need to specify of the relative lookup
is not activated. Fixes bsc#1082155
commit 8d5a9b0ba631147fb5bc4d0454a8dca8b4138c7e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Mar 6 15:51:52 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Mar 6 15:51:52 2018 +0100
Bump version: 9.13.3 → 9.13.4
commit a4e582eb6d4dbea1b1ffa3dd4c9596bff3db4f76
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Mar 2 16:31:14 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Mar 6 11:24:25 2018 +0100
Resize partition table after image resize
The command 'kiwi image resize' allows to resize the size
of a disk image. Depending on the partition table type it
is also required to resize the partition table inside of
the image to let the file size change become effective
This Fixes #534
commit 9f70b6c9060aef0a7f0260628f2d4d5df1d6eef9
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon Mar 5 18:00:26 2018 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon Mar 5 18:00:26 2018 +0100
Use LABEL for the swap partition
If multipath and device maps are active the fstab entry should use
the LABEL reference. Systemd calls swapon and it only works properly
with multipath devices when LABEL reference is used or calling directly
on the /dev/dm-* device file.
commit 34685e39636911e2cce7a442be74a6369c45c5c1
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Sat Mar 3 18:29:01 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Sat Mar 3 18:29:01 2018 +0100
Bump version: 9.13.2 → 9.13.3
commit 843832e282946a8cc3ad5ac06f6a84b0510a7973
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Mar 2 16:39:44 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Mar 2 16:39:44 2018 +0100
The order of the options for mkisofs matters
Setting -eltorito-platform after -b causes mkisofs to fail
commit 9997894a932f8c3008e88c8b3e8138df7963f4c9
Author: Michal Marek <MichalMarek1@eaton.com>
AuthorDate: Fri Mar 2 16:18:13 2018 +0100
Commit: Michal Marek <MichalMarek1@eaton.com>
CommitDate: Fri Mar 2 16:18:13 2018 +0100
APT: Support patternType in the bootstrap phase
With patternType="onlyRequired" (the default), run debootstrap with
--variant=minbase to install only essential packages. With
patternType="plusRecommended", let debootstrap also install important
packages. This is not exactly what the patternType keyword means with
other targets, but it allows to choose between an absolutely minimal
image and a small but usable system.
commit d74ce6a9c0261354481315d46599a093cbb0cf92
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Mar 2 14:56:28 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Mar 2 14:56:28 2018 +0100
Bump version: 9.13.1 → 9.13.2
commit 418a35704590a97ad46e172e3e9abfc5e153e2f8
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Mar 2 10:56:11 2018 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Mar 2 10:56:11 2018 +0100
Reactivate device mappings after repart. Fixes #645
This commit recreates removed device maps and triggers again
systemd generators in order to adapt again device units to the
new context. Fixes #645
commit 1553be4ea5f0eec3b5d1fa68c9c1a9a68ef1b2a4
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Mar 2 10:05:48 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Mar 2 10:05:48 2018 +0100
Refactor ovftool check
The way this was done mask errors from the call
with the check if the tool exists on the host.
This patch refactors this and makes clear where
we check for the tool to be installed and where
we actually call it
commit 135fdcf4da32d1bd285c93dbf913f98c42f2c50d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Mar 2 10:04:13 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Mar 2 10:04:13 2018 +0100
Extend has_option_in_help to also check error data
commit 0d377e1714f40c2875f1826c9b46e3d6de61450a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Mar 1 14:58:38 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Mar 1 14:58:38 2018 +0100
Check if isotool supports eltorito-platform option
Along with the change there is a small refactoring to
populate the iso tool search to the public api of the
Iso class
commit 37934d5ad7447c849dce78ccff3d359d9ce230e7
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Mar 1 10:23:52 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Mar 1 10:26:28 2018 +0100
Set eltorito-platform for efi
The default eltorito platform is set to "x86_64 PC", however
in an alternative bootloader spec for efi this would be the
wrong platform spec. This patch adds the correct platform
to the alt-boot setup for efi. References #643
commit f8ca681309538f465baceceb60b75d45cd194c8a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Feb 28 15:41:58 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Feb 28 15:41:58 2018 +0100
Fixup obs test status helper
Use osc results output to get better status information
commit 6dc70731014f1ff3da0525e8cdadbdf9a88ee23a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Feb 28 10:47:29 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Feb 28 10:47:29 2018 +0100
Fixed get_free_disk_bytes in dracut kiwi-lib
The method used any device from the lsblk output, but it can
happen that some device nodes with different name point to
the same physical device. The method would then calculate
the free space wrong. This patch takes the PARTUUID value
into account to make sure any partition device size is used
only once. This Fixes #648
commit 6c3f8efa642ee105e471a8bfe9c910f05ad4f3de
Author: Thomas Schraitle <tom_schr@web.de>
AuthorDate: Tue Feb 27 12:34:52 2018 +0100
Commit: Thomas Schraitle <tom_schr@web.de>
CommitDate: Tue Feb 27 12:39:52 2018 +0100
Use pytest instead of py.test
From pytest 3.0, it is recommended to use "pytest" as the main
command. The use of "py.test" is deprecated and is potentially removed
in the future.
commit 2034baf63f6613fa8112ea5a846a8d0e747a3e66
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Feb 27 11:04:15 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Feb 27 11:21:23 2018 +0100
Update tox setup
Add python 3.6 target and activate it for the travis
and the local make targets
Use major python version for the check(flake) and doc
targets where the interpreter minor version is not
primarily important
This references #641
commit 25bf25379e4f6d9209a074a33eecdc5a441353fe
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Feb 27 10:52:39 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Feb 27 10:52:39 2018 +0100
Update yast setup documentation
Incorporate changes per review by Tom
commit 7d62e36548a4ed0d8010eaf98a9a0e3fa673312d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Feb 26 18:03:38 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Feb 26 18:03:38 2018 +0100
Fixed oem build test
bind-utils explicitly required for obs to be able
to resolve the package dependencies
commit c0bd6ed9d860b4e993cc922a83a90894b2a2c476
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Feb 26 17:46:55 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Feb 26 17:46:55 2018 +0100
Bump version: 9.13.0 → 9.13.1
commit ccbbb48a36598c332bbd6b54daebdecb98fd5a4f
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Feb 26 17:30:15 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Feb 26 17:30:15 2018 +0100
Only delete sub path if not empty
commit 02203c68325d1d3ebcf3028a2210ec0b7f9976f7
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Feb 26 17:29:30 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Feb 26 17:29:30 2018 +0100
Fixed package lists for azure and ec2 build tests
commit 90346fb4f90bdf6e266e1a96345c385bb9c725d7
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Feb 26 16:34:45 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Feb 26 16:34:45 2018 +0100
Reference commit for bugzilla
With regards to the changes done in Issue #637 this commit
just creates a reference to a related bug bsc#1082163
commit 64cb5b003140a3733f635e25b5b667f13f1ce4a1
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Feb 23 16:00:06 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Feb 26 11:27:38 2018 +0100
Cleanup config functions shell coding
commit 57ad4acfd1ef947d91821d3c995939d311f9a55d
Author: Adam Majer <amajer@suse.de>
AuthorDate: Fri Feb 23 12:20:52 2018 +0000
Commit: Adam Majer <amajer@suse.de>
CommitDate: Fri Feb 23 13:38:37 2018 +0100
Use mkisofs instead of wodim
commit 11b3a2bb3255e0c0d8385ea52ec6070740dee2b0
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Feb 23 11:37:58 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Feb 23 11:37:58 2018 +0100
Delete obsolete/unused methods
commit 814258ecf3ef0f3d53742c15572da25ca24998ef
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Feb 23 11:37:43 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Feb 23 11:37:43 2018 +0100
Add functions.sh to shellcheck
commit 94e279514e5db87b3007596209bfa876aa402d32
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Feb 23 10:09:11 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Feb 23 10:09:11 2018 +0100
Added doc page how to setup yast on firstboot
commit a70d7bdccc01085987d4e32d66d9cd88795f98e0
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Feb 22 14:42:30 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Feb 22 15:10:10 2018 +0100
Allow arch attribute for profiles specification
A profile could be relevant for only a specific architecture.
There was no way to express that in the XML description. With
the change in this commit a specification like the following
is possible:
<profiles>
<profile name="A" description="..." arch="aarch64"/>
<profile name="B" description="..."
</profiles>
Profile A is only usable on the aarch64 architecture, whereas
profile B would be usable on all architectures.
* Selecting an arch specific profile from the commandline via
the --profile option on a system which is not of that architecture
will result in an error message.
* Using the import="true" attribute in the <profile> definition
for an arch specific profile will cause the import of that
profile only on that architecture and silently ignore the
import on any other architecture
This Fixes #637
commit 025850bde1ef327eee1ede598a63d9cef6896d96
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Feb 22 09:54:04 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Feb 22 09:54:04 2018 +0100
Update build-test descriptions for Kanku
As part of the buildservice there is now also a CI system called Kanku
which allows for image boot/run tests. The only requirement on the image
level which is missing in our build test descriptions is the setup of
the serial console. This patch updates those image descriptions which
could be tested by kanku to provide a serial console at boot time.
The plan is that our build-test images automatically gets boot tested
by the Kanku CI. This should include boot, console-login, reboot,
console login, shutdown. The required job description to do this
needs to be worked out together with the Kanku team
commit 9aea8452f257e69df66f0c8049e58a8ee05bd86c
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Feb 20 14:56:11 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Feb 21 12:54:07 2018 +0100
Fixed yum vs. yum-deprecated binary lookup
When using the yum package manager it could be either provided
as yum or yum-deprecated binary. Because of this the search
method to find the binary needs to know the context from which
the call is performed. This could be either the host system
or the created image root. This Fixes #624
commit 2928bba2760dfb7012778564ca16d60155178bcb
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Feb 20 17:57:18 2018 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Feb 20 17:57:18 2018 +0100
Adding publisher attribute for ISOs
This commit adds the 'publisher' attribute in type only for
ISO image type. It sets the publisher name of the resulting ISO.
Fixes #630
commit 71bb27722a9db47ec1c9d7d67b91b73b410243fd
Author: Michal Marek <MichalMarek1@eaton.com>
AuthorDate: Tue Feb 20 13:41:36 2018 +0100
Commit: Michal Marek <MichalMarek1@eaton.com>
CommitDate: Tue Feb 20 13:41:36 2018 +0100
APT: Run debootstrap with --variant=minbase
This selects only packages with Priority: required, which is more in
line with what the other package managers are doing. A patch for
kiwi-descriptions has been submitted to adapt to this new behavior.
commit 39b2b703a20d95111b1ebf670f07b1b6ec70d6b9
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Feb 16 11:58:16 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Feb 16 11:58:16 2018 +0100
Bump version: 9.12.9 → 9.13.0
commit 9ee21e61636e407f4fb2f0093e1ca4dc42da1fdc
Author: Alexander Graf <agraf@suse.de>
AuthorDate: Fri Feb 16 11:24:41 2018 +0100
Commit: Alexander Graf <agraf@suse.de>
CommitDate: Fri Feb 16 11:24:43 2018 +0100
Do not emit linuxefi/initrdefi on non-x86 platforms
Grub wants to have linuxefi/initrdefi commands to execute Linux via the UEFI
calling convention on x86. However, all other platforms simply use the normal
linux/initrd commands, because there grub assumes that an EFI grub wants to
run an EFI payload.
Reflect this architecture difference in the generated grub configuration.
Signed-off-by: Alexander Graf <agraf@suse.de>
commit 4c901d506d0ca6543215936e1a994be774f139b5
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Feb 15 14:46:21 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Feb 15 15:03:45 2018 +0100
Fixup grub2 theme setup
The presence of a background file was mandatory for kiwi to
use the theme. But the background information is optional
commit 655393626597f411ba70daf2aa5fdaf536859d1c
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Feb 14 11:49:19 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Feb 14 18:42:49 2018 +0100
Deleted obsolete boot descriptions
The custom kiwi boot descriptions has been moved into
the kiwi-descriptions github repo and builds the compat
package kiwi-boot-descriptions from there. The build
of the boot image(initrd) is done by dracut and the
dracut module packages provided by kiwi. The classic
custom boot descriptions can still be used as alternative
method if the above package is installed. Related to
Issue #576
commit 0a50b72da377777a5e16707403d165103cc02f42
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Feb 13 13:00:36 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Feb 13 13:00:36 2018 +0100
Create compatible boot options
The boot option root=install:CDLABEL= is mandatory for install
images which uses the dracut initrd system. But for the custom
kiwi oemboot descriptions this is causing a problem when detecting
the install device. Thus the above boot option is only applied
for the initrd system which actually makes use of it
commit a27562d8c45b550b61d3749e07f049983fa073f4
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Feb 13 12:27:15 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Feb 13 12:27:15 2018 +0100
Update boot description search path
With the move of the boot descriptions in its own package
the kiwi search path needs to be adapted to look for boot
descriptions in /usr/share/kiwi/custom_boot. In addition
a runtime check to exit early if the boot description could
not be found or is not specified will be provided. Related
to Issue #576
commit 1db0a1a1c2c6b4cd07a9bb0f28567a0dae0f12aa
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Feb 13 10:37:16 2018 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Feb 13 10:47:27 2018 +0100
Update the docs to the current example present in kiwi-descriptions
commit acfa69617c4e169ded7c0d1036e80261e044a86b
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Feb 12 16:48:17 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Feb 12 16:48:17 2018 +0100
Bump version: 9.12.8 → 9.12.9
commit d29ba29276f824a08985be60e0fd40a786c0cf18
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Feb 12 14:51:17 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Feb 12 15:56:49 2018 +0100
Add restrictions to Path.remove_hierarchy
When an iso file is used as repo, this iso will be loop mounted on
the host and bind mounted into the image root as long as the image
builds. When the mount is released a recursive cleanup of the complete
path happens. This is done by calling Path.remove_hierarchy. However
if a sub path of the mount path contains a system root directory
which is mandatory for the Linux root system it is not allowed
to be deleted even if it is empty at the time of the mount cleanup.
Thus this patch adds a lookup for protected directory names and
only runs the recursive deletion as long as no protected member
is part of the path. This fixes bsc#1080301
commit 02ce24dda56f89a43675eb7ee4bd1d6318ebe8df
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Feb 12 15:55:46 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Feb 12 15:56:26 2018 +0100
Update .virtualenv.dev-requirements.txt
sphinx 1.7.0 is not compatible with travis-sphinx
thus we stick with 1.6.7 until travis-sphinx followed
the sphinx changes
commit 12a9dfb0fa1b2323bb051079eae9af39c917fe6c
Author: Neal Gompa <ngompa@datto.com>
AuthorDate: Sat Feb 10 22:49:25 2018 -0500
Commit: Neal Gompa <ngompa@datto.com>
CommitDate: Sun Feb 11 16:10:23 2018 -0500
Initial support for building Debian/Ubuntu packages in spec
This adds support for producing the main kiwi package as well as the
packages for the dracut modules to be used when building Debian-based
distribution images with KIWI.
The Debian/Ubuntu package is built using debbuild: https://github.com/ascherer/debbuild
commit 987b3c6d27317696cea00dfc7ba0c800b80c1e91
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Feb 9 15:38:16 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Feb 9 15:38:16 2018 +0100
Fixed build_pxe_root_filesystem documentation
The article still used filename references from v7 code stream
This patch updates the docs to match the sources it refers to
commit 3270e4aeea444b9ba7843a903e02cef0cc325353
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Feb 7 14:38:47 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Feb 7 14:38:47 2018 +0100
Update dropped features documentation
The information on the partition based install method was
unclear and misleading. This patch clarifies the documentation
in this regard
commit c05f784f110fbed077c98af3808684990b90a943
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Feb 7 14:22:58 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Feb 7 14:22:58 2018 +0100
Delete obsolete ovf format value
Support for ova has been added which makes the ovf format
value obsolete and redundant
commit 805bb68fff01099b2d7554e9a97c0d94910f01c2
Author: Michal Marek <MichalMarek1@eaton.com>
AuthorDate: Tue Feb 6 15:55:55 2018 +0100
Commit: Michal Marek <MichalMarek1@eaton.com>
CommitDate: Tue Feb 6 15:55:55 2018 +0100
OVA: Print a user-friendly message if ovftool is not available
commit b281de970b9ac0525ad40fc1fa44f8c9a8ecd0e2
Author: Michal Marek <MichalMarek1@eaton.com>
AuthorDate: Tue Feb 6 15:55:29 2018 +0100
Commit: Michal Marek <MichalMarek1@eaton.com>
CommitDate: Tue Feb 6 15:55:29 2018 +0100
OVA: Require ovftype="vmware"
commit d6a67460cbe484d89ef93e14c94a99722707fc9f
Author: Robert Schweikert <rjschwei@suse.com>
AuthorDate: Mon Feb 5 18:33:10 2018 -0500
Commit: Robert Schweikert <rjschwei@suse.com>
CommitDate: Mon Feb 5 18:33:10 2018 -0500
- Expand consistency check for grub efi package to cover debian based
and RH distros
commit aa27a37a6430bdc3d9d1267dde1ede59065dc2f5
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Feb 5 17:02:19 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Feb 5 17:02:19 2018 +0100
Bump version: 9.12.7 → 9.12.8
commit ba6d4326f54eef9291d117605d0b61deece94615
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Feb 5 15:56:26 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Feb 5 16:22:45 2018 +0100
Exclude install source device from target list
commit a887c7fe9b0f06fce4f6d44170608457a56c5197
Author: Robert Schweikert <rjschwei@suse.com>
AuthorDate: Mon Feb 5 10:13:14 2018 -0500
Commit: Robert Schweikert <rjschwei@suse.com>
CommitDate: Mon Feb 5 10:13:14 2018 -0500
- Fix style error
commit f44ce191c2bc429f14dc21ac0e842a427cf3cde9
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Feb 5 15:29:25 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Feb 5 15:38:24 2018 +0100
Fixed kiwi-dump timing issue
The install code needs to wait in the pre-udev phase for
the device containing the installation data to become ready
before proceeding with the actual installation code.
commit 7cff2e93b916756fdd2b39f833d5ae7c2a6164a6
Author: Robert Schweikert <rjschwei@suse.com>
AuthorDate: Mon Feb 5 09:29:07 2018 -0500
Commit: Robert Schweikert <rjschwei@suse.com>
CommitDate: Mon Feb 5 09:29:07 2018 -0500
- Early exit if firmware is efi or uefi but the expected grub module is
not part of the package list
commit e09579e11100dd4a5e1da25b961fdbd84e7f5825
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Feb 5 15:28:12 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Feb 5 15:28:12 2018 +0100
Fixed dialog size of install confirmation dialog
The size was too small to show device names which causes a
line break to be displayed in the next line
commit d8bc0e3dcda49ec74468da94288eefc905f44f8c
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Sun Feb 4 20:19:45 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Sun Feb 4 20:19:45 2018 +0100
Cleanup misleading method name
commit bc4e225aec59ba5e50a7c1a98e585faaa17819cb
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Sun Feb 4 15:52:06 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Sun Feb 4 18:46:57 2018 +0100
Fixed target path name for gce format
get_target_name_for_format in case of the gce format does
not return a path spec which leads to an incomplete result
information for a later bundle command. This patch fixes
this. In a follow up pull request we will also update
the method name from the misleading get_target_name_for_format
function name to get_target_path_name_for_format
commit 422d91ada6329159b9056e2665e7ec2c07f27665
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Sun Feb 4 18:46:09 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Sun Feb 4 18:46:09 2018 +0100
Fixed coverage report setup
Latest version of the coverage module requires a report setup
commit 91270176ffdf716b85a7775308f3ede4e161591a
Author: cyberorg <cyberorg@cyberorg.info>
AuthorDate: Sat Feb 3 13:12:48 2018 +0530
Commit: cyberorg <cyberorg@cyberorg.info>
CommitDate: Sat Feb 3 13:12:48 2018 +0530
Use live-grub-stick
commit d1fced5e9986dea113d8bdce7403d95b0e1484dc
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Feb 2 18:16:28 2018 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Feb 2 18:16:28 2018 +0100
Fix packages file generation
This commit checks the %_dbpath value of the image rpm tool. This is
needed since recent rpm versions switched the default database path,
thus running rpm queries to different roots might lead to errors.
Fixes #605
commit df22ab6c446d2e20590f8977e517ff3124476fdf
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Feb 1 14:31:31 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Feb 1 14:31:31 2018 +0100
Bump version: 9.12.6 → 9.12.7
commit e81866c337e117b42a821180655a53bbf1dc8ca4
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Feb 1 10:29:30 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Feb 1 10:29:30 2018 +0100
Update per review by Tom
commit c2cb10001b6479e7d6510464e175bd5a5cea7adf
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Feb 1 09:55:08 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Feb 1 09:55:08 2018 +0100
Update per review by David
commit 84790e74ad16e06de3dcb7a8fc8efa1581c6d6df
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jan 31 15:43:07 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jan 31 15:43:07 2018 +0100
Update per review by Tom
commit 5c8ab7c744e3a986a9d2117aba447c1ccef15315
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jan 30 15:37:21 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jan 30 15:37:21 2018 +0100
Added chapter for live-fat-stick deployment
With the support for the iso-scan feature in KIWI live
ISO image, also the ability to deploy file based on
FAT32 usb sticks via the live-fat-stick tool exists.
This chapter describes how to do it and Fixes #521
commit c5ca89682b0d878728db37165f89167c445aff9e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jan 30 14:35:06 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jan 30 14:35:06 2018 +0100
Update pre review by Tom
commit 71b77c9be352db7a9045bf2ae1173c3866b56445
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jan 30 14:29:43 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jan 30 14:29:43 2018 +0100
Update per review by Tom
commit d4ebf1684820a8c1e8e415acecc52e1586adebe3
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jan 30 14:25:08 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jan 30 14:25:08 2018 +0100
Update per review by Tom
commit de47635af36f28cf9ad017df105dc67aa74610be
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Jan 30 14:20:45 2018 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Jan 30 14:20:45 2018 +0100
Remove vmdk metadata update procedure
This commit removes the method _update_vmdk_descriptor from
DiskFormatVmdk class. The code part causes vmdk format issues
in current up to date hipervisors such as VMWarePlayer 14 or
Virtualbox 5.2. Removing this code does not produce any failure,
at most can only imply loosing some features provided by open-vm-tools
package.
Fixes #591
commit a2fd4b3ce206aaeffa78617f6ae3b1c185d76d36
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jan 30 11:38:16 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jan 30 11:38:16 2018 +0100
Fixed use of profile variables in kiwi-dump module
The profile environment was not imported in the
dracut kiwi-dump module. Thus custom settings like
oem-unattended did not had an effect
commit d69dc24992cc82e851e1c4d6ac34443969037fbe
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jan 30 10:37:03 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jan 30 10:37:41 2018 +0100
Fixup docstrings in xml_state
commit aaf563d93993fbe646ba78613cfc08a792cca49d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jan 30 10:22:42 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jan 30 10:37:41 2018 +0100
Allow only one dracut variable for kiwi debugging
commit 427a1c28b370659f7d6aa88c1cee0d662aebbae1
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jan 26 11:38:29 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jan 30 10:37:41 2018 +0100
Update documentation
Update the documentation with regards to the move
from the plain kiwi initrd to the dracut initrd system.
This is related to Issue #576
commit 36e3cd52ee1a860e23ae1383c3f161ba4105b468
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jan 29 12:16:55 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jan 29 12:16:55 2018 +0100
Bump version: 9.12.5 → 9.12.6
commit bcd170a04dfbe5c4bb50c4ae245b3f6a8fede39d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Sat Jan 27 11:14:48 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Sat Jan 27 11:14:48 2018 +0100
Fixed kiwi dracut config for the final system
Once the image has been deployed on the target and the
system is up and running some of the kiwi dracut modules
used for deployment are no longer needed and should not be
taken into account when another dracut call happens on the
system.
commit 7b7afa815bbc5b2b3b5d3f47e0384b403dabdcf8
Author: Michal Marek <MichalMarek1@eaton.com>
AuthorDate: Fri Jan 26 12:19:18 2018 +0100
Commit: Michal Marek <MichalMarek1@eaton.com>
CommitDate: Fri Jan 26 12:19:18 2018 +0100
Add support for building OVA images
Implement support for format="ova" using VMware's ovftool. We use the
vmdk format as a basis and then just call ovftool to convert *.vmdk +
*.vmx to an OVA.
commit a1d30ca4db3ec44a8c80c0b71084c14282036725
Author: Michal Marek <MichalMarek1@eaton.com>
AuthorDate: Fri Jan 26 11:02:39 2018 +0100
Commit: Michal Marek <MichalMarek1@eaton.com>
CommitDate: Fri Jan 26 11:02:39 2018 +0100
flake8: Use a more conservative max-complexity setting
Set the default threshold to 12 and annotate the outliers with
"noqa: C901". Most of the cases are due to lack of switch statement in
python, but there are some worth titying up. Now we can grep for them
:).
commit 2de55d1f415dfefca367d946f9bed5156a2d1e80
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jan 26 10:28:53 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jan 26 10:28:53 2018 +0100
Bump version: 9.12.4 → 9.12.5
commit b7b6d1a553ef26d9000360ad8078940f225ed582
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jan 26 10:18:58 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jan 26 10:18:58 2018 +0100
Make sure there are no busy devices on reboot
If the dracut kiwi-repart module skips the repartition step
because the disk was already repartitioned it leaves devices
in busy state which leads to a rescue shell at the system
mount stage
commit a4cc859530ba60057cd72157f35ea69fc7984667
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Jan 25 16:48:30 2018 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu Jan 25 16:48:30 2018 +0100
uboot-setup-panda.tgz was readded by mistake as boot hooks are no longer needed
commit 695ab000d0ed31f23697346049d3491449baae20
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Jan 25 15:32:53 2018 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu Jan 25 15:32:53 2018 +0100
Adding opensuse ports repository
commit d5422306721d0b40af83d450369af1667ff9394c
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jan 25 14:04:36 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jan 25 14:04:36 2018 +0100
Bump version: 9.12.3 → 9.12.4
commit cc152d0a57254ae84bfc05af50d3247707549b65
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jan 25 14:02:31 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jan 25 14:02:31 2018 +0100
Don't lookup zImage symlink
Due to the workaround to lookup the gzip compressed variant
of a zImage to find its version, it's required to find the
full name of the zImage in order to rematch the gzip variant.
Looking at the zImage link will make this to fail because
there is no vmlinux link
commit 318794ce68fda20c5ede7c4d5513132aa815244d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jan 25 13:54:03 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jan 25 13:54:03 2018 +0100
Bump version: 9.12.2 → 9.12.3
commit 7a94685217f1a48e9e0d22308621cc6696b3004e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jan 25 11:59:36 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jan 25 11:59:36 2018 +0100
Fixed kernel version check for zImage
kernels build as zImage contains the decompressor code
as part of the kernel image and could be therefore
compressed by any possible compression algorithm.
In this case we assume/hope that there is also a
standard gz compressed vmlinux version of the kernel
available and check this one instead of the zImage
variant. Fixes #587
commit 407b69a3edcf926b9d128d1cabf4fe80aa83adff
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jan 25 11:34:58 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jan 25 11:34:58 2018 +0100
Bump version: 9.12.1 → 9.12.2
commit 2fc430be2bc188e6c7f0fe7ee797e55e1df47521
Author: Robert Schweikert <rjschwei@suse.com>
AuthorDate: Wed Jan 24 15:00:06 2018 -0500
Commit: Robert Schweikert <rjschwei@suse.com>
CommitDate: Wed Jan 24 15:00:06 2018 -0500
- Image name generation for GCE images
+ Fix the name generation for GCE images. The implementation assumed that
GCE images are of a type that use a kiwi generated initrd, looking for
image name components based on the boot attribute in the type element.
This assumption is not correct, use the name provided in the XML to
compose the image name.
commit 1e8550332268916cce2e82041117850fda7ec408
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Jan 24 19:40:50 2018 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Jan 24 19:40:50 2018 +0100
Update the man pages
commit f9c38557d5e57b83f2e91f7dca43caf793ac38c8
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jan 24 17:18:51 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jan 24 17:18:51 2018 +0100
Fixed installation image builder
Use get_boot_names from BootImage instance to ask for
the name of the initrd instead of constructing this
information from static values. The name of the initrd
is different per distro and toolkit
commit 2ffcb26f1511274211287bb9ffb2cefe033cf4ca
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jan 24 16:57:27 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jan 24 16:57:27 2018 +0100
Provide a get_boot_names method in boot classes
The naming schema for an initrd file name depends on the
boot image type as well as on the underlaying initrd
creation toolkit. In order to encapsulate that in a clear
interface the code to know about the correct names has
been moved into the classes which are responsible for
it and out of the builder/disk class
commit da2c41894b0260b143785422ec44289ac56ddb28
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jan 24 12:07:06 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jan 24 12:07:06 2018 +0100
Bump version: 9.12.0 → 9.12.1
commit 8cc0138eaa4e182be8cbd03a295a27ca18d2c349
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jan 24 12:05:53 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jan 24 12:05:53 2018 +0100
Fixed dracut-kiwi-oem-dump requires setup
on rhel/fedora multipath is provided by device-mapper-multipath
commit d334a89d84dd499ca23cc7f25988791ac07c0473
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Jan 23 19:03:27 2018 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Jan 23 19:03:27 2018 +0100
Adding package_gpgcheck flag as an option for set-repo and add-repo
Fixes #565
commit 62318c4888ad2f64ce72c7246faea23a1f0a58c2
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Jan 23 11:37:52 2018 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Jan 23 11:37:52 2018 +0100
Adding uboot-setup kiwi hooks
For some reason the uboot-setup-panda.tgz file did not get into
master branch, probably was not properly pushed in the former
include_build_tests_arm branch.
commit efbb47f999256c60fce34ff8b119060da6793ebb
Author: David Cassany Viladomat <davidcassany@gmail.com>
AuthorDate: Tue Jan 23 11:22:42 2018 +0100
Commit: GitHub <noreply@github.com>
CommitDate: Tue Jan 23 11:22:42 2018 +0100
Fix build tests to match new locale setting strategy (#586)
commit 72fc10639f2eccb3cadcef2ddc171c4f07190368
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jan 22 19:08:27 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jan 22 19:08:27 2018 +0100
Added timezone package to build tests
With the latest update on how kiwi handles the locales with
systemd-firstboot, only locales defined in timezone package can be
set, thus Europe/Berlin is not possible if timezone is not installed
commit 34d58087d244f377daeaeddb4b0e82d6f574f138
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jan 22 18:03:29 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jan 22 18:03:29 2018 +0100
Fixed build tests for azure and ec2
Packages yast2-storage and recode no longer provided
commit 04a28f77bdc6ffa95e4620fe081a8b0ea890a45e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jan 22 17:49:24 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jan 22 17:49:24 2018 +0100
Bump version: 9.11.30 → 9.12.0
commit 383187157a8b3f82d26dab58e02f13f6bb36dd9d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jan 22 17:44:10 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jan 22 17:44:10 2018 +0100
Update build test image descriptions
Update to latest schema by auto conversion and delete use
of oemboot kiwi code by switching to dracut
commit 2d68cbbbd8fd8d4acf7974026be7cf1f580a95e6
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jan 22 14:23:59 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jan 22 14:23:59 2018 +0100
Fixed reading device node path
lsblk should be called with -p because it's a mistake
to assume any device lives below /dev. There could also
be subtree devices in /dev/mapper or /dev/disk/..
We leave it up to lsblk to provide us the correct
information
commit 5ed743febfe5c328e396987319637b753eab9815
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jan 22 10:38:28 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jan 22 10:38:28 2018 +0100
No need to actively stop the dialog service
commit 8dbd012078dfe4f8aaa997ea9854b56316a61651
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jan 22 09:47:36 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jan 22 09:47:36 2018 +0100
Added required packages for dmraid and multipath
commit 645d600c8921715ad1a644eed129394746215e94
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Sat Jan 20 17:42:41 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Sat Jan 20 17:42:41 2018 +0100
Added handling for dmraid and multipath devices
commit eaff4a84f5d80850f3991b56a34b92bcdf0df48e
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Jan 19 18:20:29 2018 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Jan 19 18:20:29 2018 +0100
Adding iso-scan feature to kiwi-live dracut module
This commit adds the iso-scan scripts to kiwi-live module_setup
if the former files are found in the system inside the dmsquash-live
dracut module directory.
Fixes #574 and is related to #521
commit 2439659340a266463fe71ebc5903c877e39d1d86
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jan 19 15:37:34 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jan 19 15:37:34 2018 +0100
Fixed Arrays implicitly concatenate by shellcheck
commit 1f348e843626991419cf52e985a018a7bea15c79
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jan 18 18:05:35 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jan 19 14:27:52 2018 +0100
Add support for net install in dracut kiwi-dump
This implementes one of the tasks from Issue #576
commit f704c3c7b2e6a4263b2388768e2503b5ee32efe0
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jan 17 14:59:59 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jan 17 14:59:59 2018 +0100
Added runtime check for dracut-kiwi-oem-dump
The installation of the above mentioned dracut module package
is required for oem images which uses dracut as initrd system
and have the creation of an installation image requested.
This is related to Issue #576
commit 2b582a333995c3e19161a90e5e6b662a7d66b9eb
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jan 17 10:22:34 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jan 17 10:22:34 2018 +0100
Update schema version in documentation
commit f304802c538bdd624aa3b68b5855f3a7ee6c94f0
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jan 17 10:18:54 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jan 17 10:19:37 2018 +0100
Auto update all schema descriptions to v6.8
commit 1c5d969b4a82062252ce697f6a9ab48e31b04b18
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jan 17 10:17:39 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jan 17 10:19:37 2018 +0100
Delete hwclock from profile and system setup
commit a64161df65da4eaeb6de305b72aa6b198c50b93d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jan 17 10:07:56 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jan 17 10:19:37 2018 +0100
Delete hwclock section from schema
Deletes hwclock section from schema and provides xslt
style sheet for schema auto conversion from schema
version 6.7 to 6.8
commit 300dd9332d95d028367024b38204f942be8d0a97
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Jan 16 17:16:04 2018 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Jan 16 17:16:04 2018 +0100
Deprecate suseConfig method and remove hardware config method
This in this commit:
- the contents of the suseConfig method from kiwi/config/functions.sh
are replaced by a deprecated message.
- the setup_hardware_clock method from SystemSetup is removed as it is
not used anywere in the code.
commit afbf2687c8db45480f5de4e89c966d22d476e2a6
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Jan 16 16:53:59 2018 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Jan 16 16:53:59 2018 +0100
Extend CommandCapabilities to also check version
commit 6784ea8eeb18930185135cfb832a4c55dff2f02d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jan 16 15:48:03 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jan 16 16:24:58 2018 +0100
Added dracut-kiwi-oem-dump subpackage to spec
commit d582dc90bdc68a4d84f4f74965d97c4d445a4f77
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Nov 23 11:56:55 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jan 16 16:24:58 2018 +0100
Implementation of dracut kiwi-dump module
Provide the capabilities of the oem install code as
dracut module. The implementation covers the result
of the installiso="true" configuration. Installation
from remote sources still needs to be done and will
follow in an extra pull request. This addresses
Issue #576
commit 02dc8e32e1b619fc521ef9c0886d26079bcd3741
Author: David Cassany Viladomat <davidcassany@gmail.com>
AuthorDate: Tue Jan 16 14:10:31 2018 +0100
Commit: GitHub <noreply@github.com>
CommitDate: Tue Jan 16 14:10:31 2018 +0100
Update locale settings (#579)
* Use systemd-firstboot in order config basic settings
This commit updates locale and keyboard settings in order to make
use of the systemd tools, as this will be the only valid method starting
from SLE15.
Fixes #577
* Added CommandCapabilities utils class
commit 6942c6f7009bf82094809c21576485ad8593c4a5
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jan 8 11:37:20 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jan 8 11:37:20 2018 +0100
Bump version: 9.11.29 → 9.11.30
commit 54499ab14374549dead21b38ce569ff899ea0275
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jan 8 11:35:25 2018 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jan 8 11:35:25 2018 +0100
Deleted syslinux from ppc/oemboot/suse-SLES15
syslinux is not provided for ppc. This Fixes bsc#1073310
commit 3c552d4a2f263c357296bebceaea41b5d371031f
Author: Martin Mohring <martin.mohring@5eecosystems.com>
AuthorDate: Fri Dec 29 00:12:19 2017 +0100
Commit: Martin Mohring <martin.mohring@5eecosystems.com>
CommitDate: Fri Dec 29 00:12:19 2017 +0100
[boot] fix double quote in grub menu which makes kernel updates for CentOS / RHEL / Fedora break grub.cfg
commit 81ac89e1a897ffb03ee4b657e0abe344aae54380
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Dec 19 17:53:28 2017 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Dec 19 17:53:28 2017 +0100
Omit kiwi-repart dracut module in oemboot initrd
KIWI's oemboot initrd with initrd_system="dracut" together with
installiso="true" requires to have dracut-kiwi-oem-repart package
installed in the system, thus it ends up also being included in the
recreated dracut initrd after booting the oemboot initrd from the
installation iso. This kiwi-repart module causes a boot failure in that
case since no .profile file is present, moreover, it has no sense to
run it at that stage, since the disk is already reparted by the
oemboot code.
This commit allows installiso="true" and initrd_system="dracut" to
play well together.
commit adcdd6b46396c83e5e59faf369bb2b04a5cba5b8
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Dec 15 10:32:26 2017 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Dec 15 10:44:56 2017 +0100
Improve locale pattern in schema
Now the locale pattern in the schema also supports POSIX. Note
that POSIX will be only accepted if listed in the first place of the comma
separated list.
This commit fixes #570
commit 6aa385d2237849bf99db13cf3cddbf43cd0ad311
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Dec 14 16:45:20 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Dec 14 16:45:20 2017 +0100
Bump version: 9.11.28 → 9.11.29
commit cbccb7629422b23bac49fe0b1b043475360757d2
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Dec 13 09:53:21 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Dec 13 09:53:21 2017 +0100
Allow to choose dracut live module
There is the standard dracut dmsquash-live module based on
the device mapper technology and the kiwi-live module based
on the overlayfs technology. The setup of the live iso structure
in kiwi is compatible to both modules. Thus it makes sense
to allow to choose the technology via the flags attribute
<type image="iso" ... flags="overlay|dmsquash"/>
Please note both modules supports a different set of live
features. This Fixes #568
commit 0dab9cad3bc03bda2498873bf4c7d2919f065ec5
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Dec 12 11:52:30 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Dec 12 11:52:30 2017 +0100
Bump version: 9.11.27 → 9.11.28
commit 066cb0be23de238ad6988f9367a7ca8a2200a4c8
Author: Adrian Schröter <adrian@suse.de>
AuthorDate: Fri Dec 1 15:56:37 2017 +0100
Commit: Adrian Schröter <adrian@suse.de>
CommitDate: Mon Dec 11 18:04:55 2017 +0100
add missing deps for docker builds.
Moving kiwi-image:* provides to -requires package
commit 3f0b298ba2919ef68faefcb5d4e7639d10ab9004
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Dec 7 15:21:23 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Dec 7 15:21:23 2017 +0100
Fixed ec2 and azure test builds
cryptconfig is no longer provided
commit 046f946b13005b78fd271bc426ddfa82954351fe
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Dec 6 16:26:21 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Dec 6 16:26:21 2017 +0100
Bump version: 9.11.26 → 9.11.27
commit e91ace3f165f6570da0273b574963a3bad45370e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Dec 6 16:25:12 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Dec 6 16:25:12 2017 +0100
Apply target permissions only if target dir exists
commit 8555e011656c6ee4e4194439548ef76c469a07db
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Dec 6 16:03:57 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Dec 6 16:03:57 2017 +0100
Bump version: 9.11.25 → 9.11.26
commit d1fb751b60dd7bf35b09cc13c8e92382650a25dd
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Dec 6 15:59:14 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Dec 6 15:59:14 2017 +0100
Fixed use of stat result in os.chmod
oct method returns a string representation which was mistakenly
used in a subsequent os.chmod call. This Fixes #564
commit 912e3f7171b7c9f135d6228516744505057f9495
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Dec 6 12:51:06 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Dec 6 12:51:06 2017 +0100
Fixed tox doc target
Correctly include schema pictures after travis-sphinx build
commit b38bf2e4845be8e7bbdcf1fd9ca28f43a8dfa5f9
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Dec 6 12:08:00 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Dec 6 12:08:00 2017 +0100
Bump version: 9.11.24 → 9.11.25
commit 0fb2b38649c4a332cd2b2a669d1b33617e5f0a2e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Dec 5 14:52:56 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Dec 5 14:52:56 2017 +0100
Update failsafe kernel option list
Delete obsolete parameters and make sure a failsafe boot
does boot into runlevel 3. This Fixes #554
commit 02431db6fef81abfe23540b2e2a2ef8128b42baa
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Dec 5 14:26:06 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Dec 5 14:31:50 2017 +0100
Apply xslt validation on boot images
commit d0ff0e284ae90a32d30e3a319bff3e6caad8f072
Author: Michal Marek <MichalMarek1@eaton.com>
AuthorDate: Tue Dec 5 10:59:29 2017 +0100
Commit: Michal Marek <MichalMarek1@eaton.com>
CommitDate: Tue Dec 5 10:59:29 2017 +0100
Do not match comments and PIs in XSLT templates
I wanted to add a simple vim modeline to my XML description:
<!--
vim: et:sts=2:sw=2
-->
This made kiwi consume insane amounts of memory during the XSLT
transform step. While this may be a bug in my version of lxml, we do not
transform comments on processing instructions in the conversion
templates, so the easiest solution is not to match them.
Signed-off-by: Michal Marek <MichalMarek1@eaton.com>
commit f17b6e41f0b52606736aa40562b0d04213be3176
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Dec 4 17:17:35 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Dec 4 17:17:35 2017 +0100
Make sure toplevel target dir keeps permissions
When syncing data via rsync we make sure the toplevel target
directory the data gets synced to does not change it's origin
permissions. This Fixes #557
commit a39f527e108000c192b17cdbd2dd53d19e87ffab
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Dec 4 12:33:29 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Dec 4 12:33:29 2017 +0100
Rebuild schema documentation
commit 5b06180b72977edea3245554297ebb89ec110a22
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Dec 4 11:55:43 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Dec 4 12:00:38 2017 +0100
Fixed dependencies for dracut-kiwi-lib
Adapt package names for gdisk/gptfdisk and btrfs-progs/btrfsprogs
Install and require fdasd only on s390 architecture
Delete fbiterm requirement since the project seems unmaintained
and the use of the framebuffer terminal is an option in the code
but not mandatory. This Fixes #559
commit 9e9693ca8c0bf95a135e06d9520ddae48a52c4e1
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Nov 29 17:37:10 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Nov 29 17:37:10 2017 +0100
Update text per review
commit 030806f08448af99f2318665964cce504cbe0a84
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Nov 29 17:30:24 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Nov 29 17:30:24 2017 +0100
Fix and cleanup tox setup
Along with the cleanup of the tox setup also the workaround
using an older version of the py module has been fixed
commit 74efa869f3ff3e613d9b90cd09f429b2a9e34ecf
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Nov 29 16:22:29 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Nov 29 16:22:29 2017 +0100
Fixed travis-sphinx call syntax
commit ec9df7daaacb3a50c54d7bb2ef52239c80facbdb
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Nov 29 12:21:29 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Nov 29 12:21:29 2017 +0100
Update dropped feature list
Legacy kiwi's oem recovery feature will not be ported
due to technologes like ReaR, snapper, btrfs and due
to the container, cloud and public cloud orientation of
OS images
commit 023c65a133f2e1767355711c8fea2a5892ddc34a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Nov 23 11:07:05 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Nov 23 11:07:05 2017 +0100
Bump version: 9.11.23 → 9.11.24
commit b077d6006c098260f0c23b55276588a8798c8611
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Nov 23 10:58:24 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Nov 23 10:58:24 2017 +0100
Fixed URL to semver.org in development guide
commit b6a7c83f40697b740f0b3b0847724ae49176b3b0
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Nov 23 10:48:58 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Nov 23 10:48:58 2017 +0100
Bump version: 9.11.22 → 9.11.23
commit 570d911eb10bee0a10c2bce6083a575367ac0d6f
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Nov 23 10:34:02 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Nov 23 10:34:02 2017 +0100
Fixed module setup for dracut-kiwi-lib
lsblk tool used in code but missing in dependencies
commit 1a302112fb8358cbc7e30551c4b72f96d9a5ee7b
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Nov 23 10:18:40 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Nov 23 10:18:40 2017 +0100
Fixed test-image-azure build test
azurectl does not resolve because of missing AppScheduler
but for the integration test image we also don't need azurectl
Thus it was just deleted from the list
commit 797cea896b988675f25aa1c50b934dd20e502eda
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Nov 23 10:06:41 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Nov 23 10:06:41 2017 +0100
Fixed test-image-azure build test
pam-modules package doesn't exist anymore
commit 8cfa0108fba24146b218d6d0616d64dc2b967fd6
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Nov 22 10:23:37 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Nov 22 10:23:37 2017 +0100
Bump version: 9.11.21 → 9.11.22
commit 6b7532d53bbf6a02587559193162e1343a31b109
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Nov 22 10:20:47 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Nov 22 10:20:47 2017 +0100
Fixed typo in spec file
The use of the suse_version macro from the last change
introduced a syntax error which caused the package build
to fail in obs
commit a0c5f8c1c4f2789b293054279aedace2d84da4b0
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Nov 22 09:06:59 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Nov 22 09:06:59 2017 +0100
Bump version: 9.11.20 → 9.11.21
commit d0fa1ec47131f1eb8dfdd3f17e34ee4589345939
Author: Dominique Leuenberger <dimstar@opensuse.org>
AuthorDate: Tue Nov 21 11:37:32 2017 +0100
Commit: Dominique Leuenberger <dimstar@opensuse.org>
CommitDate: Tue Nov 21 11:37:32 2017 +0100
package: Prepare for Tumbleweed moving to suse_version 1550
commit 4461fecd6afe7041643804f6e7cceccb215a1430
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Nov 21 11:16:35 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Nov 21 11:16:35 2017 +0100
Bump version: 9.11.19 → 9.11.20
commit fce043d6eb3cae5ababf3d5ef884fae0a7399b6f
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Nov 21 10:57:36 2017 +0100
Commit: David Cassany Viladomat <davidcassany@gmail.com>
CommitDate: Tue Nov 21 10:57:36 2017 +0100
Only add package manager on image package requests (#550)
If an image description only contains package requests
from a bootstrap section but no image packages, it's not
required to install a package manager package into the
system
commit a6ce3cfdcabcc3bc9777a20352aacef0051b23f3
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon Nov 20 18:24:15 2017 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Nov 21 10:20:34 2017 +0100
Post build constraint validation refactored
commit 6b66e069ef14fff9653e63da3f2de6f7765c3c90
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Nov 21 08:11:20 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Nov 21 08:11:20 2017 +0100
Add device-mapper requirement for dracut-kiwi-live
commit fc0dfeae89bcc52a8ccacbb159e81cd332e2f3b5
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Nov 20 15:54:04 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Nov 20 15:54:04 2017 +0100
Bump version: 9.11.18 → 9.11.19
commit d3e39b8397d793a2a1eef494b341a61baf849de5
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Nov 20 11:57:11 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Nov 20 11:57:11 2017 +0100
Update gfxboot.cfg for iso images
Don't move down one menu entry the first time a F-key is used
This Fixes bsc#1068790
commit e107c2381e1687090b2d9b2ca9887e3badd9c467
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Nov 17 15:30:26 2017 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Nov 17 15:30:26 2017 +0100
Adding quotes to ensure '%_dbpath' is treated as string
commit de2b32cbed92f09cb96f4768d8ee7f06abd5b91b
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Nov 17 12:27:05 2017 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Nov 17 12:48:52 2017 +0100
Add max size post build command
This commit includes a post build constraint validation into the
Result class. With this commit any file included to the result
tuple is verified not to exceed the maximum size configured into
the runtime configuration file config.yml.
Fixes #468
commit 81ee0aa4530ee6d60448ca6b55ad585cbacb1876
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Nov 17 11:01:05 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Nov 17 11:01:05 2017 +0100
Fixed ec2 integration test
requirements for unneeded crash package broken
commit 746d673fec1c725231784cd282d5205ffac358da
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Nov 17 08:17:52 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Nov 17 08:17:52 2017 +0100
Fixed ec2 integration test
nothing provides pam-modules
commit 8af3eb3a43bdd9d03a353e085d09c1f75bef578a
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Nov 16 14:19:24 2017 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu Nov 16 14:19:24 2017 +0100
Removes the hardcoded path of the rpm database
With this commit the rpmdb path is evaluated from the %_dbpath
macro instead of being hardcoded.
Fixes #537
commit aad2380267640d99ba3f7403b9e01e782ed702b2
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Nov 16 09:56:10 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Nov 16 09:56:10 2017 +0100
Bump version: 9.11.17 → 9.11.18
commit 6f39ddde913c7b5a5412e91e8bcfa1ddbbd85ffa
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Nov 15 12:41:27 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Nov 15 12:41:27 2017 +0100
Added runtime check for dracut-kiwi-oem-repart
OEM images if configured to use dracut as initrd system
requires the KIWI provided dracut-kiwi-oem-repart module
commit d7af683c661b2a6b0c32e2947a1426bfe0d8f6ee
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Nov 15 12:02:01 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Nov 15 12:02:01 2017 +0100
Fixup py vs. pytest-cov version incompatibility
commit 065b277ff15ce406aa2ab93c2c1debab067056ef
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Sep 19 08:12:24 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Nov 15 11:23:01 2017 +0100
Added dracut kiwi oem module and library
A new dracut module kiwi-repart used to be the successor of
the custom kiwi oemboot code to repartition the disk has
been added. Along with the module a dracut library kiwi-lib
will also be delivered.
commit e0348ae1d77b964456a5c5d77243dc8d38646933
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Nov 8 10:16:00 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Nov 8 10:16:00 2017 +0100
Bump version: 9.11.16 → 9.11.17
commit fda40731125849d8fa463a762ebcfb7d9aeed220
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Nov 8 10:12:45 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Nov 8 10:12:45 2017 +0100
Delete atftp from SLE15 boot descriptions
atftp will not be part of SLE15 per fate#323633.
This Fixes #543
commit 0368311f695299fa86af2e57b695753eac0a25fe
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Nov 7 17:31:11 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Nov 7 17:39:15 2017 +0100
Fixed blocksize setup in losetup
The -L option was used to set the blocksize value for losetup
However there is an option name clash between suse util-linux
and upstream which now leads to the problem that option -L
has changed its meaning and actually means --nooverlap which
completely breaks the call in kiwi. This patch changes the
call to use the long form --logical-blocksize.
This Fixes bsc#1066873
commit d75d7cf7fdce49235c43bfe835e9319829b52b13
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Nov 7 17:18:30 2017 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Nov 7 17:18:30 2017 +0100
Code cleaning and enhancing variables names
commit 63faa2a2ff984afbe70f42d74ba6fbcd2ac0d71b
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Nov 7 16:53:28 2017 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Nov 7 16:58:22 2017 +0100
Use usr/lib/rpm if present instead of var/lib/rpm
With this commit OEM recovery tries to backup usr/lib/rpm if present,
if the directory is not present it tries to backup the old default
configuration, var/lib/rpm.
commit 38a47cc579bb02e7f1b5483490253e342d30b48c
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon Nov 6 16:31:23 2017 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon Nov 6 17:10:44 2017 +0100
Remove hardcoded any /var/lib/rpm path
This commit changes any /var/lib/rpm reference to the call
'rpm -E %_dbpath' which returns the path of the rpmdb which
has been recently updated to a different location in recent rpm
versions. Now the rpmdb path is determined dynamically.
Fixes #537
commit 054a7e072b016fc211a9ef217ad7ff60840de7a3
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Nov 6 16:32:28 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Nov 6 16:32:28 2017 +0100
Extend checkmedia runtime check
In addition to the correct architecture the check also includes
the lookup of the required tagmedia tool to be present on the
building host. This Fixes #538
commit dd44c4a151f164813f0388560f5b34a21f14bd5d
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Nov 3 18:15:02 2017 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Nov 3 18:15:02 2017 +0100
Adding a s390 oem test image
commit c2941554d34aee214264711a86dad0f7071676c5
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Nov 3 17:48:56 2017 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Nov 3 17:48:56 2017 +0100
kiwi-hooks should be packed in tar
Remote OBS source service is no capable of packaing a folder into a tar.
commit fb4eec6bed47649d3dd11477906f4328415eabdc
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Nov 3 17:10:39 2017 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Nov 3 17:10:39 2017 +0100
Include arm build test
commit c1a16b9329860d8b4ddeb4b38ccaf22bf8900a42
Author: David Cassany Viladomat <davidcassany@gmail.com>
AuthorDate: Fri Nov 3 14:54:29 2017 +0100
Commit: GitHub <noreply@github.com>
CommitDate: Fri Nov 3 14:54:29 2017 +0100
Adding test image descriptions
This commit adds the image descriptions used to test KIWI within
the Open Build Service.
commit 4f2dc424a7615d1dc76385dd78a68700dad1cab5
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Nov 2 12:18:18 2017 +0100
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Nov 2 12:34:14 2017 +0100
Add support for apt repository priorities
Apt handles repository priorities in a preferences
file per repository and calls that pin-priorities.
The implementation here sets the configured priority
for all packages of the given repository
commit ee17fd06fb2708e0262e38321eca8c6130b49a6a
Author: Jellyfrog <Jellyfrog@users.noreply.github.com>
AuthorDate: Tue Oct 31 16:37:27 2017 +0100
Commit: Jellyfrog <Jellyfrog@users.noreply.github.com>
CommitDate: Tue Oct 31 16:37:27 2017 +0100
Add missing hooks to the other architectures
commit cc58a5ca0a9c1a1342dcea7443c74f4abc435665
Author: Jellyfrog <Jellyfrog@users.noreply.github.com>
AuthorDate: Tue Oct 31 16:37:09 2017 +0100
Commit: Jellyfrog <Jellyfrog@users.noreply.github.com>
CommitDate: Tue Oct 31 16:37:09 2017 +0100
Add pre/post mount hook for oem
commit 713b02d37dae5bebe1e93bdfffd00fa857753f64
Author: Jellyfrog <Jellyfrog@users.noreply.github.com>
AuthorDate: Tue Oct 31 13:24:15 2017 +0100
Commit: Jellyfrog <Jellyfrog@users.noreply.github.com>
CommitDate: Tue Oct 31 13:24:15 2017 +0100
Clarify how strip works
commit 48e255038b943351979e169ba397920cbf0059d9
Author: Jellyfrog <Jellyfrog@users.noreply.github.com>
AuthorDate: Mon Oct 30 11:12:04 2017 +0100
Commit: Jellyfrog <Jellyfrog@users.noreply.github.com>
CommitDate: Mon Oct 30 11:12:04 2017 +0100
Add more OEM hooks
commit 8e6bf0ae0a7f1c2511428e564b8d59198fd7d517
Author: Ryan Desfosses <ryan@desfo.org>
AuthorDate: Wed Oct 25 22:56:48 2017 -0400
Commit: Ryan Desfosses <ryan@desfo.org>
CommitDate: Wed Oct 25 22:56:48 2017 -0400
updated contributing link
commit c3e520d2ab89c644134630b0070a390faba3fe89
Author: Ryan Desfosses <ryan@desfo.org>
AuthorDate: Wed Oct 25 22:03:12 2017 -0400
Commit: Ryan Desfosses <ryan@desfo.org>
CommitDate: Wed Oct 25 22:03:12 2017 -0400
s/42.1/42.3/
commit 6232cd9c7e610fc87a66d390a06dab659e13a30c
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Oct 25 16:32:35 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Oct 25 16:32:35 2017 +0200
Bump version: 9.11.15 → 9.11.16
commit dee934b6a392d15271a229503b1c5966190e095f
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Oct 25 13:06:44 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Oct 25 13:06:44 2017 +0200
Fixed validation of isohybrid warnings
The list of warning messages is evaluated line by line
and those not matching the ignore warnings list are treated
as errors. However if an empty line exists it did not match
the ignore warnings list but is also not an error. This
patch makes sure only non empty warning information has
an effect
commit 583b9f970d531a6693b13c063cf1a63691ec967d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Oct 25 12:35:16 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Oct 25 12:35:16 2017 +0200
Bump version: 9.11.14 → 9.11.15
commit 1a7a5e1fcfcdb6b05eb7405d651fc6613c382c42
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Oct 25 12:16:56 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Oct 25 12:16:56 2017 +0200
Do not require cracklib-dict-full in boot images
commit 6eb18af6d7db1d5c287c1f10442b9a05d281a69e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Oct 24 18:12:21 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Oct 24 18:12:21 2017 +0200
Bump version: 9.11.13 → 9.11.14
commit 892bb6fa4491881bc2b2c7dcc892ce8b88520031
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Oct 24 18:12:07 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Oct 24 18:12:07 2017 +0200
Cleanup SLE12 boot image descriptions
commit 78aeb7859dbba4045097add0a680e44a61f499fc
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Oct 24 17:39:13 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Oct 24 17:39:13 2017 +0200
Bump version: 9.11.12 → 9.11.13
commit 10b68a070699863c05e1629a754bdfbf7699b056
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Oct 24 12:34:59 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Oct 24 12:34:59 2017 +0200
Cleanup SLE boot image descriptions
Don't use packages which does not exist on SLE, Fixes #523
commit 2ecb282f13b57b2690e957ebbb4e4d51c9da62d2
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon Oct 23 14:39:36 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon Oct 23 14:39:36 2017 +0200
Improve coding style to make flake8 happy
This commit includes the exact Exception class that the 'except' statement
catches. According to the new flake8 3.5.0 version it should be explicit
rather than implicit.
commit a94b7af96255fda7f811cfa08127f1787088da66
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon Oct 23 14:18:51 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon Oct 23 14:18:51 2017 +0200
Add OCI reference in skopeo copy call and umoci config call
Skopeo, since v1.24, does no longer assume 'latest' as the default
tag/reference and requires explicit tag or reference in skopeo
call. In KIWI the default was only used to import the base rootfs,
with this commit the imported container is tagged as 'base_layer'.
The current patch works for all skopeo versions.
commit 76312160e286cf9c32003f5d8f79fb4ab325aab6
Author: Jellyfrog <Jellyfrog@users.noreply.github.com>
AuthorDate: Thu Oct 19 12:56:06 2017 +0200
Commit: GitHub <noreply@github.com>
CommitDate: Thu Oct 19 12:56:06 2017 +0200
Update hooks documentation
commit 67baa3a4d86bc69da77fcfefd41e71b94a8beb2f
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Oct 19 12:12:08 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Oct 19 12:12:08 2017 +0200
Bump version: 9.11.11 → 9.11.12
commit 44e819b73180769a262da118ca7896675b8dd776
Author: Jellyfrog <Jellyfrog@users.noreply.github.com>
AuthorDate: Thu Oct 19 10:54:07 2017 +0200
Commit: GitHub <noreply@github.com>
CommitDate: Thu Oct 19 10:54:07 2017 +0200
Add more hooks for oemboot
This follows netboot behavior
commit 1499df3ea0f57ebf5a547536e65dbb06e6c9d98d
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Oct 18 15:54:14 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Oct 18 16:46:53 2017 +0200
Fix vmdk descriptor file
This commit fixes the descriptor file of the vmdk images. Before this
commit the descriptior file was appended at the end of the image
instead of overwritting the current one at the very beginning.
Fixes bsc#1050665
commit 8cf4f62b5eecbf0cc9adb668c51abb40957dfa4a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Oct 18 11:16:09 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Oct 18 11:16:09 2017 +0200
Bump version: 9.11.10 → 9.11.11
commit ee0f0e00fcd5b8c83aef179e829013a558941ef6
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Oct 18 10:40:51 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Oct 18 10:47:50 2017 +0200
Follow up fix for isohybrid error handling
Allow to handle multiple messages from isohybrid as warnings.
Only if the list of messages still contains information after all
non error conditions had been checked out, an exception is
thrown
commit 68d7b1ef934518e49341264bbcc8cdbcc98101dd
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Oct 16 12:10:22 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Oct 16 12:10:22 2017 +0200
Bump version: 9.11.9 → 9.11.10
commit 2a1b1e516d67312da79115195c65424001083edc
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Oct 16 12:06:06 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Oct 16 12:06:06 2017 +0200
Cleanup boot descriptions
The still existing kiwi boot descriptions contained wrong
information about no longer existing packages and many
other obsolete information.
commit 3afffbbd1f75eca8f5632e52994dd6786b361837
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Oct 13 15:50:32 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Oct 13 15:50:32 2017 +0200
Bump version: 9.11.8 → 9.11.9
commit 9500232ba1e81523c9bcc763eabf8c6025407609
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Oct 13 15:35:54 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Oct 13 15:35:54 2017 +0200
Prefer image packages section for bootincludes
If a package is marked bootinclude prefer <packages type="image">
section in the target XML as primary target and only if no such
section exists put the package in the <packages type="bootstrap">
section
commit cc80d98a04c3f17383d8366e63badc444ea381d4
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Oct 13 09:04:31 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Oct 13 09:04:31 2017 +0200
Keep NVMe drivers in the initrd
Support systems with the root filesystem on a NVMe device
commit 8376e97fa86d45315def36842a1bfd0f572c5650
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Sep 29 15:04:59 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Sep 29 15:04:59 2017 +0200
Bump version: 9.11.7 → 9.11.8
commit ed2844d4f0b5bf03a65cd2058263d21b423b6453
Author: Dominique Leuenberger <dimstar@opensuse.org>
AuthorDate: Fri Sep 29 10:24:05 2017 +0200
Commit: Dominique Leuenberger <dimstar@opensuse.org>
CommitDate: Fri Sep 29 10:24:05 2017 +0200
Changed permissions of /srv/tftpboot to be readable (bsc#940608)
commit 84f47d7c5165141bc5b04f0418c3f9db35cf05a9
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Sep 28 15:41:24 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Sep 28 15:41:24 2017 +0200
Bump version: 9.11.6 → 9.11.7
commit c5846592ff44ac63ffbf4dab896872df6fc1166c
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Sep 28 14:41:16 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Sep 28 14:41:16 2017 +0200
Also handle multiple error conditions
commit 511c87ad0fb4a2274fb11b171b65a25cad1250f8
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Sep 28 11:50:43 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Sep 28 11:50:43 2017 +0200
Allow to ignore certain isohybrid warnings
kiwi treates warning from isohybrid as fatal errors becuase in
most cases they are fatal. However some of them are kind of
historical and should be ignored like the one described here:
http://www.syslinux.org/archives/2015-March/023306.html
commit e8b8e548103694ceef41b6d2faba2c12ee48cbfb
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Sep 27 14:52:07 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 27 14:52:07 2017 +0200
Bump version: 9.11.5 → 9.11.6
commit 8acdd8cb44403eaaa132e6be10f22a66cb48a43e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Sep 27 12:06:04 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 27 12:06:04 2017 +0200
Make sure xz options are used with pxe tarball
The tar command used in the pxe builder did not utilize threading
and/or the xz options provided by an optional kiwi config file.
This Fixes #507
commit 9d1e289f1c4d90427a342a7b085bebc6cd6cc5fd
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Sep 27 11:18:29 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 27 11:18:29 2017 +0200
Move depmod into baseUpdateModuleDependencies
Kernel module dependencies should be resolved after kiwi has
called all the stripping functions and not as part of the
baseCreateCommonKernelFile which runs before.
This Fixes #508
commit eab9dbabcc02e8078f8ee3cf278013d944f418cf
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Sep 26 16:21:49 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Sep 26 16:21:49 2017 +0200
Fixed order of volume mount list
re-order mount_list by mountpoint hierarchy. This is needed
because the handling of the fullsize volume and all other
volumes is outside of the canonical order. If the fullsize
volume forms a nested structure together with another
volume the volume mount list must be re-ordered to avoid
mounting the volumes in the wrong order
commit 6196e65393a012991ae49fb6545b2656d5b9b6cb
Author: Jellyfrog <Jellyfrog@users.noreply.github.com>
AuthorDate: Mon Sep 25 16:53:27 2017 +0200
Commit: GitHub <noreply@github.com>
CommitDate: Mon Sep 25 16:53:27 2017 +0200
Update issue template
commit 1b0e3605d37e03fd45010ce48e94550f659dc1c5
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Sep 22 15:55:28 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Sep 22 15:55:28 2017 +0200
Bump version: 9.11.4 → 9.11.5
commit 7250655ac2b3f626f488eb1e51129d2adc0bb78e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Sep 22 15:53:43 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Sep 22 15:53:43 2017 +0200
Rebuild schema documentation
commit 7c3daf4c80d78ea823047226f1ed8e88e7572139
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Sep 21 12:34:55 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Sep 21 12:34:55 2017 +0200
Show results in a dialog
commit c71675cb3f76493c99f938b82f8254fd89b2f367
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Sep 20 15:18:09 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 20 15:18:09 2017 +0200
Improve display of runMediaCheck results
The splash screen should be switched off in order to let the
user see the mediacheck results as well as a delay timeout
before the boot continues or stops is useful
commit f6f316cc94819639abef16969444177334bf8ed2
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Sep 20 15:15:45 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 20 15:15:45 2017 +0200
Call plymouth default theme setup in build command
Make sure plymouth-set-default-theme is called as part
of the system build command and not only as part of the
system prepare command
commit 383c0fa4b8abbdb4716b62065fa2b428c563b1c2
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Sep 19 16:09:18 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Sep 19 16:09:18 2017 +0200
Fixed package requires for dracut-kiwi-live
On Fedora/RHEL cdrkit is only a source package building other
packages. The package dracut-kiwi-live really needs is
genisoimage
commit 9beb38629a0c3fba8d4a99eed6fa489b9da39337
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Sep 18 14:35:23 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Sep 18 14:35:23 2017 +0200
Fix trailing pipe character in .packages file
In addition make sure the field layout is consistent across
the .packages files no matter which package manager was used
to create the information. This Fixes #501
commit f28f4040a82e77586e8c7845264c2935409b67fc
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Sep 15 10:02:49 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Sep 15 10:02:49 2017 +0200
Bump version: 9.11.3 → 9.11.4
commit bd081da3145d0e392d68e3ae5615e557c183d8b1
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Sep 15 10:00:36 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Sep 15 10:00:36 2017 +0200
Update documentation
Link to the obs overview page to show build test results
commit aeb3ccfa0688b17c06758bfa864f67fbc954c48b
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Sep 15 09:56:27 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Sep 15 09:56:27 2017 +0200
Added Fedora integration test build to obs status
commit 04f23ee6cd1f2d3be11331891771d4dece3a0939
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Sep 15 09:00:29 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Sep 15 09:05:12 2017 +0200
Limit the characters set for volid attribute
This commit fixes #493
commit 05fb854b45725e800c7d5faf14d395313371efda
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Sep 14 19:35:08 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Sep 14 19:35:08 2017 +0200
Revert "Fixed package requires"
This reverts commit a8d50a593911725965e09b0e8c2f3b9bc742202b.
commit a8d50a593911725965e09b0e8c2f3b9bc742202b
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Sep 14 18:28:06 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Sep 14 18:28:06 2017 +0200
Fixed package requires
On Fedora xattr is provided by python[3]-pyxattr
commit 5c6d3cca129adab4412431ac4d8ba23438707609
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Sep 14 18:10:52 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Sep 14 18:10:52 2017 +0200
kiwi-boot-requires only required for suse(obs)
commit cf85ad66a6114ab4f49872518bd74dfa3baad27f
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Sep 14 10:27:20 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Sep 14 10:27:20 2017 +0200
Update project intro page
commit 28fe4e3ad68aa26b67d13efb361eb72f6abb3950
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Sep 14 10:16:40 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Sep 14 10:16:40 2017 +0200
Update project intro layout
commit ec671a712f208fc41cc8b5f4327ab3a3bae7b1e5
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Sep 14 10:14:24 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Sep 14 10:14:24 2017 +0200
Update project intro page
commit 09b5a001a054f871916c0a92a8c9311e61451892
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Sep 13 09:27:51 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 13 09:27:51 2017 +0200
Bump version: 9.11.2 → 9.11.3
commit 6e8ef1f0224bb542543f70bec279f066a74ac0bf
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Sep 12 15:30:49 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Sep 12 15:30:49 2017 +0200
Added disk format="vhdx" support
Support dynamic VHDX (gen2) image format for Hyper-V.
This Fixes #490
commit c1668bcfc59263b0577e5fea87d73b87b067d7cb
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Sep 12 12:24:31 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Sep 12 12:39:49 2017 +0200
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
commit f83c3f74ac92a9a61ed16a95c92c34be5b789248
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Sep 11 17:03:55 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Sep 11 17:03:55 2017 +0200
Bump version: 9.11.1 → 9.11.2
commit c44ffc70b51ef6fb6677da481cc11370202d8b3f
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Sep 11 17:03:29 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Sep 11 17:03:29 2017 +0200
Rebuild online schema documentation
commit 2bdb26b5c675851570088a1d8437607cd0cdb6f2
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Sep 11 16:51:28 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Sep 11 16:51:28 2017 +0200
Bump version: 9.11.0 → 9.11.1
commit b97ba1d96cea676d162b9fd96db3a7791828a553
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Sep 11 16:31:24 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Sep 11 16:31:24 2017 +0200
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
commit 37682e8308bf88a869bc4195bb0e4acb5faa353a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Sep 11 16:22:09 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Sep 11 16:28:01 2017 +0200
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
commit 240f03b52c512682c374622e85ab45100e6bb77c
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Sep 11 11:01:06 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Sep 11 11:01:06 2017 +0200
Update device node names for devmapper nodes
Partition devices created by the device mapper could
use the _part or the -part naming schema. This patch
allows for both variants and Fixes #480
commit d0552b6559d6482197e806eb887226e6d7a736eb
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Sep 11 10:29:59 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Sep 11 10:29:59 2017 +0200
Added e2fsprogs to s390/netboot
During bootup of a diskful netclient when it comes to e2
filesystem operations the tools were missing. Fixes #479
commit 21203bb4ef047d85a8408d74ac56fccafa4967a5
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Sep 8 12:05:45 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Sat Sep 9 19:48:47 2017 +0200
Add mediacheck handler for live iso
This fixes bsc#1049304
commit 053e6940826849a81651e7d9defab190da10898f
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Sep 8 16:48:22 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Sep 8 16:48:22 2017 +0200
Rename source label
This commit renames the source label to a more explicit name. This
commit also relates to bsc#1055542 and fixes #473
commit c93d3d9947a4bcd368d046b3766ba0a7ae01a6d8
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Sep 7 16:53:19 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Sep 7 16:53:19 2017 +0200
Added live iso integration test build to obs status
commit 71313a006667ef0cbbd9425a12384cb9e62291ef
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Sep 7 16:27:25 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Sep 7 16:27:25 2017 +0200
Bump version: 9.10.6 → 9.11.0
commit 67255da245fd2c1d2a3daede0cd2dfd6321db3ea
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Sep 7 16:01:58 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Sep 7 16:01:58 2017 +0200
Delete atftp from boot descriptions
In SLE15 / Leap15 atftp has been dropped. This Fixes bsc#1056951
commit 0d760de2a2ab65e5178d682e3530e604a06ef6e2
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Sep 7 15:28:34 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Sep 7 15:36:12 2017 +0200
Deleted Leap 42.1 JeOS
Leap 42.3 has been released
commit 01df7fa0fe821dfa2e399b2004185fa618dbb3a6
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Sep 7 14:58:29 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Sep 7 15:36:12 2017 +0200
Fixed list of gfxboot modules
Bad bug, missing comma caused the list to be interpreted
differently by python which screwed up some list items
commit bd156ad8b10faddd055dfdd89028f8dfcc498c29
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Sep 7 14:40:31 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Sep 7 14:40:31 2017 +0200
Delete obsolete suseGFXBoot kiwi boot code
The code has been moved into the python source at
bootloader/config/isolinux.py
commit 6379846a2211332e0dc5a10acb3da425826fbba5
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Sep 6 18:07:22 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 6 18:07:22 2017 +0200
Delete vmxboot descriptions
vmx boot is now fully integrated with dracut
commit 77fa8de510cfff52094f44e9445c3f2ab52c3b43
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Sep 6 18:01:37 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 6 18:01:37 2017 +0200
Make get_initrd_system a state method
Make sure the default initrd_system is set to dracut
for the vmx image type and to kiwi if no initrd_system
is specified. This allows to simplify other code parts
as we can trust there is a value set
commit 01e6842db9f9ce237143cb34339b8f0b09b142c6
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Sep 6 17:12:05 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 6 17:12:05 2017 +0200
Update schematron rules for boot and initrd_system
The boot and initrd_system attributes are no longer used by
the vmx image type and are therefore not allowed anymore.
commit f7f8ee0057138b8ad73f0d5145a47c05df68d6f7
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Sep 6 11:09:59 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 6 17:08:10 2017 +0200
Added runtime checks for overlay disk images
Checking if the dracut-kiwi-overlay package will be installed
as part of the build and also for the supported EFI setup
since the EFI secure boot setup would try to perform changes
on the filesystem which is a readonly squashfs, this is not
supported
commit 50ab40c8e173241a52bc2a27579f6dc31aab5092
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Sep 5 16:35:20 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 6 17:08:10 2017 +0200
Support overlay disk images via dracut
Using the kiwi-overlay module to boot up systems configured
with the overlayroot="true" attribute in the system image
XML configuration. Fixes #65
commit b411934194184dcf742d86fe2ce3d35a5dd46d15
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Sep 5 16:33:24 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 6 17:08:05 2017 +0200
Added kiwi-overlay dracut module and package
Package dracut-kiwi-overlay providing kiwi-overlay dracut module
commit 447ef92536c54d949ef5eae0106800cf62557893
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Sun Sep 3 20:53:38 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 6 09:53:19 2017 +0200
Delete isoboot descriptions
Live ISO boot is now fully integrated with dracut
commit b0074c21326aeebdfe460107251ea083648e3904
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Sun Sep 3 15:10:36 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 6 09:53:18 2017 +0200
Added runtime check for dracut module on live iso
Live ISO images uses a dracut initrd to boot and requires
the KIWI provided kiwi-live dracut module to be installed
at the time dracut is called. Thus this runtime check
examines if the required package is part of the package
list in the image description
commit f939de53bea57e9d3b74c1da3a7b73901176aa58
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Aug 25 17:15:12 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 6 09:53:18 2017 +0200
Added kiwi-live dracut module and package
Package dracut-kiwi-live providing kiwi-live dracut module
commit cc2790b5030c037a66149e073a3921f131e941a5
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Aug 23 17:02:13 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 6 09:53:18 2017 +0200
Update schematron rule for boot attribute
The boot attribute is no longer used by the iso image type
and is therefore not allowed anymore
commit 7fa7688d0c798af2bdc21cd80d2b4569dc00f644
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Aug 23 16:32:16 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 6 09:53:18 2017 +0200
Update allowed values for iso image attribute
With the move to dracut only the options implemented for
the kiwi-live dracut module are available
commit e82c5e18c6bf4428a07f3b45cecb65f4f89ccd0f
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Aug 22 18:55:46 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Sep 6 09:53:15 2017 +0200
Move to dracut for live ISO images
Instead of the kiwi isoboot layout the live layout has been
changed to follow the rules of the live system support offered
by dracut. The initrd used to boot up the system is now a
dracut generated initrd and can be customized via the 'flags'
attribute in the kiwi XML description. In order to meet the
kiwi live requirements a custom dracut module called kiwi-live
is provided along with the changes in kiwi. This Fixes #470
commit fdc33a7ede9ee480784cb924b7ee1daa8d5308c9
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Sep 5 21:42:02 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Sep 5 22:00:32 2017 +0200
Fix isohybrid call
isohybrid errors printed on stderr were not treated as fatal
but should be treated as such. In addition isohybrid should
distinguish for efi setup according to the efi setup of the
image itself
commit ade6d7f49aa284c49870e0d509754d53dfe0d2a4
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Sep 5 16:55:39 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Sep 5 16:55:39 2017 +0200
Refactor _get_source and _get_source_label methods
commit fea849e7f0592126acceb6f940ba223c61849937
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Sep 4 15:21:59 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Sep 4 15:21:59 2017 +0200
update README
Use normal style dash character
commit 54399c512e4a70ee515ba8545319288615fb9b3e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Sep 4 15:21:19 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Sep 4 15:21:19 2017 +0200
update README
commit 96cb67b558f76da50e10d497166a5da7456831ad
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Sep 1 11:20:33 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Sep 1 16:03:23 2017 +0200
Include the source label in container images
This commit fixes bsc#1055542, it includes the DISTURL parameter
as a label into the container metadata when the build happens inside
the buildservice. The new label included is named:
* org.opencontainers.image.source
in line with the current OCI annotations schema.
commit becc012db4293796fab92252755a4bac721d3f1f
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Aug 22 10:03:25 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Aug 22 10:03:25 2017 +0200
Bump version: 9.10.5 → 9.10.6
commit 58d9c8b88f84ea7719bfde10598668be79868648
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Aug 21 10:56:05 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Aug 21 10:56:05 2017 +0200
Added boot descriptions for SLE15 on ppc
commit 2969d470860dfa4448ff1b755db12d860d9911be
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Aug 21 10:55:46 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Aug 21 10:55:46 2017 +0200
Added boot descriptions for SLE15 on s390
commit cfd5467bf80de7c7f002193588bd915bd2bd070f
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Aug 21 10:23:25 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Aug 21 10:23:25 2017 +0200
Bump version: 9.10.4 → 9.10.5
commit e59270c09b475b99510a7ed0980b916c553dc9b0
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Aug 11 15:46:40 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Aug 11 15:46:40 2017 +0200
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
commit a5abd2c15a204002e24f1edfe651c5ce7b24b10e
Author: Ludwig Nussel <ludwig.nussel@suse.de>
AuthorDate: Fri Aug 11 15:15:25 2017 +0200
Commit: Ludwig Nussel <ludwig.nussel@suse.de>
CommitDate: Fri Aug 11 15:15:41 2017 +0200
s/sles/openSUSE/
commit 1b6240218fa31af35ec2ce6ed2d3a6c86a603552
Author: Ludwig Nussel <ludwig.nussel@suse.de>
AuthorDate: Fri Aug 11 15:12:35 2017 +0200
Commit: Ludwig Nussel <ludwig.nussel@suse.de>
CommitDate: Fri Aug 11 15:12:35 2017 +0200
copy SLE15 files for Leap 15
commit 285847be3d8798cc4758041013da0a8b4d8de7ce
Author: Ludwig Nussel <ludwig.nussel@suse.de>
AuthorDate: Fri Aug 11 15:01:16 2017 +0200
Commit: Ludwig Nussel <ludwig.nussel@suse.de>
CommitDate: Fri Aug 11 15:01:16 2017 +0200
add Leap 15 macros
commit db8f09cbc822d7bdb1e8f743350757d314659bed
Author: Ludwig Nussel <ludwig.nussel@suse.de>
AuthorDate: Fri Aug 11 15:01:09 2017 +0200
Commit: Ludwig Nussel <ludwig.nussel@suse.de>
CommitDate: Fri Aug 11 15:01:09 2017 +0200
leap_version is deprecated. use sle_version+is_openuse instead
commit fc72effc2a05c4927e93910d7a1eb5d7788ee473
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Aug 10 17:18:59 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Aug 10 17:18:59 2017 +0200
Added azure integration test build to obs status
commit 5caa64e2852e143f9fcea02f48f1175e6f803c65
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Aug 9 23:14:44 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Aug 9 23:14:44 2017 +0200
Bump version: 9.10.3 → 9.10.4
commit 6c29c03a1bf7104ce4d08b6a3d179b8a6756963f
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Aug 9 22:45:38 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Aug 9 22:45:38 2017 +0200
Fixed resize if all free volume in oemboot/repart
commit c3a5178a33388696eedb468f89a061d21605bd32
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Aug 9 13:10:29 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Aug 9 22:36:34 2017 +0200
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
commit 6e543b537926396b0b33fdb74abffa0f606fcb6f
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Aug 8 17:20:34 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Aug 8 17:20:34 2017 +0200
Fixed setup.py requirements record
PyYAML is required by KIWI
commit 513243c159b9324eb098e545a2c10eed3a53b03a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Aug 4 10:05:43 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Aug 4 10:05:43 2017 +0200
Add description of Overlay Files to Terminology
commit 5553e6cf6fa585677d9bec2a87f4cc22e20338e4
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Aug 3 11:00:57 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Aug 3 11:00:57 2017 +0200
Bump version: 9.10.2 → 9.10.3
commit 5c78697d33462175be3b89f4628fb8935a083965
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Aug 2 15:19:02 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Aug 2 17:30:35 2017 +0200
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
commit 4777431c93f55f0bbfa810045d8f8c87ed5e23ec
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Aug 2 15:06:19 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Aug 2 15:06:19 2017 +0200
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
commit 747206b2bf7b0050c4fef7e4cce2248d4638e8de
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Aug 2 11:57:21 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Aug 2 11:57:21 2017 +0200
Fix calculation of needed disk space for oem types
The calculation did not include the minimum volume requirements
if a volume setup exists
commit 40b99736117588a512a75a4a73adad1cc3d402c7
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Aug 1 15:33:42 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Aug 1 15:33:42 2017 +0200
Update expected compatible major version
every version of umoci/skopeo <= major v1.x.x is expected
to work with the implementation used in kiwi
commit 2e0bb07665188131171733495de23246574771b9
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Aug 1 10:24:17 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Aug 1 10:24:17 2017 +0200
Extend scope of check_docker_tool_chain_installed
The runtime check only checks for the presence of the docker
tools umoci and skopeo but as we are expecting incompatible
api changes in the next major version release the check has
been extended to look at the major versions of the installed
tools as well. Fixes #454
commit 170bb9c2fa37395fe11b02b85c2afe46282a1a66
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jul 28 14:07:21 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jul 28 14:07:21 2017 +0200
Fixup schema version in chapter topic
commit 922774714a374647e6dc72b33ec1692c674f793a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jul 28 13:53:59 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jul 28 13:53:59 2017 +0200
Bump version: 9.10.1 → 9.10.2
commit e17684ee51d002e66d7471e6eecc96128f99523b
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jul 27 17:19:32 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jul 27 17:19:32 2017 +0200
Fixup XSL stylesheet v6.7
Apply templates matching all processing instructions in
order to match <section>text</section>
commit ecea0ee1b8be40ecee73feda0c50f1c4f131b7fc
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jul 27 16:54:08 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jul 27 16:54:08 2017 +0200
Rebuild schema documentation
commit fae3c427287728c5705e3d0169ad79ac66d13d69
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Jul 27 15:33:43 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu Jul 27 15:44:37 2017 +0200
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.
commit 642b514a59c212416fa17b92762f067c8e6938b4
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Jul 27 14:09:29 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu Jul 27 15:44:37 2017 +0200
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.
Patch related to bsc#1049304
commit 8d696cd20b16f1256fb8d0498e39ce0b900af3af
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Jul 26 15:42:41 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu Jul 27 15:43:21 2017 +0200
Adding mediacheck menu entry for liveCDs
This commit adds the checkiso attribute in type tag, only available for
iso image types. Checkiso is boolean that determines the presence of0
a Mediacheck menu entry or not in the bootloader.
This patch is related to bsc#1049304
commit 821f20291dc8f9aed2806b37c701397b6ba9acf8
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jul 27 09:19:22 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jul 27 14:46:47 2017 +0200
Auto update image descriptions to schema v6.7
commit b0b605f065f8be188119282271ad3e6009e89d88
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jul 27 09:10:13 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jul 27 14:46:11 2017 +0200
Update schema to version v6.7
Cleanup of the schema, delete obsolete and unused attributes
and sections. Details of the change can be found in the
conversion stylesheet convert66to67.xsl
commit 3c056aa671018569262c287ebcb81cf8569a15ed
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jul 27 08:58:36 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jul 27 14:46:11 2017 +0200
Add XSL stylesheet to convert from v6.6 to v6.7
Delete the following obsolete and unhandled attributes and sections
* <image ... kiwirevision="..."/>
* <type ... checkprebuilt="..."/>
* <type ... fsnocheck="..."/>
* <repository ... status="..."/>
* <repository ... prefer-license="..."/>
* <package replaces="..."/>
* <defaultprebuilt>
* <defaultdestination>
* <defaultroot>
* <partitioner>
* <rpm-force>
commit ff764f7dd97174f8dc9e0de647f8660d0194da92
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jul 25 16:58:29 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jul 25 16:58:29 2017 +0200
Fixup encoding handling for profile file
If an element like displayname or oem-boot-title contains
characters outside of the ascii table this causes trouble
when kiwi writes out the profile file and the code is called
through python2. The reason here is that the default encoding
on write() (and other methods) is set to ascii in python2
and when it receives unicode characters outside of the
ascii spec a UnicodeEncodeError is thrown. Now all of kiwi
is using Unicode which means this does not produce a problem
when calling the code through python3 because the default
encoding is utf-8 there. This patch introduces a method
which allows to change python's default encoding and calls
it at the code point where we write the profile because we
got unicode and we want to write unicode in any case.
This fixes at least one situation for python2-kiwi to
allow the use of non ascii characters in the XML setup.
If other places will be found the same approach should allow
to fix it for python2
commit 0183aca7237de14e7938a4eafb0e2e8b319fae93
Author: Jellyfrog <Jellyfrog@users.noreply.github.com>
AuthorDate: Tue Jul 25 14:02:21 2017 +0200
Commit: GitHub <noreply@github.com>
CommitDate: Tue Jul 25 14:02:21 2017 +0200
Fix RHEL spec check
commit 3dfabfa72d71e872de7b6df2e8abd413598b316a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jul 25 12:16:05 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jul 25 12:16:05 2017 +0200
Bump version: 9.10.0 → 9.10.1
commit 5fe34c00f84919837f09915ecab9f6a3199ba776
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jul 25 11:34:01 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jul 25 11:34:01 2017 +0200
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
commit b22d09d4da39424be71db6f0c7bbfad02106c92e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jul 25 11:32:28 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jul 25 11:32:28 2017 +0200
Use dmsetup to cleanup device maps
Instead of the broken kpartx -d we use dmsetup remove
directly on the maps kiwi has created
commit 4190eaf2c73f2499b09b88f7271823bbbf8c6c68
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 24 17:29:51 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 24 17:29:51 2017 +0200
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
commit f77154c67c4bdeb1b9e45908c0240ae12dd9ac9b
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 24 16:36:19 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 24 16:36:19 2017 +0200
Added ec2 integration test build to obs status
commit d13f1cca29c30c8fa995f811797fa35297f5b8c7
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 24 16:30:34 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 24 16:30:34 2017 +0200
Added Xen setup runtime validation
Added check_xen_uniquely_setup_as_server_or_guest runtime
check to check for a unique dom0 or domU guest setup
Fixes #429
commit f2df1ae3c4dcf174c5afbc21a5dd9bc7d1d94d2b
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 24 12:33:08 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 24 12:33:08 2017 +0200
Rebuild schema documentation
commit 983a74b4f010379c62318343e69636ce4068ccec
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 24 12:05:02 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 24 12:05:02 2017 +0200
Make vmdisk optional for the machine setup
The guest machine information might not require information about
the disk. Issue #429
commit 0f7a6ececcc521f583b2a74f7a034aad9ac05d7c
Author: Jellyfrog <Jellyfrog@users.noreply.github.com>
AuthorDate: Fri Jul 21 14:25:35 2017 +0200
Commit: GitHub <noreply@github.com>
CommitDate: Fri Jul 21 14:25:35 2017 +0200
Fix some spelling
commit bb07a2122fde2e326f1cd0950aac8d773362a34f
Author: Jellyfrog <Jellyfrog@users.noreply.github.com>
AuthorDate: Fri Jul 21 14:19:03 2017 +0200
Commit: GitHub <noreply@github.com>
CommitDate: Fri Jul 21 14:19:03 2017 +0200
Fix some spelling
commit 8de60dc7a5a0d39ab30b35a52d646e6f69793d1c
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jul 21 10:04:45 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jul 21 10:04:45 2017 +0200
Use the same option type (long form) for clarity
commit 0a7c023b5bb10b5df50680f5feb42989c54fb6f1
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jul 20 16:21:59 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jul 20 16:24:24 2017 +0200
Use kernel compatible XZ options for kiwi initrd
The kernel requires specific XZ options for the initrd
in order to read the compressed data. This values should
not be configurable by the user and are set to the same
options as used by dracut now. Fixes #435
commit f39c0aed5e1672551033a4c5cd50e76a6fbe7e2d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jul 20 16:20:08 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jul 20 16:24:19 2017 +0200
Change default XZ compression options
Use all cpu cores by default. Fixes #433
commit 7b35577baf22eb729551808ba2aa6e0ef4ecc8be
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jul 20 15:34:09 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jul 20 15:34:09 2017 +0200
Update spec file provides for schema version
commit adbe48e64630d02093c7c43b45eb53be75380d6f
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jul 20 14:34:23 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jul 20 14:34:23 2017 +0200
Bump version: 9.9.5 → 9.10.0
commit 52a361c11ac993f09239382569aacb215c0346d2
Author: Martin Mohring <martin.mohring@5eecosystems.com>
AuthorDate: Thu Jul 20 14:27:57 2017 +0200
Commit: Martin Mohring <martin.mohring@5eecosystems.com>
CommitDate: Thu Jul 20 14:27:57 2017 +0200
fixed: fdupes is also available on Fedora
commit f578bbc19e6eb79044266c8268393460e755eab0
Author: Martin Mohring <martin.mohring@5eecosystems.com>
AuthorDate: Thu Jul 20 13:16:27 2017 +0200
Commit: Martin Mohring <martin.mohring@5eecosystems.com>
CommitDate: Thu Jul 20 13:16:27 2017 +0200
changed: simplify diff to orig spec file template
commit 88f26d85c009d1e2dffe4ec7a2ce72d1726e7d94
Author: Martin Mohring <martin.mohring@5eecosystems.com>
AuthorDate: Thu Jul 20 13:01:03 2017 +0200
Commit: Martin Mohring <martin.mohring@5eecosystems.com>
CommitDate: Thu Jul 20 13:01:03 2017 +0200
added: support for Fedora 25 / 26, fixed support for CentOS 7 in the spec file
commit bc1089b2579a4f4bd6a2c9c3e307fa921fa0a1d9
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jul 20 10:27:00 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jul 20 10:42:49 2017 +0200
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
commit 95e17c5011df189191a9f918d43967b523e752e9
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Jul 20 10:39:46 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu Jul 20 10:39:46 2017 +0200
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.
commit d7d631c8a7e15466d7727f057dfa3011a02e9fe9
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jul 20 10:26:19 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jul 20 10:34:37 2017 +0200
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
commit 24585c2f88cf48decaea095a52ae64e6ddd04570
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jul 19 16:35:12 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jul 19 16:35:12 2017 +0200
Fixup shell test condition
Variables used in shell conditions should be quoted
commit 9fb81db16d1ee0fd911da6c3a1eb2bcbe4bba2b7
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jul 19 16:33:07 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jul 19 16:33:07 2017 +0200
Update schema to version 6.6
* Deleted domain attribute from machine section
* Added xen_server attribute to specify a type to be a Xen dom0
* Added xen_loader attribute in machine section to specify the
target guest loader this image is expected to become loaded
with
commit 724df8302e902f5bddbb3fecabfbddceb551afe5
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jul 19 14:37:02 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jul 19 14:37:02 2017 +0200
Added schema 6.5 to 6.6 conversion
Delete the Xen domain attribute from the machine section and
introduce a new xen_server attribute which is set to true
for any machine section with a Xen dom0 configuration
commit feb4f7a58b01663aa9e4b5f21670735ad9366f69
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jul 18 16:48:44 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jul 18 16:53:55 2017 +0200
Added Makefile target obs_test_status
Call make obs_test_status and get an overview about the current
integration test builds and their status
commit bae0acff1e4dbc42929dd3143ceae671fb711041
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jul 18 10:27:21 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jul 18 10:27:21 2017 +0200
Bump version: 9.9.4 → 9.9.5
commit 359391ec33f287c7db023c6c85e3463f12b4da85
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jul 18 10:26:54 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jul 18 10:26:54 2017 +0200
Added s390 tumbleweed boot descriptions
commit 3c57f443c32a61849cfc1407bade830bcbcec8a9
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 17 15:35:55 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 17 15:35:55 2017 +0200
Bump version: 9.9.3 → 9.9.4
commit be910bdc74a7d4c06f20a360d47bf409cac5a844
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon Jul 17 12:26:27 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon Jul 17 12:26:27 2017 +0200
This commit fixed root_init when running inside the buildservice
This commit fixes regression bug introduced in #422
commit ee8482d0a22c25b84d435bcf8e69349f1cd6938d
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon Jul 17 11:15:27 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon Jul 17 11:37:11 2017 +0200
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.
commit 06a3f57d8b2fe92ed252caf3d18cc14300b5568a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 17 10:58:47 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 17 10:58:47 2017 +0200
Bump version: 9.9.2 → 9.9.3
commit 3efbdba4c7ae0e2dd73c6bee219dd70d6fd08bcb
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon Jul 17 10:36:39 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon Jul 17 10:36:39 2017 +0200
Revert "Include .buildenv file inside the buildroot"
This reverts commit d30bf4a19ff11f7132c9a31528ddfa103e01b299.
This also includes the get_buildservice_env_name method in Defaults
to centralize '.buildenv' occurrences.
commit 070ec3cd830464daefc9556c1e58e3d91c7de3e5
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 17 10:20:51 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 17 10:20:51 2017 +0200
Fixup helper/kiwi-boot-packages
Make sure the code also works in python2
commit 80ba6e15c69625f913737c9e1d14e16500169546
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 17 09:59:11 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 17 10:02:42 2017 +0200
Search for python interpreter in path
Allow more flexible path spec to find python interpreter
commit 06d1a07373db8e913b6368e505db1a64c9c1181f
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jul 14 15:26:16 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jul 14 16:18:53 2017 +0200
More comfort in calling with compat arguments
In addition to the 'kiwi --compat -- ...' style we also support calling
the kiwi compat mode as a service via 'kiwi compat ...' The preferred
way of calling kiwi with legacy options is via the new compat service.
Thus the documentation also changed to no longer mention the --compat
option but it still exists for compatibility reasons. Fixes #407
commit 6fe8a2a9d62b612f8d0d16e8beba45aa2f34bc35
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jul 14 11:55:32 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jul 14 11:55:32 2017 +0200
Allow use of more fine grain ignore repos options
The meaning of the --ignore-repos option has changed back
to ignore all configured repositories. A new option
named --ignore-repos-used-for-build has been added which
allows to ignore all except imageonly repositories. The
command manual pages has been changed to document the
options. This Fixes #410
commit e3c5868c1cbfb7b650749c29f3c6d56263cf4f5f
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jul 14 11:25:23 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jul 14 11:25:23 2017 +0200
Cleanup use of python interpreter invocation
Prevent strict call of a specific version of the python
interpreter. All code has been written to work with py2
and py3 thus the venv environment setup should decide
what version a call of python is. Fixes #424
commit a13ac7559d9e1d233014ee00469287d0e124f83f
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Jul 13 16:19:46 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu Jul 13 16:19:46 2017 +0200
Make sure the KIWI buildroot has the /.buildenv file
This commit makes sure the that the KIWI build root will always
contain the /.buildenv file.
Fixes #421
commit d30bf4a19ff11f7132c9a31528ddfa103e01b299
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Jul 13 11:45:34 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu Jul 13 11:45:34 2017 +0200
Include .buildenv file inside the buildroot
With this patch if KIWI is running inside the buildservice the
/.buildenv file is copied from the build environment to the build
root of KIWI. At installation time some packages test the existance
of this file in order to know if they are being installed inside the
buildservice or not.
Fixes #421
commit 3f87b2e2db343f355c86743620d14239293afba2
Author: David Cassany Viladomat <davidcassany@gmail.com>
AuthorDate: Tue Jul 11 14:58:18 2017 +0200
Commit: GitHub <noreply@github.com>
CommitDate: Tue Jul 11 14:58:18 2017 +0200
Fix url validation in buildservice (#420)
This patch changes the remote URL validation strategy when running
inside the build service. By design, inside the build service build
environment connections to the outside world are not allowed, thus
any validation attempting to do that will fail. With this patch, when
running inside the build service, KIWI will not try to test if any
download URL is reachable.
Fixes #418
commit 938cdd62cc92fa7bea462811731140d2949e1b7d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 10 12:33:58 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 10 12:33:58 2017 +0200
Bump version: 9.9.1 → 9.9.2
commit e117547d88785d25f9b47acbb1f941228bba85d8
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 10 12:22:03 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 10 12:22:03 2017 +0200
Refactor Uri is_public method
Don't call a nested is_remote from is_public, instead the method
was rewritten to explicitly cover the responsibility to check
under which conditions we treat an uri as publicly available
or not
commit 683d31e710867f78eb3b8e3abb93788904f7f7f8
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Sun Jul 9 22:36:04 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Sun Jul 9 22:42:05 2017 +0200
Fixed Uri is_remote method
If called inside of the buildservice the obs uri type is not
a remote uri because the translation ends in a local path
commit ed6dda50038a7d336f368b71dfd67eed5895eba6
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jul 7 15:39:27 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jul 7 15:39:27 2017 +0200
Bump version: 9.9.0 → 9.9.1
commit 06e15373f541d8dcecc8d14f1ffb355735cbeeb8
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jul 7 15:38:40 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jul 7 15:38:40 2017 +0200
Fixup setup and package requirements
python requests is needed due to latest changes
commit 95a7427c828ce5acdbabd6ca83696a097d9ed720
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jul 7 10:23:54 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jul 7 10:23:54 2017 +0200
Bump version: 9.8.1 → 9.9.0
commit 48f4e6761b2195766678f22aaf02c745ce314218
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jul 7 10:14:24 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jul 7 10:14:24 2017 +0200
Update doc string for Uri::translate method
The method was missing doc info about the check_build_environment
parameter and the return type of the method
commit f9f4f0b5e0b584592efb999977bf5454699bfa9a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jul 7 10:05:28 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jul 7 10:05:28 2017 +0200
Delete obsolete --obs-repo-internal switch
commit b51a8e3ded61641148d088c9f9b8e9a298b74140
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jul 7 09:18:47 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jul 7 09:18:47 2017 +0200
Create obs project download link like obs does it
In reference to _download_repository_link.html.erb from
https://github.com/openSUSE/open-build-service, we use the
same mechanism to create the download link from an obs://
project definition
commit d5f480654f0e6e3312d2d6237772239291469ca9
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jul 6 10:34:35 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jul 6 10:34:35 2017 +0200
Fixup unit test for help command
commit 1eabaa2b759c06da365ecdc26da6614a1f9404d5
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jul 6 10:33:18 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jul 6 10:33:18 2017 +0200
Follow up fix for man page move
make sure kiwi calls the man page from the now changed
section level 8
commit c6858d9162904007cdb3c5e36b73ce4fc342e005
Author: Neal Gompa <ngompa@datto.com>
AuthorDate: Wed Jul 5 11:19:23 2017 -0400
Commit: Neal Gompa <ngompa@datto.com>
CommitDate: Wed Jul 5 16:35:04 2017 -0400
Move man pages to correct section
The man pages were incorrectly written to section 2, which is for
syscalls. Since KIWI is an administrator's tool, it has been moved
to section 8.
commit dee0a5af7feb62ca2ca709313c9e875123a27f9b
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jul 4 18:26:49 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jul 5 16:07:29 2017 +0200
Refactor handling of obs repositories
* Delete kiwi internal ibs: and suse: types
* Delete handling for --obs-repo-internal and provide a
compatibility message to the user
* Buildservice download server url and scope can be configured
via ~/.config/kiwi/config.yml
* Translate obs urls to http in import_repositories_marked_as_imageinclude
* Use new Uri.is_public method in renamed runtime check
check_image_include_repos_publicly_resolvable
commit ab491354e763d3cef277f8d2ae7877b3401f8131
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Jul 5 10:04:44 2017 +0200
Commit: David Cassany <dcassany@suse.de>
CommitDate: Wed Jul 5 10:08:56 2017 +0200
Make sure system image strip sections are applied in boot image
This commit calls copy_strip_sections from the system image xml to the
boot image xml. This is needed to make sure strip sections are
applied into the boot image.
Fixes #414
commit 80710ba7ccad3163cf3e526ab16fe1c412d56bf8
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Jul 4 16:10:48 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Jul 4 16:10:48 2017 +0200
Fix a code block in workflow.rst
Fixes #412
commit edfd755df1491ed60ca67c826dfebfe376dfde10
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Jul 4 09:31:12 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Jul 4 09:31:12 2017 +0200
Fix xml_state test
commit a8dfa4a5a5b9dee0998153f5603632d162cf99d4
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon Jul 3 18:17:29 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon Jul 3 18:17:29 2017 +0200
Accept an empty string as a repo priority
xml_parse code is autogenerated, thus no changes there should be
considered. When adding a repository from the command line it
can happen that the repository priority is mapped to an empty instead
to a None valuei, when the priority is not specifically set. xml_parse
will only support a parseable string to int or a None value as the
default option, so, if an empty string is used, it throws an
exception. With the current patch anything that cannot be casted
to an int, will be considered as None.
Fixes #408
commit 7d0ea0a1f074f5e0aa48b394a6334b4fe08fd8d5
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 3 16:00:19 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 3 16:00:19 2017 +0200
Move check_image_include_repos_http_resolvable
Call the check_image_include_repos_http_resolvable runtime check
after the check and setup for the obs runtime environment. In
case of obs uri types and a kiwi build outside of the buildservice
those source locations could be translated into a public url and
thus allow for use with the imageinclude attribute. However
building inside of the buildservice maps those to a local path
which is private to the used worked instance. In such a case
the obs uri type is translated into a suse uri type and running
the check_image_include_repos_http_resolvable after that
translation will run from the translated and thus correct
source uri information
commit 4ad200361d4609f5d3fc46802cc12ff17611c4d8
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jul 3 10:48:36 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jul 3 10:48:36 2017 +0200
Bump version: 9.8.0 → 9.8.1
commit 370b6449b3c5ded68a339f4d158c933ea0e13eb1
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jun 30 16:36:14 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jun 30 18:25:51 2017 +0200
Add unit tests for compat mode
commit 04f4683664d18e83a47cec7b5968e998a6995885
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jun 30 15:51:37 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jun 30 18:25:50 2017 +0200
Fixed compat setup for upgrade command
Value for --root option was added after other options
commit 4ac282b2cf9232bd2777ff49809ebf87534a9027
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Jun 30 16:07:20 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Jun 30 16:07:20 2017 +0200
Do not translate obs scheme to suse scheme for imageonly repos
Fixes #404
commit 3ad92a147702e7d3187463e4aec5e977a688640d
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Jun 30 11:50:26 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Jun 30 12:16:58 2017 +0200
Translate obs to suse derived from image uris
This commit performs a translation from obs scheme to suse
scheme for derived from image uris when kiwi is running in a
buildservice worker.
Fixes #399
commit 1b4425ad5ff449b51477fa35e3bdaf17b464a8d8
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jun 30 10:20:44 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jun 30 10:20:44 2017 +0200
Bump version: 9.7.4 → 9.8.0
commit 9857a07ae6c32c3b98860cf45380547df6584121
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jun 30 09:50:19 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jun 30 09:50:19 2017 +0200
Fix content layout of zypper credentials file
Missing line break for entries in zypper credentials file
commit 4a736cee621010ea492c44ef5be91656e8ae697e
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Jun 29 18:11:47 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu Jun 29 18:11:47 2017 +0200
Allow imageinclude repositories inside the build service
Fixes #397
commit f56b57322876476ee0f2dd2990bccd2e28b70491
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jun 29 16:52:11 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jun 29 16:52:11 2017 +0200
Fixed doc_travis tox target
using shell syntax requires calling a shell process
commit c544dd178b1004b566df87334722a4e8cf9151be
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jun 29 16:44:09 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jun 29 16:44:09 2017 +0200
Allow imageinclude in add|set-repo commandline
The --set-repo and --add-repo commandline options now allows
additionally to specify a true|false value to indicate if the
repository should be part of the system image repository
setup or not. This Fixes #398
commit 0451e4a82ecb678e447b8a16d9ca87f344b3e632
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jun 29 14:41:32 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jun 29 14:41:32 2017 +0200
Fixed travis whitelist_externals
test command is used in target
commit 919647241747e1ffb0b9476180347825dc065a04
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jun 29 13:53:42 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jun 29 13:53:42 2017 +0200
Fixed travis whitelist_externals
commands cp and/or true are used in target
commit 8bd832d63d4204ece56ab1fffc29b252be1c063d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jun 29 11:44:51 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jun 29 11:44:51 2017 +0200
Fixup travis doc deployment
Custom diagram images needs to be deployed manually
commit 5ed0ea74865c86f038a5a1731f91bd5c1aed5f2e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jun 29 11:08:13 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jun 29 11:08:13 2017 +0200
Update schema documentation
commit de4214986827f4a6398805ed360bb1ce91bddbbb
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jun 29 11:06:41 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jun 29 11:06:41 2017 +0200
Delete unused data from schema docs processing
commit 1d9ac070e8cb55b84758dee03fae5fbd5329a608
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jun 23 21:12:03 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jun 29 10:38:45 2017 +0200
Build schema documentation with Oxygen
Given there is a valid Oxygen license owned by the company
as described in https://www.oxygenxml.com/oxygen_scripting.html
the schema documentation can be created using Oxygen. This
commit allows building the schema docs with alternative
doc builders and in case of Oxygen would change the way the
schema docs are generated in the following way:
1. Install Oxygen and setup the license to activate the tool
2. Setup the KIWI development shell environment to export
the schema_tool variable to point to the schemaDocumentation.sh
script provided by the Oxygen installation
export oxygen_tool=/path/to/Oxygen/schemaDocumentation.sh
3. In any case of a schema change manually call:
tox -e schema
This step was done before as part of the tox doc target
but can't be done automatically because it would require
a correctly licensed Oxygen installation in the travis
environment. Thus the result data has to be part of the
pull request
4. Build the documentation and review the result
tox -e doc
5. Create the pull request
commit 4f18d2da22bc6773cb6cc8b9cb1f6a152975a693
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Jun 27 10:02:42 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Jun 27 10:02:42 2017 +0200
Flag --ignore-repos do not ignore imageonly repos
This commit fixes #395, with it, using --ignore-repos, does not
delete imageonly repositories from the description file. This way
imageonly is prepared to be used in the buildservice even when using
the 'obsrepositories:/' reference style.
commit d9160d49260ada46e555e06e8ef991b2b280ffee
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jun 21 14:57:43 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jun 21 14:57:43 2017 +0200
Update schema docstring for oem-systemsize
commit fb15cb559b257a9b6947e44e7b0555b241878727
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jun 20 18:33:21 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jun 20 18:33:21 2017 +0200
Bump version: 9.7.3 → 9.7.4
commit 431afc847e0082f5c8a5927e2b581cdcd5fc6a02
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jun 20 18:31:07 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jun 20 18:31:07 2017 +0200
Fixed setup_plymouth_splash
The schema generated get_bootsplash_theme() method returns a list
because it's section content. The return value of the method was
used as a string which caused a runtime error
commit 591963bb95b170b6ad98bab035f314ebea65c9b7
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jun 20 18:22:25 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jun 20 18:22:25 2017 +0200
Added creation of zsync control file in bundler
If a --zsync_source url is provided to the bundler call a
zsync control file is created for the compressed parts of
the bundle. This Fixes #364
commit d006edb4bdb7fc6f59bf7699b36174e7c56bb91e
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Jun 20 15:18:53 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Jun 20 15:18:53 2017 +0200
Add package manager in image info task solving process
This commit includes the package manager package in the packages
list to be solved in image info task.
commit 343c017e58442b345055d7df93a621b099215066
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jun 20 14:26:26 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jun 20 14:26:26 2017 +0200
Bump version: 9.7.2 → 9.7.3
commit f15cadf361122b1e2c214b9c1b56682bb0fa0624
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jun 20 11:09:41 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jun 20 11:09:41 2017 +0200
Fixed gce disk format
The order of the files in the tarball is important. The first
entry must be the manifest.json followed by disk.raw
commit cf85e577e7a5421268de72cf1a15941792651c1c
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jun 14 13:09:54 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jun 20 09:24:56 2017 +0200
Implement custom argument handling for xz_options
Evaluate and hand over custom_args processing for the
xz_options argument to all classes which performs
xz compression tasks. This Fixes #373
commit 8c5d5e82bc300eeeda4337cfe5dfb4002e41fc69
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jun 14 13:06:38 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jun 20 08:31:32 2017 +0200
Read xz options from runtime config
Read xz options from the kiwi runtime configuration file
and pass along the information to the commands which
performs compression tasks
commit 011996cd5b1efd1b434714eaa1a5186ec4cba120
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jun 19 18:00:56 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jun 19 18:00:56 2017 +0200
Make sure CliTask instance reads the config file
Any instance of a CliTask has to read the runtime config file
if present
commit 9eb98b8a170a0b2726e0e58f7257eec2d6b7efcb
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jun 19 16:25:24 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jun 19 16:25:24 2017 +0200
Add generic access for attributes
The layout of the yaml runtime config is based on an element
topic containing a list of attributes. For now only the xz
topic with its options attribute is in use but for the future
more elements might be supported which can use the same access
method
commit 219312ec61456f61884220b877b5cc0088375972
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jun 19 16:03:31 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jun 19 16:13:38 2017 +0200
Setup plymouth splash in the image prepare process
In case the plymouth-set-default-theme tool can be found in the
image root system and a bootsplash theme is configured in the
XML description, the tool is used to setup the theme configuration
This Fixes #366
commit 71a99fdd66aa35b991d419f0d6d2a1bc41f587f4
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon Jun 19 15:03:53 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon Jun 19 15:03:53 2017 +0200
Include patternType information to resolv packages in image info task
This commit includes ingore_recommended flag in the Sat.solve method.
This way if the description file states to include only required
packages (without recommendations) it is respected and taken into
account to resolv the packages list.
Fixes #381
commit 66f5ed855507eeafcca29fb110907383e6af9954
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jun 19 11:06:01 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jun 19 11:12:09 2017 +0200
Added custom xz option handling for ArchiveTar
Allow to pass custom xz options for create_xz_compressed
method. Issue #373
commit 2179798948f7ebb035d25725b59a167d8d9c6b5c
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jun 19 10:25:47 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jun 19 11:11:37 2017 +0200
Added custom xz option handling for Compress
Allow to pass custom options for xz method. Issue #373
commit 403f034620c998a471bc228b897f6385fc54d355
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jun 19 10:31:06 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jun 19 10:31:06 2017 +0200
Make sure options are returned as list
commit 49dbc2f2cc79a67780d1413bf82e16b91404a9a8
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jun 19 08:47:06 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jun 19 09:45:00 2017 +0200
Activate reading of runtime config in tasks
Implement reading of runtime configuration file in base
commandline class. Issue #373
commit de8a75adc598de9e15cfa1c007be1b411aa718c3
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jun 19 08:37:42 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jun 19 08:37:42 2017 +0200
Cleanup doc string of base task class
commit 22e171165fb025347415db4659b576f0c54a0269
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Sun Jun 18 09:17:00 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Sun Jun 18 09:17:00 2017 +0200
Add runtime config man page section
Describe the contents of the KIWI runtime config file
commit 6517d3b56844ee36c24b1a9cf018735933b7fd32
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jun 14 18:11:32 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jun 14 18:13:50 2017 +0200
Added RuntimeConfig class
An instance of RuntimeConfig reads in ~/.config/kiwi/config.yml
if present and provides access methods to the expected
information of the config file
commit 22afd9deba5d6716306e9f8a355c365a62f48655
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jun 14 18:10:37 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jun 14 18:10:37 2017 +0200
Added PyYAML requirement to package and venv
The KIWI config file is yaml based and thus we need
support for reading the file in KIWI
commit 0d4d95ae61c0de1817cb0ea87d4fcd34d18ab2bc
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jun 14 12:56:06 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jun 14 12:56:06 2017 +0200
Fixed alpha order of options in build command
commit c5d93fb9ee2bcad3a7610847b4da678b0e435f89
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jun 14 11:55:15 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jun 14 11:55:15 2017 +0200
Update custom_args doc for DiskBuilder class
commit 58716ac0cf64d5a7f4d717b46ed46e10fe23939e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jun 14 10:54:27 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jun 14 10:54:27 2017 +0200
Fixup class docstrings
The attribute list should provide information about the
construction of an object of this class. Some fields
were missing or superfluous
commit cf7cb0cf331131b9c071cecc295fc80bf59588e2
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Jun 14 10:25:35 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Jun 14 10:25:35 2017 +0200
Consider only repositories used for build in image info
This commit makes sure that the repositories marked with imageonly
flag are not included in the packages solve procedure.
This is related to #362
commit 21dd3e73db13692205ede37d35efa6238fd40f63
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Jun 14 09:41:47 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Jun 14 09:41:47 2017 +0200
Removing has_repositories_marked_as_imageinclude method
With the current repository management this method is not required
anymore, since the setup repositories method does not modify the image
if no repositories are present.
It is related to #305 and #191
commit ef6a49a7264c13735ea1f1e88ff17e7092482172
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jun 13 15:40:49 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jun 13 15:40:49 2017 +0200
Fixed typo in isoboot/fedora-25.0
It does not really matter because the package manager setup
is inherited from the system image XML configuration to the
boot image, but for consistency it should be correct in the
isoboot description too
commit da6dd8347157cf8c817f4aebe4d97bd869f299aa
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue Jun 13 13:06:23 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jun 13 13:07:48 2017 +0200
Added isoboot/fedora-25.0 boot description
commit 84a09c78d11a07acd26ff1803377cfb16d19d4ca
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jun 12 16:29:47 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jun 13 12:41:08 2017 +0200
Cleanup use of suseGFXBoot regarding grub
The shell method suseGFXBoot from the config/functions contains
code which should be better moved to the python code base dealing
with the bootloader configuration. In this commit all grub
parts of it has been moved to the BootLoaderConfigGrub2 class
commit 4e11ba3b28c1a292c4433ce9adc15416b0add376
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jun 12 15:07:04 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue Jun 13 12:41:08 2017 +0200
Cleanup isoboot descriptions
There is no need to install bootloader packages to the initrd,
all information regarding the bootloader setup is taken from
the system root directory
commit fcfd257e2d58c2f82bbac2ef8a7bef23fe7a239a
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Jun 13 10:55:26 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Jun 13 10:55:26 2017 +0200
Change to more explicit method names
commit 62a5cf1b6b22c01589297d367bda1ff6784405e6
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jun 12 15:05:35 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jun 12 23:14:21 2017 +0200
Fixup iso image builder(s) lookup path
Don't lookup bootloader required files in the boot image root
directory. Those needs to be looked up in the system image
root directory
commit 07356eba38aac9479a599abf04533bb5e4cd9544
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon Jun 12 15:01:33 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon Jun 12 23:14:21 2017 +0200
Refactor boot image factory
Make sure the root directory of the base image is always
accessible by any boot image type for consistency. In
addition introduce a post_init method which explicitly
setup the boot image root directory as needed for the
selected boot image type and document it as such
commit 26e15929ab98435cabb21f71897d2a14bf1a3bb3
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon Jun 12 12:27:11 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon Jun 12 16:46:52 2017 +0200
Include imageonly attribute for repositories
This commit adds imageonly attribute support for the repository
element. imageonly is a boolean attribute that if true indicates
that the repository is no used for the build but needs to be
configured for the resulting image.
Fixes #362
commit 6b5b837b27acc08fd6a93e32b565de599c615278
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jun 9 16:43:06 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jun 9 16:43:06 2017 +0200
Fixup use of syslinux v6 modules
There is support for library loading in syslinux modules
which requires to provide the lib modules when available.
This Fixes #351
commit 0fd3f6c79377a12228d3356f8e78d849d3e6e593
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jun 9 14:12:57 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jun 9 14:12:57 2017 +0200
Bump version: 9.7.1 → 9.7.2
commit 367cf6070db3d2e1b48a0e0e834530cb08daba6a
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jun 8 16:01:05 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jun 9 14:08:40 2017 +0200
Update PXE building chapter
Redesign PXE building chapter to follow style guide.
Thanks to Thomas Schraitle for review and additional
contributions to this topic. This Fixes #323
commit 753c840e4435a93c6e4438c2afb8fccab4607409
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Jun 9 12:33:03 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Jun 9 12:33:03 2017 +0200
Update rpm-check-signatures documentation
commit 9949ecfef8a94295bb151777bb40a368cc24ff63
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Jun 9 11:51:35 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Jun 9 11:51:35 2017 +0200
Fix default location repository config file for apt
This commit fixes the apt config file management for default
locations. The template subsitution always needs to be executed
providing all the substitution parameters, as it does not make any
kind of default assumption when parameters are missing.
Fixes #370
commit a60ae7acc8d4b0d56d6e01dd1538847f7aa643bd
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jun 9 11:14:45 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jun 9 11:14:45 2017 +0200
Revert "Refactor detection code for grub directory name"
The former detection of the grub directory name in boot was
correct whereas the new code introduced a problem.
This reverts commit b3e4b871d52da2b5ab579d592ccc7ae39de75339.
This Fixes #371
commit 02a1b89086e165dbf3711567b7c2ad7b22adb1ce
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Jun 8 16:54:50 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu Jun 8 17:01:16 2017 +0200
Include repository_gpgcheck and package_gpgcheck documentation
commit 62095aeaf351b96dc07c748e8f6b99798ac137a0
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Jun 8 16:25:30 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu Jun 8 16:40:20 2017 +0200
Improve package/repository signature checking setup
This commit adds repository_gpgcheck and package_gpgcheck attributes
to the repository tag in schema. With this change each repository
can be configured individualy to enable repository signatures check
and/or enable signature package check. The configuration is done at
repository level, thus it is not conflicting with the wide package
manager configuration flag <rpm-signatures-check>.
Fixes #358
commit 5b4fe0b8e528d3c2e9e2197229eafdc458961529
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jun 8 14:46:39 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jun 8 14:46:39 2017 +0200
Update chapter due to review
commit 86d94233af284f31d626ec96051c692a38a45e40
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jun 8 14:25:52 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jun 8 14:25:52 2017 +0200
Update OEM building chapter
Redesign building chapter to follow style guide. Issue #323
commit cd8629bfea4324037506c5fceba8cacb16c72887
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jun 8 10:56:29 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jun 8 10:56:29 2017 +0200
Bump version: 9.7.0 → 9.7.1
commit b3e4b871d52da2b5ab579d592ccc7ae39de75339
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jun 8 10:05:12 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jun 8 10:05:12 2017 +0200
Refactor detection code for grub directory name
The method get_grub_boot_directory_name was based on checking
for the name of the grub2 install tool, but this is not always
reliable because the name of the grub2 install tool has no
direct connection to the grub2 path. The method changes in a
way that it checks for the presence of the grub2 installation
directory which is /usr/lib/grub or /usr/lib/grub2. Depending
on the result the location in boot is /boot/grub or /boot/grub2
which seems to be a more reliable check
commit d4674e30c58463f2a63320cab74b9586ad6c90bb
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jun 7 22:37:07 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jun 7 23:40:36 2017 +0200
Fixup detection of grub directory name
In order to put grub data to boot/grub2 or boot/grub a check for
the grub2-tool vs. grub-tool name is performed. This requires
access to the image root directory on a file basis which is not always
applicable. When setting up the grub bootloader for e.g EFI boot on
an iso image the rootfs can't be directly accessed because the iso
image contains the rootfs in a compressed format. This commit
refactors the check to be generic for all image types
commit 47ff8f9b61e52558dd5ad808fca5fcab49e35791
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed Jun 7 18:36:19 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jun 7 23:40:36 2017 +0200
Fixup EFI setup for iso images
The embedded efi fat image on the iso filesystem must follow
the same rules compared to the setup on a disk
commit 60b207271fe797444dc4ea1b33b734b11aa10073
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed May 31 16:36:17 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jun 7 23:10:01 2017 +0200
Allow vendor specific grub config file location
On e.g Fedora systems the EFI grub config file for secure
boot systems is expected to be located in the vendor
specific efi boot directory from where the shim loader
gets loaded by the firmware
commit c562a294ac0cbe74005b2e72c69e4af6c49be3ee
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon May 29 12:33:51 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jun 7 23:10:01 2017 +0200
Use glob pattern to match shim modules
commit 2524d19729a64dde7e45c9922a969e15cbdf0c2b
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed May 24 17:51:08 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed Jun 7 23:10:01 2017 +0200
Added fallback setup for grub secure boot
The current implementation is based on the presence of the
shim-install tool. This tool does not exist on all distributions.
In case shim-install is not present a kiwi fallback solution
applies. Fixes #337
commit 58bdca2b6258c8fc192c747ae304bc613137e320
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Wed Jun 7 09:06:41 2017 +0200
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Wed Jun 7 09:06:41 2017 +0200
Fix docstring and apply ReST markup
Avoids the the following warning:
Definition list ends without a blank line; unexpected unindent.
Docstring contains ReST markup from
http://www.sphinx-doc.org/en/stable/domains.html#cross-referencing-python-objects
commit 8b2682faea2d7d88b6bcf3c3cbdcaed418bd67de
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Jun 6 16:57:02 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Jun 6 16:57:02 2017 +0200
Some corrections for Building Docker image docs
commit 24f56cb287946f5f99b720ad91e8d110740bdd5d
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Jun 6 11:01:47 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Jun 6 11:11:38 2017 +0200
Rearrange Docker docs
This commit rearranges the Docker image builds documentation
in order to match the criteria exposed in #323
commit 854b62d7f094848dbdbf5a2ba328fc36358dd824
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri Jun 2 10:38:12 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri Jun 2 10:38:12 2017 +0200
Bump version: 9.6.2 → 9.7.0
commit d4b8a030d6980e90457a96c93d9204f896fe9ecb
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jun 1 15:54:16 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jun 1 15:54:16 2017 +0200
Make sure all required yum repo options are set
enabled and gpgcheck parameters has to be set for any
configured yum repository
commit 9ccf0798854ee69daef9a8c44df37737daefa61d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jun 1 15:40:26 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jun 1 15:40:26 2017 +0200
Fixup repository setup for yum
Yum cannot handle spaces between the key and the value.
This patch provides a method to tell ConfigParser to use
no spaces for the '=' delimiter and thus Fixes #357
commit 719adac66946e8eae2fd9b2750d354899da41492
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jun 1 14:08:37 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jun 1 14:08:37 2017 +0200
Reactivate warnings report in pytest
commit a790591b05e128a7322afc3166225b41997a7984
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jun 1 13:58:27 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jun 1 13:58:27 2017 +0200
Fixup kernel name lookup
If multiple abi compatible kernel module packages are installed
the kernel version of the boot kernel could be different from
the kernel module versions. In order to find the boot kernel
all kernel versions found must be checked. Fixes #355
commit afebd3897eb1faa9ade8d1259b0221eb8e1a81a3
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu Jun 1 10:41:45 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu Jun 1 11:37:35 2017 +0200
Fix/workaround invalid xsd pattern translation
The data structures are auto generated by the generateDS
tool which works nicely except for the arch-name xsd pattern
used in the RelaxNG schema. For some reason the used regular
expression is translated by generateDS into a python
expression not matching the original expression from the
schema. The result is an invalid python warning message after
the schema has successfully validated the arch string.
The problem has been reported to the generateDS developer.
As long as their is no fix available in generateDS the
following workaround in kiwi applies: The original xs:token
pattern validation will be disabled on the generateDS
level and applies only to the schema. This Fixes #347
commit 376e9daa58ad7b2749186f82dd80d615fb9af2b5
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed May 31 14:54:40 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed May 31 15:41:11 2017 +0200
Some fine tune updates
* Updated the docs for system_create command
* Reverted dracut image initialization
* Updated yum comment about repo_gpgcheck option
* Updated variable name in disk builder
* Typo correction
commit 617859b3a4c9df1b64e9c280b36b558c47042ebf
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed May 31 10:04:06 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed May 31 10:04:06 2017 +0200
Include signing-key feature for boot images
This commit extends the behavior of --signing-key options in order
to import the provided key file into the boot image, in addition to
the regular image root tree.
Related to #342
commit d316584f9fa9f9fd4e23d55e733f6779eb60d2fe
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue May 30 17:43:35 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed May 31 09:32:54 2017 +0200
Fix use of pre requires in spec file
commit 2498ff6ba4d99a8e23adfb3d9c958ce7c677117b
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue May 30 17:03:09 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue May 30 17:03:09 2017 +0200
Fixup working dir for editboot scripts
editbootconfig and editbootinstall scripts needs to be
called from within the correct directory to allow access
to the written bootloader config files. For live images
the working directory was set to the wrong place. This
Fixes #353
commit dd6dfe0f7b1d64d9e05efdbb688008639e6513a8
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon May 29 21:33:20 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon May 29 21:33:20 2017 +0200
remove duplicated code from dhclient setup
IPADDR is assigned within dhclientImportInfo
original patch by Dinar Valeev <k0da@opensuse.org>
commit 3ec8cc1cff0efddd2aadb0dec8a8c1b788482016
Author: Dominique Leuenberger <dimstar@opensuse.org>
AuthorDate: Mon May 29 20:50:35 2017 +0200
Commit: Dominique Leuenberger <dimstar@opensuse.org>
CommitDate: Mon May 29 20:50:35 2017 +0200
Fix spelling of 'processor'
https://bugzilla.opensuse.org/show_bug.cgi?id=957927
commit 722584f4865f72605fadd57c2ef26ab4166fce77
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Sun May 28 21:37:25 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Sun May 28 21:37:25 2017 +0200
Fixed pre-req for kiwi-pxeboot subpackage
the binaries groupadd and useradd used in the preinstall
scriptlet and provided by the shadow package needs a pre
requirement on shadow to make sure they exist when the
package gets installed. Fixes (bsc#1040256)
commit 3355f93aad80f58d73853b96f2b7b1aa6e241056
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri May 26 14:42:11 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri May 26 14:48:05 2017 +0200
Fix existing root check, fixes #349
This commit fixes the validation of an existing root directory
for the command 'system build'. System build used to create the root
directory before performing the root existance check, thus the
check was always failing in any case. The root directory is created
inside the RootInit class within the 'create' method.
Fixes #349
commit 435ab2651a922efe6012036d0202c51db5a627b7
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed May 24 13:18:43 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed May 24 13:30:25 2017 +0200
Extend --signing-key to Apt package manager
This commit extends support for --siging-key to the Apt package
manager. However it has only been included for the chrooted
operations, as current implementation of the bootstrap procedure does
not provide signature check capabilities.
Related to #342
commit 844640d93a808864459d830d1bc7f8060767710c
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed May 24 13:15:19 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed May 24 13:15:19 2017 +0200
Extend --signing-key option to Yum and Dnf
This commit extends the --signing-key options support to Yum and Dnf
package managers. In addition, signature check for repositories
had to be disabled for Yum and Dnf, as kiwi unrelated issues were
found while testing. Nevertheless, package signature checks are
fully functional.
Related to #342
commit 26995dbe9c869b0940cb60d6b2aed0279dab4e81
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed May 24 13:11:15 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed May 24 13:11:15 2017 +0200
Add --signing-key option
This commit adds --signing-key option which sets a key file to import
into the package manager trusted keys database. This commit adds this
flag support only for zypper.
Fixes #342
commit 3c0029c10fe6e398597c5d68bd1300e38b201630
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue May 23 16:55:45 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue May 23 16:55:45 2017 +0200
Don't print warning report
The auto generated xml_parse.py uses the python warnings module
The unit tests uses the coverage module in py.test to create
a report. The latest py.test update now also creates a warnings
report which is unwanted because some of the unit tests
intentionally causes the creation of a warning as the expected
result but we don't want to see that in a py.test warnings
report. Therfore this patch switches off the creation of that
warnings report
commit 4c4274d1edc2261773c7918bb01fdfbd05e436ab
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue May 23 16:35:06 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue May 23 16:35:06 2017 +0200
Update manual page of build command
Add information for --allow-existing-root option
commit dba6aaecc044f9c782d35621db97d5223f357ba2
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue May 23 16:29:53 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue May 23 16:32:41 2017 +0200
Fixup default behavior of build command
The build command automatically used an existing root tree
from a former build attempt. However this could cause an
inconsistent image if the former build root was not based on
the same image type setup. Thus it is better to allow this
only if the --allow-existing-root option is specified along
with the build command call
commit 6faee70731b91f734162673f91ae400a87921e44
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue May 23 16:29:11 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue May 23 16:29:11 2017 +0200
Fixed alpha sorting of options
commit 4461f6c4981427542008901afd5d7898217fbbef
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Tue May 23 11:04:50 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Tue May 23 11:04:50 2017 +0200
Complete zypper cache cleanup
also the raw and solv cache needs to be deleted
commit 542cf1783681cb78be37bda7a1a27a4601e00986
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon May 22 17:59:58 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon May 22 17:59:58 2017 +0200
Update manual pages
Add information and use case for --clear-cache option
commit c368c2731c69ba1f84ad56cab7c444797192fa99
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon May 22 17:57:57 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon May 22 17:57:57 2017 +0200
Added --clear-cache option
The system prepare and build commands now provides the
option --clear-cache which deletes all cache data
associated with the repositories to build the image.
This Fixes #341
commit 402ff5ec43d8b5e08a118a37544d691ca6251baa
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Mon May 22 11:59:24 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Mon May 22 11:59:24 2017 +0200
Let dracut create a compressed initrd
dracut was called in a way to create an uncompressed initrd archive
and kiwi later runs the xz compression on it. That way the default
compression parameters used by dracut get lost. Fixes #335
commit 9cb7390af0127e8131705c7d3cbcf0212a1d3c3d
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri May 19 15:49:54 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri May 19 17:12:57 2017 +0200
Fixup boot-load-size for efi loader in iso
Pass the real boot-load-size of the used loader as number
of 512byte blocks to the iso creation call. Related to
(bsc#939456)
commit 2b40351550e43cd1396348a0701c91fc8d6da981
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri May 19 16:52:28 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri May 19 17:04:59 2017 +0200
Improve rpm-check-signatures support
This commit ensures the signatures are checked for both: the
repository and the rpm package. It applies for zypper, dnf and
yum package managers.
commit 4a9ed6c766fa9314981d7439fb34a0c82b6d8156
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Fri May 19 10:48:10 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Fri May 19 10:49:29 2017 +0200
Update documentation to meet review results
commit 4a41806a3d80f0ea831e10845e90899e00413010
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu May 18 16:36:49 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu May 18 16:37:56 2017 +0200
Added GCE image primary setup information
commit 41a2ebbe8ee9dfc9d6ffa8f63d9c7b611a3644b4
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu May 18 16:13:22 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu May 18 16:37:56 2017 +0200
Added Azure image primary setup information
commit 60e3347162f1555f8c3471305039917a730e59b2
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu May 18 15:31:19 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu May 18 16:37:56 2017 +0200
Added EC2 image primary setup information
commit f216ba022a6fc4cda028fc0e1970e6613006dc66
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu May 18 09:22:25 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu May 18 16:37:30 2017 +0200
rework building virtual disk image chapter
Adapt to style as used in the live iso chapter and add
references to low level topics regarding the setup of
the image to work in the public cloud. Related to #323
commit 0c4ebf657e60ecfc28dc5fd4fdc20dba16d4193e
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Thu May 18 14:42:14 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Thu May 18 14:42:14 2017 +0200
Map partition ID's from sgdisk to lowercase
commit 070f88d26ddddb4a1200462c9abb01a6ece2f035
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed May 17 17:44:51 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed May 17 17:44:51 2017 +0200
Get the first two characters of the gdisk partition code output
According to the gdisk documentation the gdisk maps the partitions IDs
to the MBR codes, but they are multiplied by 0x0100 in hexa. Meaning
0x8300 code is equivalent to 0x83 in MBR. This commit only considers
the first two characters of the sgdisk partition code output. With this
change the partition types are comparable, regardless of using MBR or
GPT.
commit 54d9bb9279b662d0930743727cd32d58f4ca1299
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed May 17 15:15:12 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed May 17 15:15:12 2017 +0200
Fixes OEM deployments on a free partition, bnc#1039469
This commit updates the boot code for oem images. In case
oem-partition-install flag was set, the boot code was not capable
to find an appropriate partition due to not attaching properly the
raw image as a loopback device. KIWI was calling 'losetup' command
with wrong arguments.
Fixes bnc#1039469
commit de48b23caaab9042acae08d411e311611b9662d9
Author: Marcus Schäfer <ms@suse.de>
AuthorDate: Wed May 17 10:52:18 2017 +0200
Commit: Marcus Schäfer <ms@suse.de>
CommitDate: Wed May 17 10:52:18 2017 +0200
Bump version: 9.6.1 → 9.6.2
commit 7191e644c8471ef11775fcdc3400499d100853ee
Author: Neal Gompa <ngompa@datto.com>
AuthorDate: Tue May 16 10:37:52 2017 -0400
Commit: Neal Gompa <ngompa@datto.com>
CommitDate: Tue May 16 13:09:48 2017 -0400
Use 'yum-deprecated' if it exists when using Yum
On Fedora and Mageia systems, the Yum package manager binary is named
'yum-deprecated', and 'yum' redirects to DNF. This is a problem for
being able to build images of Linux systems that use Yum as its package
manager, like RHEL/CentOS 7.
So, in order to ensure we use the right package manager, we check for
the 'yum-deprecated' binary and use it if it exists.
commit 366ffd424aeec00df9fb4fb9efdcee9641dacbec
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue May 16 09:47:52 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue May 16 09:47:52 2017 +0200
Restructure low level topic (iso_to_usb)
The low level topic references information from the base
topic. In this case the name of the previously built image.
I think we should provide information on each low level
topic which references information from a base topic.
commit 475a5ab526613f9703fd1696152c66c8b1d317dd
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon May 15 19:38:53 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon May 15 19:38:53 2017 +0200
Handle rpm-check-signatures flag for each package manager
This commit adds support for the rpm-check-signatures flag, which
sets the package manager to verify or not each package signature.
By default KIWI assumes no gpg checks are done.
commit 03cafdc1130705cf28654621978246cbccc48cd8
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Mon May 15 16:02:45 2017 +0200
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Mon May 15 16:14:01 2017 +0200
Separate low-level topics (dumping)
* Separate the high-level (building) from the low-level part (dumping)
* Introduce a subsection ("Working with Images"); not sure, if this is
useful under "Building Images"
* Enhance with some (general) advise about booting from USB
commit 2d294e8a3195ea132553cdf0ba64909a70e31e00
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Mon May 15 13:42:26 2017 +0200
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Mon May 15 13:44:36 2017 +0200
Provide missing _hybrid_iso label
commit 51c2b42a5de54e2f5f1ef061159c526a9de96390
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon May 15 11:27:02 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon May 15 11:27:02 2017 +0200
Fixup check_target_directory_not_in_shared_cache
The runtime check compared the given target path if it starts
with the cache directory /var/cache/kiwi. This however also
matches for e.g /var/cache/kiwi-foo which would be a valid
target directory. This patch changes the matcher in a way to
really check if the target directory points to the same cache
directory structure.
commit f3522456e58a1da2c76998b09106bd16b96adce8
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri May 12 15:29:50 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri May 12 15:29:50 2017 +0200
Set default dracut output format to match upstream
commit 49aa4097feb64e5b783e0fa67f01415eebfc0563
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri May 12 12:53:19 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri May 12 12:53:19 2017 +0200
Added dracut output file format detection
Unfortunately the dracut initrd output file format varies between
the different Linux distributions. Tools like lsinitrd, and also
grub2 rely on the initrd output file to be in that format.
Thus when kiwi uses dracut the same file format should be used
all over the place in order to stay compatible with what the
distribution does. Fixes #325
commit 9cf9952db5bf1baf092f34b339f6bd2345ea3268
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Fri May 12 11:42:55 2017 +0200
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Fri May 12 11:42:55 2017 +0200
Revised example for issue #323
* Add abstract (use `.. sidebar`, not sure if we should use it)
* Collect all concept oriented text in the beginning
* Introduce procedure and create steps
* Remove lonely subsection and combine it with the procedure
TODO:
* Review
* Decide, if `.. sidebar` is ok (or should we better use `.. topic`?)
* Add additional, related information?
commit f2e4456d553f4b68606b6ed760f9a1347d1dd5ed
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu May 11 15:58:52 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu May 11 15:58:52 2017 +0200
Bump version: 9.6.0 → 9.6.1
commit 7e47e549b9534746c3b3e70be518a0609fa4c4f3
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu May 11 12:51:55 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu May 11 12:51:55 2017 +0200
Update build docker images documentation
This commit includes steps to install umoci and skopeo, descriptions
for the configurable metadata in KIWI and some simple style fixes.
commit 1257d2e439da6c2878975f2c9ee77cfe2b121823
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue May 9 17:34:01 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed May 10 16:32:23 2017 +0200
Fixed tox.ini doc target
location of schema docs has changed, and we better disable
the spell check as long as not all unknown technical terms
are added to the wordlist.txt
commit 2046220c07948d890495dd4c1b2dd0d430b3cd76
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun May 7 20:27:16 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed May 10 16:32:23 2017 +0200
Refactor documentation layout and structure
The current design of the documentation does not allow for
continous improvement and development. It's missing a basic
structure and concept for documenting step-by-step workflows
and generic explanations.
commit cde129de2c48cb928081f4c8073f3500d2096b02
Author: Jellyfrog <Jellyfrog@users.noreply.github.com>
AuthorDate: Mon May 8 14:20:17 2017 +0200
Commit: GitHub <noreply@github.com>
CommitDate: Mon May 8 14:20:17 2017 +0200
Use correct service name variable
commit dffc2618e1e52da7ca5a9d561cb2b48abf676c68
Author: Neal Gompa <ngompa@datto.com>
AuthorDate: Fri May 5 19:12:34 2017 -0400
Commit: Neal Gompa <ngompa@datto.com>
CommitDate: Fri May 5 19:12:34 2017 -0400
Remove erroneous statement in request_package_exclusion() for Yum+DNF
commit be4aa08a4ea97ae182df3541fdaf78c5b6251485
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri May 5 09:04:42 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri May 5 09:04:42 2017 +0200
Fixed markup in contributing chapter
The headline of a subsection wrongly indicates a toplevel entry
commit 7fad743ecc5c5b8d5d5aac76ccd3b9ae53ddf426
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Apr 28 12:33:12 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Apr 28 12:33:12 2017 +0200
Evaluate UNIONFS_CONFIG filesystem
This commit makes sure the filesystem is parsed from the
UNIONFS_CONFIG configuration variable when the PXE image is
loaded to a block device.
This commit fixes #316
commit 156b4bb80301fb6017ce2af35a12aa3fd803115e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Apr 28 12:13:30 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Apr 28 12:13:30 2017 +0200
Fixed GPL license text to match headers and spec
source headers and spec file is pointing to GPL v3 but the
license file was still at version 2
commit 808a92ffe1f1c87941a1c6aa81a429abb019213b
Author: Neal Gompa <ngompa@datto.com>
AuthorDate: Thu Apr 27 17:21:26 2017 -0400
Commit: Neal Gompa <ngompa@datto.com>
CommitDate: Thu Apr 27 17:32:22 2017 -0400
Add support for excluding packages when using DNF
commit e2d66426373eaf0bfbbddb2880b4c6b5e595c625
Author: Neal Gompa <ngompa@datto.com>
AuthorDate: Thu Apr 27 17:19:13 2017 -0400
Commit: Neal Gompa <ngompa@datto.com>
CommitDate: Thu Apr 27 17:32:03 2017 -0400
Add support for excluding packages when using Yum
commit 372c14ed483cf43ca4981c0ca129a7b0e6fa3372
Author: Neal Gompa <ngompa@datto.com>
AuthorDate: Thu Apr 27 16:21:46 2017 -0400
Commit: Neal Gompa <ngompa@datto.com>
CommitDate: Thu Apr 27 16:21:46 2017 -0400
Fix comment about Zypper locks to reflect reality
commit e3a7d9a598265934b55b960e57a07338f6a33bcb
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Apr 26 17:29:31 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Apr 26 17:29:31 2017 +0200
Bump version: 9.5.0 → 9.6.0
commit cec1512ba11a84cf8a45b6ae5a3f5cee354fa68c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Apr 26 14:12:33 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Apr 26 16:47:15 2017 +0200
Additional container commandline options
Added --set-container-derived-from and --set-container-tag
commandline options which allows to overwrite the data set
in the XML configuration
commit 9487a189ed3a7a1cd8b91abd7daed18a8e78b0bc
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Apr 25 17:41:01 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Apr 25 17:48:16 2017 +0200
Implement obsrepositories source on derived_from
The following reference to a derived container:
obsrepositories:/container#latest
Will be translated into the following buildservice
local path:
/usr/src/packages/SOURCES/containers/_obsrepositories/container#latest
commit f58d96ea6c3260d9b6334ef8151030ab786300cc
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Apr 25 15:28:38 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Apr 25 17:48:16 2017 +0200
Implement obs source on derived_from
The following reference to a derived container:
obs:/project/repo/container#tag
Will be translated into the following buildservice
local path:
/usr/src/packages/SOURCES/containers/project/repo/container#tag
commit cd8ec243ad8edb3b572e622c54363826c51500b0
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Apr 25 15:25:04 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Apr 25 15:25:04 2017 +0200
Use urlparse to detect uri scheme
The source location postfix can contain several different
formats e.g :/, or :// or even just :, python's urlparse
is able to cope with all that which allows to work with
the url scheme base name and thus makes handling this
code more robust
commit bdc0afaa026efece1f741bb56edab4b2c6c3b531
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 24 13:22:03 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 24 13:22:03 2017 +0200
Bump version: 9.4.11 → 9.5.0
commit 38dbd7e76d4f050c28fbe8bca07f769dd85430a6
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon Apr 24 12:29:44 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon Apr 24 12:29:44 2017 +0200
Include '--delete' in OCI images DataSync
This commit includes #310 patch for OCI images.
It also corrects the end of line format for kiwi/container/docker.py
and test/unit/container_image_docker_test.py, so flake tests are all
green.
commit b26969d53c1b8d3fc0df2a024129a82e93479009
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Apr 12 14:46:52 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon Apr 24 11:59:45 2017 +0200
Add clear attribute for entrypoint and subcommand sections
This commit adds the possibility of clearing asny subcommand or
entrypoint. This is relevant for docker derived images, as they
inherit the configuration and it might lead to some bad behavior.
commit 5d79d1580f89e982a3e6911512176e8d055e96e0
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Apr 20 12:55:24 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu Apr 20 12:55:24 2017 +0200
Include --delete flag in DataSync for docker images
This commit includes the --delete flag in order to synchronize the
docker images. This is relevant for derived images where the new
layer might not only add files, but also remove something from the
base image.
Fixes #309
commit c35f9f3b236abdb829655f8432c2dbfbcf184f7b
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Apr 13 13:35:33 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Apr 19 16:44:33 2017 +0200
Add support for OCI images
This commit adds support for OCI images. Most of the docker related
code is reused for OCI classes and Docker classes have been refactored
so now they are a splecialization of the OCI classes. It is done this
way since KIWI internally only uses OCI format to operate with
containers, therefore docker images just differ from OCI images by
the way they are packaged or unpackaged.
commit 47b799b26188b897ff890436e9db044b9fc33eb6
Author: Neal Gompa <ngompa@datto.com>
AuthorDate: Thu Apr 13 21:59:36 2017 -0400
Commit: Neal Gompa <ngompa@datto.com>
CommitDate: Thu Apr 13 22:12:41 2017 -0400
Do not purge the repositories before inserting them
There are no good reasons to be purging the repo directories, especially
when it is common for some distributions (Red Hat/CentOS/Fedora, for example)
to ship repository configuration as packages. Deleting them puts the package
manager in the system into a weird state, so we want to avoid this.
commit eed6d36761d08796826ecef3edffca46c1df54cb
Author: Neal Gompa <ngompa@datto.com>
AuthorDate: Thu Apr 13 22:05:46 2017 -0400
Commit: Neal Gompa <ngompa@datto.com>
CommitDate: Thu Apr 13 22:05:46 2017 -0400
Define correct default locations for sources-dir and preferences-dir
In order to ensure that the defined repositories in the KIWI configuration
are set to the correct places for installing into the image, the
sources-dir and preferences-dir need to be redefined to point to the
in-image location, as it is done for the other package managers.
commit 5af69818154aef76de86a0496d030053779ede5e
Author: Neal Gompa <ngompa@datto.com>
AuthorDate: Thu Apr 13 18:18:20 2017 -0400
Commit: Neal Gompa <ngompa@datto.com>
CommitDate: Thu Apr 13 18:18:20 2017 -0400
Fix default reposdir path for Yum
commit d521f8af5437d6dba87033eda1dd42d5471b717f
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Apr 12 12:06:43 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Apr 12 16:42:28 2017 +0200
Add require/recommend installation support for yum
This commit adds support to install required only or required plus
recommended packages using yum as the package manager.
commit 6eeced10104f4bd46bdd2e3ad90415774d920e88
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Apr 12 10:04:36 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Apr 12 16:42:15 2017 +0200
Add support for required/recommended packages
This commit enables support to install only required packages
or install required plus recommended packages.
commit 0d0fd33a42f00c4cace5f748c41cc3f9e55467b7
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Apr 11 17:45:39 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Apr 12 16:42:05 2017 +0200
Include 'plusRecommended' management for dnf
Add support to enable/disable installation of recommended packages
for dnf package manager. With this commit 'plusRecommended'
patternType triggers on installation of recommended packages, which
is turned off by default.
commit 234b8ac5b32537008fca36dfa0b9c91833d901f9
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Apr 12 14:09:43 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Apr 12 14:09:43 2017 +0200
Bump version: 9.4.10 → 9.4.11
commit d4681841e7dcd51ce58eab9aff859d52704439cc
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Apr 11 16:12:11 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Apr 11 16:12:11 2017 +0200
Make sure debian repositories database is populated before install
This commit includes an 'apt-get update' call before any 'apt-get
install' command. This way the packages database is always ready,
even if no bootstrap procedure has been executed.
commit cc5da88c73abecedf002dcc6294ba477d359dc04
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Apr 5 14:31:49 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Apr 11 16:02:27 2017 +0200
Bypass bootstrap procedure if no bootstrap packages section
This commit updates kiwi to bypass bootstrap procedure in case
there is no bootstrap packages section.
It also adds extra validation in root_bind.
commit d79ee9217e93fe7ffb014b2296ed70ed4af341ce
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 10 19:16:57 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 10 19:16:57 2017 +0200
Bump version: 9.4.9 → 9.4.10
commit 19bf90073a3751cff556cf35954328aefa7d133a
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon Apr 10 17:21:00 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon Apr 10 18:12:52 2017 +0200
Add warning logs for unkown base image URIs
commit d1498a82a899b6258d818539e0538a753c6241ad
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon Apr 10 16:05:53 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon Apr 10 16:05:53 2017 +0200
Update spec template for SLE13->SLE15
commit 40dae55bc3ce8662248edd350fe81a1ad8cdf6aa
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon Apr 10 15:46:05 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon Apr 10 15:46:05 2017 +0200
Rename SLE13 to SLE15
commit 1f05b212b32d996d8cd895ffb966d5c60be2e404
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon Apr 10 14:33:25 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon Apr 10 15:28:10 2017 +0200
Add method to setup installation of recommended packages
With this commit package manager are always set to include only
required packages or set to include required and recommended
packages.
This commit fixes #285
commit de7ee77b84bc35375bdd0d93baa6a54ac6a968be
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 10 15:04:33 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 10 15:04:33 2017 +0200
Follow up fix for grub2 setup in live builder
The live iso builder still used a fixed boot/grub2 path
but due to the refactoring this path is now distro dependant
and should be obtained dynamically
commit a66c5141a60b3852e019214d4fb32d8a8bd82b72
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 10 15:03:04 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 10 15:03:04 2017 +0200
Cleanup use of bootloader path in boot code
Instead of repeating the bootloader path only specify it
once per setup path
commit 14e0b46c1d87e69769013d5c35f49211220def01
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 6 15:51:32 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Apr 6 15:51:32 2017 +0200
Bump version: 9.4.8 → 9.4.9
commit a7a290c048b33b06e9d0addf72e6fab8c3e465c9
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 6 15:16:31 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Apr 6 15:16:31 2017 +0200
Update development and contribution chapter
Fix some minor inconsistencies due to latest code changes
with regards to py2 and py3 compatibility and also change
the style of the chapter to be more straight forward for
people who would like to contribute from scratch
commit db680d1e81d43a6f52ca4880eda4d1601d689436
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Apr 5 11:34:40 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Apr 5 11:34:40 2017 +0200
Bump version: 9.4.7 → 9.4.8
commit 638f94b551b71a3df53def065b293b06c5995c37
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Apr 5 11:33:26 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Apr 5 11:33:26 2017 +0200
Fixup grub2 template parameters
The boot_directory_name parameters was missing for live and
install image builds
commit 58d94151120bad57853a4f2c69dfd02fdfcf181f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Apr 5 11:21:59 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Apr 5 11:21:59 2017 +0200
Bump version: 9.4.6 → 9.4.7
commit 883aaf3bf4a4c39cc9ce8806386668a361102528
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Apr 5 11:21:06 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Apr 5 11:21:06 2017 +0200
Fixup grub2 bios module setup
Only copy grub2 bios modules if the architecture supports it
commit 89997b7f33417c90c1cda8630868a4fbbea446f6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Apr 5 10:22:53 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Apr 5 10:22:53 2017 +0200
Bump version: 9.4.5 → 9.4.6
commit 295a7faaf3c485d4bd9e49638b9b113a41050cde
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Apr 4 16:52:03 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Apr 4 16:54:49 2017 +0200
Avoid GRUB_DISTRIBUTOR setup in etc/default/grub
The GRUB_DISTRIBUTOR information can't be provided in a generic
way for all distributions. The information should be either placed
by a package post script (as done by most of the distributions)
or by a custom kiwi config.sh or images.sh script. Fixes #286
Fixes (bsc#1032119)
commit 20d12a18c2ec4fa8bf411a22b76c35a9ed741743
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 3 18:54:54 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Apr 4 16:17:31 2017 +0200
Fixup grub2 setup and tool calls
Depending on the distribution the grub tools are either named
grub2-tool or grub-tool. Additionally the grub configuration
data is expected to live in boot/grub2 or boot/grub. This commit
handles the tool calls and also the grub boot directory setup
in a generic way
commit 0438183ae28da54a5cba1550ce116e05d5376c34
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Apr 4 16:08:43 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Apr 4 16:08:43 2017 +0200
Added support for unknown uri types for base image references
This commits bypasses any URI check if the uri schema is unknown in
RootImport class. This way the URI is bypassed to skopeo if it couldn't
be translated to any known type. That enables referencing images with
any URI supported by skopeo, i.e. DockerHub images.
commit 0fda4f84b34f1074d12a3b2b6c17ab3c8cee8ff5
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Apr 4 12:43:18 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Apr 4 15:34:10 2017 +0200
Keep imported image in OCI format instead of docker
Kiwi always uses OCI format for container manipulations, so it is
easier to assume the image kept between prepare and create step
is also in OCI format, this way less format convertions are needed.
commit d85e0899e39697ddbc96b95fd60abc22cff82709
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Apr 4 11:18:01 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Apr 4 12:01:05 2017 +0200
Fixup bootloader menu title setup
If the menu title is setup via the displayname attribute in
the XML configuration, kiwi should not change this text by
a prefix or any other style adaptions. Fixes #287
Fixes (bsc#1032118)
commit 128e48734ede3c449e055b661c67364a1aca03b5
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Apr 4 11:00:27 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Apr 4 11:00:27 2017 +0200
Fixup copy of array in boot code
The filtered nic interface names are stored in an array
and copied back into the original array. The copy of the
array was semantically wrong
commit b6cd573c50ccc493c72481b91bfb4f56161b0b9b
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Mar 30 16:10:46 2017 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Mar 31 11:25:49 2017 +0200
Include SLE13 boot descriptions for x86_64 and arm
This commit includes boot descriptions for SLE13, the descriptions
are based on leap 42.3.
commit 692c911435829262c29725d527b03dcc802ab35a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Mar 30 11:17:19 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Mar 30 11:17:19 2017 +0200
Delete obsolete ec2 disk format
The ec2 value in the format attribute is deprecated and no
longer supported It remained in the schema for a while and
has now reached EOL
commit e9def2be6f4232aba31da14f9dc1f5937cb2b4bb
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Mar 30 10:30:35 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Mar 30 10:30:35 2017 +0200
Bump version: 9.4.4 → 9.4.5
commit afe9d42d2e7f63c7a2130003a678b190c1d79092
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 28 14:23:05 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 28 14:23:05 2017 +0200
Fixup theme setup in boot
Make sure grub theme data is populated in the boot directory.
Checking only for the presence of the theme directory is not
enough. If the theme directory in boot does not contain the
requested theme it must be provided including a warning if
the theme data could not be found in the system
commit 249871eaea8c7cf98c3b803f73ed9470aed4e15b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Mar 27 14:22:27 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 28 11:26:03 2017 +0200
Added <oem-nic-filter> element
Allow network interface names to be filtered by the given
regular expression. The expression is handled by the bash
regexp operator. Interface names matching the rule will be
filtered out, all others stay. It is also possible to pass
the variable kiwi_oemnicfilter as kernel command line in a
PXE deployment. Fixes #245
commit 4a0d1e9adde0db4b052053c319af49c75419f24a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 28 10:41:52 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 28 11:19:28 2017 +0200
Do not change the API in an incompatible way
commit 9d2878a132ee8010d7f1fde1a645e41a14155dc0
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 28 10:29:31 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 28 11:19:28 2017 +0200
Use request_package_exclusion method in prepare
commit 44d38c99972db1fc9eacfbe536c7c98965f3ffb3
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Mar 27 15:19:14 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 27 15:19:14 2017 +0200
Refactor method name of package manager interface
The request_package_lock was renamed into request_package_exclusion
because that is the goal, to actually exclude(skip) a package. From
an implementation point of view this is done to set a lock in the
zypper case. However other package managers might do it differently.
The interface should stay consistent with regards to the user goal
and not with the package manager specific implementation. This
Fixes #248
commit b1cd3be6938f8b7dc73f262c2c356cfbe8e99e08
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Mar 27 10:34:27 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 27 10:34:27 2017 +0200
Bump version: 9.4.3 → 9.4.4
commit 28e0656345f7576fa4f73eed5600e76835bdba36
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Mar 27 10:28:12 2017 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 27 10:28:12 2017 +0200
Delete no longer needed btrfs bootpath setup
The adaption of the bootpath in the grub.cfg file with regards
to the btrfs toplevel volume named '@' was the wrong solution.
The fixes in the btrfs filesystem setup and the config files
etc/default/grub and sysconfig/bootloader caused the grub
toolchain to work properly. This Fixes (bsc#1030038)
commit b3932de0a079dbdf82bcb2ce3179de38ea06afda
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Mar 24 16:27:38 2017 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Mar 24 17:24:13 2017 +0100
Convert user input to absolute paths
This commit converts the paths provided by the user with the
command line to absolute paths. The effected arguments are:
* --root
* --target-dir
* --bundle-dir
This supersedes and fixes #271
commit e16dc8702b8ea7eb2a4ba2c5c3667418a8917cc8
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 24 11:09:54 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 24 11:09:54 2017 +0100
Support editbootconfig also for the iso type
This Fixes #274
commit c8304d0fb689e2fecb1aafdf449b54a8e8a57e6d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Mar 23 18:16:07 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Mar 23 18:16:07 2017 +0100
ensure grub.cfg exists in EFI path for iso images
For live and install iso image boot configurations the
bootloader configuration must also exist in the EFI boot
path
commit 9843778a6ee52abe4c7f928782a36a5611ac47f6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 22 15:34:08 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 22 15:34:08 2017 +0100
Throw a proper msg on missing filesystem reference
Don't set a filesystem factor if no filesystem reference is set
commit 88525f981cfcd344fa1a76a0b34e938c4968289d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 22 15:00:32 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 22 15:00:32 2017 +0100
Throw a proper exception on missing boot reference
commit b0030f4a1999e5ded62fc94ea5371b8d27fc7cfe
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 22 13:00:35 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 22 13:00:35 2017 +0100
Update schema documentation
Add explanation for attributes with no documentation
Fixup explanation for hybrid attribute
commit 1bfdc4bf60fbfa907a650440afc6a0064c46a948
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 22 12:37:39 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 22 12:37:39 2017 +0100
Recommend jing
in case of XML validation errors, jing is used to provide
good error messages. jing as a requirement will pull in all
of java which is unwanted, but a Recommends seems appropriate
commit 9992b8c0f3bad5650bbba89a557e6e51ce090967
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 22 12:03:49 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 22 12:35:31 2017 +0100
Update flags attribute and its documentation
Delete the seed and compressed value as it is not implemented
and won't be supported in the future. Properly document the
existing overlay methods
commit 6f2d9b53a66cc6f6fa048c55075b2d226da31b89
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 22 11:27:45 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 22 11:27:45 2017 +0100
Added doc info for kiwinoswapsearch boot parameter
commit 7ea8e56c8a057df9e8b4f1db8c04634f6faf81e4
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 21 18:13:09 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 21 18:13:09 2017 +0100
Bump version: 9.4.2 → 9.4.3
commit 08275454e96f9daf47ae39e8230d4106467d5adc
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 21 17:31:05 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 21 17:41:31 2017 +0100
Fixed checksum file creation
If the checksum should be created from a compressed file
it is expected that the checksum of the uncompressed file
is added to the checksum file. This is because in a pxe
deployment the uncompressed version of the file is put
on disk and compared with the reference information in
the checksum file
commit e54916a1c869504c293cea097688e0421092862e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 21 11:10:50 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 21 17:41:31 2017 +0100
Refactor ip link detection
There is no reliable way to check if a link is unplugged, thus
the code has changed into the following workflow
1. use interfaces which returns success on ip link set up
2. wait for the UP state on all of these interfaces and return
if one of them enters the UP state
3. call a fixed wait state to allow to kernel network drivers
to settle
4. run through all remaining interfaces, discover the link
state and call a DHCP discovery
commit 6b4545c51d3dbbacb184796e1f677d778948ddbd
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Mar 20 12:55:25 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 20 12:55:25 2017 +0100
Bump version: 9.4.1 → 9.4.2
commit de7e49a6cfbfcca6f26885add35a25727d1640b6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Mar 20 12:53:58 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 20 12:53:58 2017 +0100
Fixup pxe builder
filesystem image rootfs was not in toplevel
commit 5a41b3a8d52d8d62292f150aa8fefbfe1bc57ba4
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Mar 20 11:36:07 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 20 11:36:07 2017 +0100
Bump version: 9.4.0 → 9.4.1
commit 6346658ab39f4f37c47bb844cd3397a376162fa0
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Mar 20 11:32:30 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 20 11:32:30 2017 +0100
Fixup pxe builder
Generate a tarball containing all relevant pxe boot result
files instead of a bunch of extra files. This also turns
the pxe builder to be compatible again with the legacy
kiwi pxe bundler
commit aae800ae6d75994bbdf1c32335fefc8cb3807c00
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 17 16:09:41 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 17 16:09:41 2017 +0100
Don't create shasum over an md5 file
commit d62ae5e31ef3e13d6a234e1559178c3ed2a137ec
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Mar 16 09:45:14 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Mar 16 09:45:14 2017 +0100
Bump version: 9.3.3 → 9.4.0
commit 3e70f1351b85859365c898471c3bf208b64312c3
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 15 17:27:38 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 15 17:27:38 2017 +0100
Allow https location as repository source
commit f71f7aea189a531f31e52df8dbec7d26b980d8a8
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Mar 15 09:47:35 2017 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Mar 15 09:47:35 2017 +0100
Refactor RootImport to keep images with a default name
RootImport has been refactored so the image is kept with a known
name that can be obtained with the Defaults class.
commit bcdba8d159cda511683ca46fafbfcb64eba69c98
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 14 16:14:52 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 14 16:14:52 2017 +0100
Added SLE13 distribution matcher
commit 2a29f7cc5bbce4194bb56e6117008768c3e15502
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 14 16:14:17 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 14 16:14:17 2017 +0100
Update distribution matcher in spec file
commit ad2ca8d2aad741be805d70fa9a22c1ca02c0331d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 14 10:22:59 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 14 10:22:59 2017 +0100
Refactor ContainerBuilder
Use Checksum instance to run a checksum match
Check for existence of base image at earliest opportunity
when constructing a ContainerBuilder
commit 95504b1414b1a5e5bd1958cf29b6ace492658653
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 14 10:22:06 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 14 10:22:06 2017 +0100
Added checksum matcher method to Checksum class
commit 15163966403bfa7ff17e33c90575916055fb9db2
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 14 10:20:44 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 14 10:20:44 2017 +0100
Delete unused code
Also fixed corresponding unit test
commit 0f68081211df58eff1380d44561c4e7f7df0422b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Mar 13 15:45:32 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 13 20:20:24 2017 +0100
Handle derived image as Uri instance
commit 98d56ea34f6e76c006a7f54de350544bbb7ee533
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Mar 9 13:46:05 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 13 20:20:24 2017 +0100
Refactored RootImport and included checksum validation
First, commit refactors RootImport in order to also copy
the imported image after sychronizing the import.
Second, it includes a checksum of the copied image which is
validated in later steps.
commit 9e8eb94d6dc04156e9a726ba80107a4ac65aaf2b
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Mar 8 09:32:02 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 13 20:20:24 2017 +0100
Support for layered docker images
This commit includes support for building layered docker. A new
layer is added on top of the base image referenced by `derived_from`
attribute.
commit 2b2bb847eb2383a5318dd67ad285c400114edf5b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Mar 13 16:37:21 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 13 16:55:55 2017 +0100
Make sure LICENSE and README got installed
commit 8c867eaae239b6977ac025f3976a14e529740957
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Mar 13 14:33:47 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 13 14:33:47 2017 +0100
Add completion for versioned binaries
when installing kiwi via pip, no alternatives setup done
when installing via rpm will be performed. In order to
allow the bash completion to work also the versioned
binaries needs to be added in the completion script
commit 4f0b66549e15f1238f2fc63418bde3149c998c5d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Mar 13 14:00:10 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 13 14:00:10 2017 +0100
Bump version: 9.3.2 → 9.3.3
commit 15f211f9d1f7a1950d325fb30299958dacd8fdd8
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 10 17:08:11 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 13 09:48:18 2017 +0100
Add documentation hint for multipython package
commit 557d29ac4541500b27e8d860325de5a687173712
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Mar 9 17:21:54 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 13 09:48:18 2017 +0100
Setup package for multipython build
Build package for both python2 and python3
commit b9129fab8df17a0f3ec7b6711701c9b217c5efd7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 8 17:24:18 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 8 17:24:18 2017 +0100
Added Leap42.3 boot descriptions
commit 2ba3d0c092605f3f842bb70fe5a081fc041f8b28
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 8 17:23:43 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 8 17:23:43 2017 +0100
Deleted openSUSE 13.2 boot descriptions
commit e8769b8fca8b335981fc8779cdaeea4e643eda1c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 8 16:06:09 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 8 16:06:09 2017 +0100
Refactor Uri constructor
Make repo_type an optional parameter, which is only
required if the specified uri leaves a type choice
commit 37ddf2c694372f8ad1c54c1310ba00d145fa40d6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 8 12:33:13 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 8 12:33:13 2017 +0100
Fixup PyPI entry registry
The wrong project url was referenced
commit 480daac339ddfb9e4bfc0419dda74a03cddc526f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 7 17:40:07 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 7 17:40:07 2017 +0100
Bump version: 9.3.1 → 9.3.2
commit 793aefd422940b7cdaa69fa8af6ef958c1e25c16
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 7 17:35:11 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 7 17:35:11 2017 +0100
Fixed MANIFEST.in
kiwi.solver code was not included into source archive
commit 62d2353fad0ec2b908c0b8d0084bd40c6b77b279
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 7 16:45:41 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 7 16:45:41 2017 +0100
Bump version: 9.3.0 → 9.3.1
commit fe9064e6294fe215e393b5a94419d1fcf5d7d9a1
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 7 16:45:06 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 7 16:45:06 2017 +0100
Fixed doc api build for renamed source file
commit 31afdc7b3356d940978b13cb405f71b32966dd92
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 7 16:31:45 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 7 16:31:45 2017 +0100
Bump version: 9.2.4 → 9.3.0
commit 9e219c5ac3bf52627830440c5a2456941789750e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 7 16:22:04 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 7 16:22:04 2017 +0100
Flake8 fixes for unit tests
commit 37d09c1b57d3fadfe88d7366ac09c6bf68df12f9
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 7 15:33:55 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 7 15:50:40 2017 +0100
Apply code quality checks for unit tests too
commit 1fe0c9a2668d3a1af1e0696dab860e0bb4fd2576
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Mar 7 12:40:25 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 7 15:14:03 2017 +0100
Import root system from a given image
This commit includes the root import feature. A `derived_from`
attribute has been included with the <type> section to make
reference to the image file to import. The image format to import
is assumed to be the same as the build type to import.
The current format supported is docker
commit b421b8d6215626f48031c30e7de52f9e063fc014
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 7 13:15:44 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 7 13:15:44 2017 +0100
Fixed import of solv module
commit 6cc0b2085d55c9bd129181a52f8cba5d332a0914
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 7 12:35:20 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 7 13:03:10 2017 +0100
Flake cleanup for unit tests
commit 1a5257a0e8936265dc9158217b01a5e533e20406
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Mar 6 17:23:30 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 7 11:23:37 2017 +0100
Prevent use of project relative import statements
For details on the motivation of this change please visit:
https://wiki.python.org/moin/FutureProofPython
commit df43f0b8f018c26f957336011896755b54fa45c9
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Mar 6 15:34:41 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 6 15:34:41 2017 +0100
Allow activation/deactivation of sysV services
systemd is still legacy sysV init compatible, thus the kiwi
helper scripts to activate/deactivate services should not
only be limited to systemd services. Fixes #256
commit fc112915767ff65055b2e166103ba79992d7fd58
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Mar 6 12:03:03 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 6 12:03:03 2017 +0100
Support package capabilities in sat solver
A solver operation can receive a package or pattern name but
a capability name was considered a package name and failed
to resolve. This commit fixes the solver operation with
regards to package capabilities
commit de3441d7f14ef8e39be03c6b7645aa7e3657afc6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Mar 6 10:57:28 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 6 10:57:28 2017 +0100
Add runtime check for kernel match
If a kiwi initrd is used, the kernel used to build the kiwi
initrd and the kernel used in the system image must be the
same in order to avoid an inconsistent boot setup. This is
related to (bsc#1027610)
commit a03a1e0e27a17be028497596dea9dffd2e136ee6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 3 16:22:29 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 6 09:18:35 2017 +0100
Added runtime check for boot image reference
If an initrd_system different from kiwi is selected for a
vmx (simple disk) image, it does not make sense to setup a reference
to a kiwi boot image description, because no kiwi boot image will be
built. Despite that it does not hurt it's still an inconsistent
setup. This is related to (bsc#1027610)
commit 05876a1858eb58a64b4c44d4d5ee79dd0094b6df
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 3 12:11:34 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 3 12:11:34 2017 +0100
Bump version: 9.2.3 → 9.2.4
commit 640a1be98a9078cbf686c6e20bd7d2a45566e639
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 3 12:10:47 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 3 12:10:47 2017 +0100
Update documentation
the docker build container is now build with the correct
namespace. Thus no image tagging is required anymore
commit d422d29d2518a4729c615a40913ec218da9d85ba
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 3 11:32:47 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 3 11:32:47 2017 +0100
Bump version: 9.2.2 → 9.2.3
commit e88758988a0a6bb6213cccf7b428c01ddd5513ba
Author: David Cassany Viladomat <davidcassany@gmail.com>
AuthorDate: Thu Mar 2 17:14:52 2017 +0100
Commit: GitHub <noreply@github.com>
CommitDate: Thu Mar 2 17:14:52 2017 +0100
Support container names with slashes (#254)
Umoci tool doesn't require any other parameter than a tag to
identify the container. So container_name value is not used in
umoci.
This Fixes#253
commit 3db5a1a6069c1e6b71b961e21e7e9b4d091430a5
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 28 16:29:09 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Mar 2 15:35:53 2017 +0100
Add support for repository credentials
The package and solver repository classes did not provide an
interface to deal with repository credentials. This commit
add support for the zypper package manager and the generic
urlopen based download method of the solver class. This
Fixes #246
commit 5ac52b94962208fb40ea4f92b2dfe2554b386f34
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Mar 1 15:02:31 2017 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Mar 1 15:02:31 2017 +0100
Use default command only if no entrypoit and subcommand aren't set
Fixes #251
commit 5685135accd0837087551f5ade267a9c8fce3930
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Mar 1 12:51:01 2017 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Mar 1 13:04:12 2017 +0100
Fix tagging for OCI images
This commit fixes the tagging schema for umoci. An OCI image
name is path[:tag], this commit rearranges some variable names to
avoid confusions between names and tags.
Fixes #249
commit f89077bb9122d598ee08c0d5372400732476c531
Author: Neal Gompa <ngompa13@gmail.com>
AuthorDate: Tue Feb 28 07:52:25 2017 -0500
Commit: Neal Gompa <ngompa13@gmail.com>
CommitDate: Tue Feb 28 07:52:25 2017 -0500
Fix default reposdir path for DNF
commit da74d953aa7854e9e3447a6b24532d23ce6ecb54
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 28 13:08:54 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 28 13:08:54 2017 +0100
Bump version: 9.2.1 → 9.2.2
commit 8ced385aa6f1420338a2e625c5ae0fb6757afa3f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 28 13:07:38 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 28 13:07:38 2017 +0100
Update documentation
Add detailed information how to update the docker Build Container
on the official dockerhub registry. This is needed to use custom
or newer versions of the currently published Build Container
commit 3851e427575055914e7f3e7c99e3cda9d5c28d54
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 28 12:43:11 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 28 12:43:11 2017 +0100
Bump version: 9.2.0 → 9.2.1
commit 1677f386d5c5215da1c18025facd033076d9e3cb
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 28 12:42:12 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 28 12:42:12 2017 +0100
Update documentation
The changes in building docker images now allows for using
the docker load command to import the dice container
commit d5d9cce8da67503042ed8a777d68a1dcc66b5b31
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 27 15:45:14 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 27 15:45:14 2017 +0100
Bump version: 9.1.0 → 9.2.0
commit 889ce8a98bf8b41d410abf76c64725b5d5ad5edd
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jan 13 16:30:32 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 27 15:28:38 2017 +0100
Add check_docker_tool_chain_installed
Runtime check to check for required docker tools umoci and
skopeo. As long as tools tools are not available in the
core distro of all distributions we avoid spec file requirements
and check at runtime if they can be found
commit 3e6848ed88b57e4c62bbac91d5441d857d30e458
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 9 17:03:07 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 27 15:28:38 2017 +0100
Refactor docker container creation
Instead of creating a simple tarball the tools umoci and skopeo
from the docker tool chain are used to create official docker
images. Along with those tools more information to describe a
container has been added to the schema. A complete container
setup now consists of the following elements
<type image="docker">
<containerconfig name="..." maintainer="..." user="..." workingdir="...">
<entrypoint execute="command">
<argument name="option"/>
...
</entrypoint>
<subcommand execute="command">
<argument name="option"/>
...
</subcommand>
<expose>
<port number="..."/>
...
</expose>
<volumes>
<volume name="..."/>
...
</volumes>
<environment>
<env name="variable" value="value"/>
...
</environment>
<labels>
<label name="..." value="..."/>
...
</labels>
</containerconfig>
</type>
commit 618b32b396a69d30c9e8c075b2a6f5b3039d34bd
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 27 11:35:06 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 27 11:35:06 2017 +0100
Added support for exclude docs for dnf
commit 134e7bc861eb389cca3290a3ad3d707136875e1d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 27 10:19:56 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 27 10:19:56 2017 +0100
Fixup default cache and plugin dir for dnf
commit 1c3524ee1310b324e5eac97035f32f23312bf561
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Feb 24 15:08:09 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Feb 24 15:08:09 2017 +0100
Update distribution support status
Add information that Fedora systems are now supported as well
commit ecb07e10f7ba85a3a37131745cb0bbabbbc0ede5
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Feb 24 14:29:55 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Feb 24 14:50:59 2017 +0100
Make sure bootenv can be initialized
An existing grub bootenv file should be deleted prior to calling
grub2-install in order to allow grub2 to create a new correct
bootenv file
commit 68c217c3d920a0c7564986c07f9e0d7d55335384
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 23 15:37:26 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Feb 24 14:50:59 2017 +0100
Added DNF package management implementation
DNF is the package manager used on Fedora systems and will also most
likely replace yum for the next generation of RHEL. Along with the
implementation here an example JeOS image description for Fedora can
be found on: https://github.com/SUSE/kiwi-descriptions.
This Fixes #36
commit 7285b498b37760953635996c2b1cf09c7a008834
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 21 09:20:45 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 21 09:20:45 2017 +0100
Follow up fix for network driver delay
Each network interface will be switched off for a short
moment when the kernel network driver is loaded. During
that time the link status information would be misleading.
Thus we wait a short time before the link status check
is started
commit dd3d36b60cd5a551bbc06062479ccb5cbad30be4
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon Feb 20 17:38:24 2017 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon Feb 20 17:38:24 2017 +0100
Include compression optimization flags for mksquashfs command
This commit includes some flags for mksquashfs command in other to
achieve higher compression rates. Also note that those flags were
already present in KIWI former versions, thus they have been
included again for compatibility reasons.
This commit fixes #242
commit 37c1e1e3a1e445dd6cf274eea7af2ae2720b942b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 20 16:27:52 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 20 16:27:52 2017 +0100
Allow to convert GPT into MBR
The type attribute force_mbr allows to convert a system selected
for use with a GPT to use an MBR (msdos table). The attribute
only takes effect on image configurations which would select the
GPT partitioner. This Fixes #236
commit 5f96113350f3df6abf72796225142d880cc4927f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 20 11:34:13 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 20 11:34:13 2017 +0100
Wait for network drivers to pass init
Before we check for the link status a waid period of 3 seconds
should guarantee that the network drivers have passed the init
routines
commit 22b286e6f475ff1ae2113f69e00af937f38d050e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 16 15:37:34 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 16 15:37:34 2017 +0100
Refactor waitForLinkUp
Put code which does not belong into the loop outside of
the loop. Also maintain sleep timeout and retry count
in variables
commit 357502a032015be2dcac4582dfb2a42de03cb2b1
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 16 15:24:27 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 16 15:28:52 2017 +0100
Fixed waitForLinkUp and setIPLinkUp
The setIPLinkUp method did not handle the return value of the
waitForLinkUp call and always returned success even if
waitForLinkUp ran into a timeout
The waitForLinkUp method was improved in a way that it does
not wait if the link detection discovered the interface is
unplugged. The detection if a cable is connected or not only
works if the ifplugstatus tool was found in the initrd
commit d7ed637f9b08e8da1dc26111dc501120291c302e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Feb 10 09:52:55 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Feb 10 09:52:55 2017 +0100
Bump version: 9.0.2 → 9.1.0
commit d62e9ec31fdb529e1414d42a75eac85609576923
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 9 17:02:38 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 9 17:02:38 2017 +0100
Implement handling for efipartsize
commit d307bb8b6be49711fcede904206d6feac4b84ad7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 9 16:48:38 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 9 16:48:38 2017 +0100
Decrease default EFI partition size to 20MB
The former default of 200MB was way too large and is a
waste of space. Related to Issue #237
commit 75275e8010d0e66b4fa0e6bed3a180b78e60eadc
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 9 16:47:48 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 9 16:47:48 2017 +0100
Added efipartsize attribute in type setup
The attribute allows to specify a custom size for the
EFI partition. Fixes #237
commit 501d8a895507fc96b432f91842aa446335cc7f96
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 9 15:34:48 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 9 15:54:24 2017 +0100
Allow bootloader="custom" for bootloader attribute
If specified as such the bootloader configuration and
installation will be skipped. However the editbootinstall
and editbootconfig scripts will still be called. This
Fixes #235
commit c6c360c6c5dabb177f8142d050d7f0f72b97d4ef
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 9 11:37:38 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 9 11:37:38 2017 +0100
Fixed create_repository_solvable
If the solvable already exists, the method should return it
commit 9728b698a2d6946e93cd132594daef2910f4dbec
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 8 17:19:37 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 8 17:19:37 2017 +0100
Added handling for spare_part attribute
Add a spare partition right before the root partition of
the configured size. Fixes #234
commit 85f9b2bc4c2b410b14ff11b64217c5eadc0cd884
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 8 16:27:37 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 8 16:28:47 2017 +0100
Added new type attribute spare_part
spare_part receives a size value with an optional unit (M|G)
and is used for disk images to allow the creaton of a spare
partition of the configured size. Issue #234
commit 865f3bb2ca1bcc40c5dbd06e8a9a101038aca93e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 8 15:53:10 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 8 15:53:10 2017 +0100
Delete all traces of vboot firmware
The vboot firmware setup was a workaround on arm for the
chromebook platform several years ago. From a todays
perspective the setup and the way to boot would be different
and obsoletes the special case implementation. Thus this
is gone now. Related to Issue #234
commit 1ef41aaefdb67c0c3a2bbc0b74fba7e3b004fe81
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 8 10:56:06 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 8 10:56:06 2017 +0100
Prevent quoted domain name in dhclientImportInfo
We're getting domain name by parsion a lease file. Unfortunately in
lease file domain name is quoted, which breaks linux resolver.
This commit gets domainname unquoted
commit 10217ad0d7ccde08ad1ebffc8d7c6bb2acd87c7d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 7 11:01:18 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 7 11:01:18 2017 +0100
Add manual page for image info command
commit 2e6816bd0bd4e9af163d76bb454854dc616fe1eb
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 6 17:38:53 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 6 17:38:53 2017 +0100
Added kiwi image info command
Allow to list information about the image description.
In a first implementation one can show the image name
as well as run a dependency resolution for the packages
listed in the XML description
commit 7b06a1ac2d478837aea69d22e3ce8cea53c2f492
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Feb 3 15:18:57 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Feb 3 15:18:57 2017 +0100
Bump version: 9.0.1 → 9.0.2
commit 1f2a7b49b9658f374016c346547d3f2679c03756
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Feb 3 15:17:27 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Feb 3 15:17:27 2017 +0100
Added uri translation for SUSE factory
The obs uri 'obs://openSUSE:Factory/standard' does not follow
the standard http url translation schema and needed a special
handling in order to resolve correctly
commit 7ff1844e6f0a3138e52e5ca648f1f20c6f3007c3
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 2 15:56:42 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 2 15:56:42 2017 +0100
Eliminate instsource element and requirements
The schema defintions for kiwi v8 still contained the
product schema definitions aka instsource which is no
longer supported by this version of kiwi. Building
SUSE products is done with the kiwi v7 code base and
will most probably be handled by an extra product
builder tool in the future maintained and developed
by the buildservice team. We would be proud if the api
of the kiwi v8 code base can be helpful for the product
builder in the future
commit 1b39f723d16996757ad2a6726083726d91a51924
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 1 15:56:36 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 1 15:56:36 2017 +0100
Bump version: 9.0.0 → 9.0.1
commit 7141ee16e430a138657705c56818eadd579744a6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 1 15:30:06 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 1 15:30:06 2017 +0100
Added arch attribute for ignore section
The packages subsection <ignore> only accepted a package
name to become ignored. However a <package> subsection
to install a package allows for an arch selection. The
same should apply to ignore a package. In addition the
allowed content for the arch attribute has been changed
from simple text to a regular expression. Allowed is a
comma seperated list of reserved architecture words like
they are displayed by uname -m
commit 7e762a6d5ebf804a3371bb2d83709be4bd937014
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 1 11:25:00 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 1 11:25:00 2017 +0100
User format method to form the message
commit d2c5f64434e242ec8daf7d488de73083da521abf
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 1 11:14:32 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 1 11:14:32 2017 +0100
Added support for package locking for zypper
Zypper supports the al (add lock) command which allows to ignore
a package in the dependecny resolution process. This is useful
to prevent installation of a package which was pulled in by e.g
a recommendation flag from the spec file. Packages marked to be
ignored are not handled for apt and yum right now. Using this
feature together with an unsupported package manager backend
results in a warning to the user
commit 4f41ce901d02901eb61106df3e38b9eb63893f1e
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Feb 1 10:44:07 2017 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Feb 1 10:44:07 2017 +0100
Included some file naming convetions
commit 2b83c803d5437239d5a83fcaa193b72565fbaffd
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon Jan 30 18:12:06 2017 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon Jan 30 18:20:44 2017 +0100
Components of an Image Description section
This commit extends the doc/sources/workflow.rst documentation
by including details about config.sh and images.sh files.
commit e88dc6ae7a702c8bef48a7e7cab309fb690e1221
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jan 27 14:21:48 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jan 27 14:21:48 2017 +0100
Bump version: 8.29.6 → 9.0.0
commit a20d98394dc6b7ec90635aff635e4f22764d9fd4
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jan 26 15:42:20 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jan 26 15:42:20 2017 +0100
Update documentation
Add information about new hook: handleMachineID
commit 691f82e8201eb2e33312f6a8c4fe5d61785b657e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jan 26 15:17:26 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jan 26 15:17:26 2017 +0100
Bump version: 8.29.5 → 8.29.6
commit f37070a435c224ab7ee16bd499041c5fc7ab0dc4
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jan 26 14:38:37 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jan 26 14:38:37 2017 +0100
Fixup isolinux timeout configuration
isolinux counts the timeout in units of 1/10 seconds.
Thus the value provided in the image description needs
to be adapted correctly. This Fixes #228
commit a67c4e884eda38fdabbce4e2e2a4f4aee2a50e44
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jan 26 11:37:28 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jan 26 11:37:28 2017 +0100
Bump version: 8.29.4 → 8.29.5
commit e612e4e5cf5e1c04b30853c69eb07af5b4bf0445
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jan 26 11:35:13 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jan 26 11:35:13 2017 +0100
Fixup setupMachineID
Cleaning up existing machine id files by deleting them
causes an interactive session to be started by systemd
This is something we don't want. As the consequences
of touching the machine id files seems to be too critical
the method has been turned into a hook caller. This
allows the user to make use of it on their own purpose
and by default doesn't mess with the machine id files
commit 2dc0c9154ab78bc45cc8185e59f66b7cca2f7dbc
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 24 09:47:48 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 24 09:47:48 2017 +0100
Bump version: 8.29.3 → 8.29.4
commit df77ebefaed0371e213e8ac3f95c73fd45915559
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 24 09:46:13 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 24 09:46:13 2017 +0100
Change processing of setupMachineID
Instead of creating new machine ids for systemd and dbus
the method now cleans up all existing machine ids and
leave it up to systemd to initialize and create new ids.
This allows to make use of the native way how systemd
retrieves and handles machine ids
commit 57769bca44befc33c44f451b75957f2f8cd54524
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 24 09:40:58 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 24 09:40:58 2017 +0100
Fixup typo in ReST style
commit 78635b885c27ff65a5f353cf9a606a4d85caf5b8
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 24 09:17:49 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 24 09:17:49 2017 +0100
Bump version: 8.29.2 → 8.29.3
commit 6c69f1c5e791ca5f4e1d8307599c6167319cfffe
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 23 17:25:39 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jan 23 17:25:39 2017 +0100
Add utils.sysconfig to api documentation
commit 374be7c04215c94bac8fb671be2a17a9ed304c0f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 23 11:20:05 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jan 23 17:24:04 2017 +0100
Completion for grub bootloader configuration
The configuration files /etc/sysconfig/bootloader and
/etc/default/grub needs to be created/updated with the
relevant values regarding the bootloader setup done by
kiwi. This Fixes #226
commit 5c5fb719eab9bc7a5aef3382e3c590b26883bcb3
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jan 20 16:00:59 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jan 20 16:00:59 2017 +0100
Apply volume attributes for btrfs and lvm
The chattr utility is used to apply file attributes
So far only the no-copy-on-write attribute can be
specified in a volume setup. If further attributes
are needed they will be added on demand
commit 2411c3352dc4a15c31eed53f600c94827397f733
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jan 20 10:22:00 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jan 20 10:26:14 2017 +0100
Added attributes element in volume type
commit fc7b2ada67840577a91533db8400c13227179cae
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jan 19 15:53:48 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jan 20 10:24:31 2017 +0100
Added volume attribute copy_on_write
The copy_on_write attribute allows to activate or deactivate
the copy on write functionality for the desired volume.
This Fixes #218
commit 88686d3253bf0a56a74e9a1152dd0bba476f8610
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jan 19 14:47:27 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jan 19 14:47:27 2017 +0100
Make sure there is a storage default setup on s390
Storage disks on s390 requires an information about the
type and the blocksize. In case these information is not
provided in the kiwi XML configuration, None was set as
value in the zipl configuration which lead to an error.
This commit provides default values for those parameters
commit fedc700758f4b4e67d3f37cafb77351c12ea1ab9
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jan 18 14:40:29 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jan 18 14:40:29 2017 +0100
Bump version: 8.29.1 → 8.29.2
commit 6029c81a91459f53c5b1a8a6932ff252a3eec65d
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon Jan 16 10:34:06 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jan 18 14:29:29 2017 +0100
Fixup duplication of btrfs toplevel volume
If using root btrfs snapshot, the default toplevel subvolume is set to
/@/.snapshots/1/snapshot, thus all defined subvolumes are mounted
under that cusomized default subvolume. For the first time
subvolumes are mounted it is fine to include /@/.snapshots/1/snapshot
prefix as root is not yet set to that specific path, however in any
future mount this path prefix is not needed any more, as the root
get mounted in /@/.snapshots/1/snapshot by default. Fixes (bsc#1015549)
commit 0cfd4cca5ea0f7ff64349ff451a3cc8315824142
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 17 16:21:15 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 17 16:21:15 2017 +0100
Allow unix device names in oem-unattended-id setup
In order to allow a raw device name in oem-unattended-id
the /dev tree has been added to search list. This is useful
if e.g a ramdisk device which is not part of any /dev/disk/...
or /dev/mapper device map should be used as target disk for
the deployment. Thus a setup to stick the deployment to
e.g /dev/ram1 would look like this
<oem-unattended-id>ram1</oem-unattended-id>
This Fixes #221
commit 387970a761c5fd899e3c617102661df5cf358300
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 17 16:05:45 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 17 16:05:45 2017 +0100
Don't delete ip tools from oemboot
network tools are needed for oem disk deployment via pxe
commit 7d27eed783c6a767c4a877ae5ccbeba7a4e21742
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 17 11:27:33 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 17 12:09:35 2017 +0100
Make sure setupMachineID also cares for dbus
Systemd and dbus should use the same machine-id. Therefore
a symlink /var/lib/dbus/machine-id pointing to /etc/machine-id
is created right after systemd-machine-id-setup. Fixes #219
commit 987ffd22e2c9740e9ab222fa12b60a4a14056372
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 17 12:08:41 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 17 12:08:41 2017 +0100
Added .coveragerc
Clearly indicate which source files are excluded from the
coverage report
commit 2c85f13ccd19a0b72f89db36e06e6f3ee199f8a1
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 10 14:19:22 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 10 14:19:22 2017 +0100
Bump version: 8.29.0 → 8.29.1
commit b77fc4ef9343af7329bc1e2a80d02aa50c102366
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 10 14:14:17 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 10 14:14:17 2017 +0100
Rebuild schema documentation
commit 661c12c1910235259c960203cde6cf9e608f0c4d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 10 13:51:47 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 10 13:51:47 2017 +0100
Bump version: 8.28.3 → 8.29.0
commit ce6d47a15dc4c7d5c87a8cf26f67cd5b1576520e
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon Jan 9 18:33:38 2017 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon Jan 9 18:33:38 2017 +0100
Running config.sh after including the image repositories
This commit rearranges some code lines in order to run the config.sh
script after the repositories of the image have been included, this
way repositories can be trusted and refreshed in config.sh script.
commit 760c88682fb3e1bfa107e95bda1e19058b2c30a8
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 9 11:30:01 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jan 9 11:30:01 2017 +0100
Update container builder code to new schema layout
commit 3c7ba8b92433a0608a163951fa0b27196f019a82
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 9 11:04:10 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jan 9 11:04:10 2017 +0100
Auto update image descriptions to schema v6.5
commit b7f7fa11eb801ce5def4f44bfcb3aa7d1815efc8
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 9 10:52:41 2017 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jan 9 10:52:41 2017 +0100
Update schema for container setup
In preparation to support creation of native docker containers the
way docker likes it, the kiwi schema has to be adapted. So far there
was no way to specify additional metadata information for containers.
With this commit a new section called <containerconfig> is provided.
containerconfig is a subsection of the type and only allowed for
the docker image type. This constraint is checked via a schematron
rule. In addition an xslt stylesheet moves the currently existing
container attribute, which was used to set a name for the container,
into the new containerconfig section as name attribute
commit 41a1f2f613d3e0ee343415153cd0c65507c44172
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Dec 20 10:58:04 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Dec 20 10:58:04 2016 +0100
Bump version: 8.28.2 → 8.28.3
commit 02cdfaddb6342d84a8ec5c74c3637235ad058866
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Dec 20 10:53:31 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Dec 20 10:53:31 2016 +0100
Fixed quadruple_token tokenizer
Information not provided should end up as a None type in the
list in any case. If an empty string was provided via e.g
--add-repo source,type,, the tokenizer puts in an empty string.
If the information was provided as --add-repo source,type a
None type was used. The code handling the information expected
a None type for not provided information, with an empty string
we end up in validation code which e,g complains that an empty
string can't be converted into an integer base repo priority
commit 6fd8c86fab169ca1ac84507a155ed1379505c92a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Dec 18 19:57:43 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Dec 18 19:57:43 2016 +0100
Bump version: 8.28.1 → 8.28.2
commit 13a8fc57212be19221327b2708939ba479501784
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Dec 18 19:56:32 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Dec 18 19:56:32 2016 +0100
Update documentation
Default provider must be set in the caller environment if
different from the default docker provider
commit dbc044352a9434ef4e8cc01a6d63c9b40cadd095
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Dec 16 17:11:33 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Dec 16 17:11:33 2016 +0100
Bump version: 8.28.0 → 8.28.1
commit 985699d5ddd0eb0618e86f6c91bd1f1b758f2beb
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Dec 16 17:10:35 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Dec 16 17:10:35 2016 +0100
Update container builder documentation
Add information about the now available kiwi build box
and the use of it as part of libvirt provider setup for
vagrant
commit 8dc7fda31d107ccde9b5f2468a954d4ac325fbc0
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Dec 15 12:09:49 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Dec 15 12:09:49 2016 +0100
Bump version: 8.27.5 → 8.28.0
commit b84e3b9fe0ce53eb1a5d931333d5f9e1aaf6ffdd
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Dec 13 14:36:23 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Dec 13 14:36:23 2016 +0100
Bump version: 8.27.4 → 8.27.5
commit 691f42f3e64c3f758e31cae641a1e6223b327e20
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Dec 13 14:35:48 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Dec 13 14:35:48 2016 +0100
Fixup spec file build requires
shadow tools are needed for %pre tasks using
groupadd/useradd tools
commit dec6e911872c30a686d2f70a0f6a2d15a91b23ed
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Dec 13 12:17:37 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Dec 13 12:17:37 2016 +0100
Bump version: 8.27.3 → 8.27.4
commit f549b03886a8ebfc828c3f1b1277dea1a9f6c029
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Dec 8 17:16:23 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Dec 12 11:27:19 2016 +0100
Added DiskFormatVagrantLibVirt class
Allow to build vagrant boxes for the libvirt provider
This Fixes #15
commit 71be75e728b7b2483e8aa9c84a6c23c9e504379e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Dec 8 15:15:13 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Dec 12 11:18:58 2016 +0100
Update vagrantconfig schema setup
Delete the virtualbox provider, As long as there is no
opensource variant for the ovf creation available we won't
support that provider
commit 035f4d10220a2b5b4c0e3f1193930a4a2939eb34
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Dec 12 11:05:10 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Dec 12 11:05:10 2016 +0100
Fixup spec file tftp group/user setup
Let %pre fail if groupadd/useradd failed and show the error
to the user
commit 7510e169746a8c3cf60678e408f63f70fa8494f9
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Dec 7 16:55:40 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Dec 7 16:55:40 2016 +0100
Bump version: 8.27.2 → 8.27.3
commit 6a9abc77b671b413e637dce1d16feebe0e79e961
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Dec 6 18:55:59 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Dec 6 18:55:59 2016 +0100
Adapt documentation to rtd schema
replace topic node used for abstract by a hint. This results
in a color box for the abstract which looks better than what
rtd does with simple topics
commit 5dacaad9cb518067200094c8252d89ab0a5c46f2
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Dec 6 18:55:37 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Dec 6 18:55:37 2016 +0100
Adapt schema generator to rtd doc schema
commit 4030ba39a5fc0fd3e35584fa6a2e1dbb5cc63ce7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Dec 6 18:54:56 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Dec 6 18:54:56 2016 +0100
Move to rtd sphinx schema
The read-the-docs schema fits better into the mainstream
of online documentation
commit 8449b39b83ad9e25d175d74241d719f9686b6239
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Dec 5 12:35:40 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Dec 5 12:35:40 2016 +0100
Bump version: 8.27.1 → 8.27.2
commit e3bb8e77f1a05d4741e99227b3a28c557b2dedc3
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Dec 5 12:24:57 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Dec 5 12:24:57 2016 +0100
Added check_volume_setup_has_no_root_definition
The root volume in a systemdisk setup is handled in a special
way. It is not allowed to setup a custom name or mountpoint for
the root volume. Therefore the size of the root volume can be
setup via the @root volume name. This check looks up the volume
setup and searches if there is a configuration for the '/'
mountpoint which would cause the image build to fail
commit 485c9d67a96108fbc69e66e03c9dc1a05bb847ef
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Dec 5 11:54:27 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Dec 5 11:54:27 2016 +0100
Prevent warning about unknown opt in workflow doc
commit 43589bb84b1e37230ffe8577485aba74e8312ef5
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Dec 5 11:48:14 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Dec 5 11:48:14 2016 +0100
Bump version: 8.27.0 → 8.27.1
commit 3b9be6ce3e8a676b8717d4831302ac09eb0e8f09
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Dec 5 11:46:20 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Dec 5 11:46:20 2016 +0100
Rebuild schema documentation
commit 965139c370d982153cae022f5f3175a8573fd484
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Dec 5 11:45:45 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Dec 5 11:45:45 2016 +0100
Add a docstring for the extension section
Short description what the extension section is good for
commit aae06d011aa04df37c0a92457ecea03c08647605
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Dec 5 11:43:20 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Dec 5 11:43:20 2016 +0100
Prevent any type from attribute recursion
The schema parser to create the documentation run into
an endless recursion for the new k.any type. As any could
be anything there is not much do document for this type.
Thus it is now skipped from the traversal
commit 4c42c7d15737633ab239f9670c9229db5ea890aa
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Dec 5 11:26:04 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Dec 5 11:26:04 2016 +0100
Bump version: 8.26.1 → 8.27.0
commit b740df5086a685ed458d8c68d48dfeaf2026494d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Dec 2 10:28:01 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Dec 2 10:28:01 2016 +0100
Update documentation per review
commit e50dfded7a196ad5bbef12b9492add17a0f82119
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Dec 1 14:13:18 2016 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu Dec 1 22:09:11 2016 +0100
Including minimum volume size offset in disk size calculation
This commit adds Defaults:get_min_volume_mbytes() to the disk size
calculation algorithm. This should be sufficient to hold fdisk
default offset when creating the first partition and also to hold
the LVM metadata.
commit f13a7918eaff981a932c7a837f047eced05e93d4
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Dec 1 11:58:38 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Dec 1 11:58:38 2016 +0100
Added extension documentation
commit eaac155067f7cea41f5626946f650a0a5b71aebb
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Nov 30 17:33:27 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Dec 1 10:45:17 2016 +0100
Add extension validation and data access
If an extension section exists the xml data in this section
is validated against the RelaxNG schema which must be part
of the xmlcatalog for the used extension namespace. If the
data validates the method get_extension_xml_data can be used
to access the etree parse result for each of the extension
configurations
commit c879c2b172b4c79a7cf652e0d49b25fe60ed5864
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Nov 28 17:16:41 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Dec 1 10:45:17 2016 +0100
Allow <extension> section for custom plugins
For the use case to add additional image description information
an extension section exists which allows to add custom section
and attributes. Custom XML information must be connected to a
namespace in order to avoid conflicts with the existing
structure. The following example shows how to place additional
XML information:
<image>
<extension xmlns:my_plugin="http://www.my_plugin.com">
<my_plugin:my_feature>
<my_plugin:title name="cool stuff"/>
</my_plugin:my_feature>
</extension>
</image>
commit d3d6674d8e9e4a148151c2ce1000151aaaaa1f3d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Dec 1 10:41:13 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Dec 1 10:41:56 2016 +0100
Make sure to catch exceptions from xsltproc
commit 0cfcf2fb9ab98a002d08ce52a7372a77de75021b
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Nov 30 15:21:54 2016 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Nov 30 15:54:34 2016 +0100
LVM volumes management during grub2 install
During the grub2 install process volumes were not mounted properly,
a proper mount order was not taken into consideration and LV device
information was not given by the method get_volumes in VolumeManger.
This commit forces the mount (and umount) operations to be done in
coherent order and also modifies the get_volumes method in order
to return the device associated to each volume.
commit efb7719c78573efd155daa3dcad219d7105e3d95
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Nov 25 11:22:31 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Nov 25 11:22:31 2016 +0100
Fixed expansion of msdos disks
If the target disk size is beyond 2TB it can't be expanded to
the full size if the msdos partition table layout is in use.
Because of this the disk expansion will be limited to the
allowed maximum for the msdos partition table type which is
at 2TB. This fixes bnc#1010966
commit 96b565815882a6a96d329370849590f855256063
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Nov 24 13:55:30 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Nov 24 13:55:30 2016 +0100
Bump version: 8.26.0 → 8.26.1
commit 4a25dd78bafce2aa193709004b0206b23e4d0541
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Nov 24 13:38:27 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Nov 24 13:38:27 2016 +0100
Fixup of string + operator vs. join use
commit 996d9f4abe92c446ff33ef22943a0285f22cb32f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Nov 24 13:29:08 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Nov 24 13:29:08 2016 +0100
Fixed setup_disk_image_config in bootloader setup
The parameter for the uuid is not enough to handle all
supported disk geometries. If the disk has an extra boot
partition the bootloader setup must read the boot data
from the boot partition but must set the root for the
kernel cmdline to the root partition. Therefore the
interface needs to change and must provide both the
boot_uuid and the root_uuid in oder to allow the method
to setup the correct values
commit 21dfce6595de7ac86a60f8450312cb172c37de94
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Nov 24 12:26:04 2016 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu Nov 24 12:26:04 2016 +0100
Parse arch attribute as a comma separated list
This commit ensure that the arch attribute of each package section
is parsed as a comma separated list. This way, as in previous kiwi
versions, each package might be suitable for one or more specified
architectures.
commit c3bad3f8f29a189cf0621971a6f9d633a82989fb
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Nov 24 10:39:10 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Nov 24 10:39:10 2016 +0100
Fixup kernel name setup in disk builder
The Kernel instance is the only correct place to ask
for the kernel name. This class has the responsibility
to know information about the selected kernel. The
additional arch based assumption on the kernel name
in the disk builder were wrong. This fixes bnc#1011936
commit 0537a6f186fcbeac7f285b963f24a60de073de82
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Nov 22 10:36:29 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Nov 22 10:36:29 2016 +0100
Fixed typo in solver api documentation
commit 09d7f1a377f5240c03ec95b9826e1ef0e84f33ac
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Nov 22 09:54:07 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Nov 22 09:54:07 2016 +0100
Bump version: 8.25.5 → 8.26.0
commit e1c85d631b6ff856b90d6f61486e5add321ab020
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon Nov 21 18:40:25 2016 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon Nov 21 18:44:46 2016 +0100
No more hard links in result bundle
This commit changes the copy command of the result bundle task. Now
instead of creating hardlinks a relugar copy is performed. This way
we ensure that the bundled files will not be modified by
overwritting a linked file.
commit df4e7b7278b45cf9501f2734144d5533c8735007
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon Nov 21 18:32:51 2016 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon Nov 21 18:32:51 2016 +0100
Documentation workflow review
commit c1b0a2c2b8ba5c1534bace65c396e8e1cdc34c9b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Nov 21 16:08:55 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Nov 21 16:08:55 2016 +0100
The Sat solver class - an example
The Sat solver class can be used to run a solver operation
over a list of packages and/or patterns in order to receive
a dependency solved list of all required packages according
to the request. In order to do that a set of repositories
is required which provides the package metadata and their
requirements. The following is an example how to use the
Sat class in your application:
```python
from kiwi.solver.sat import Sat
from kiwi.system.uri import Uri
from kiwi.solver.repository import SolverRepository
solver = Sat()
solver.add_repository(
SolverRepository(Uri('obs://leap/42.2/repo/oss', 'yast2'))
)
print(solver.solve(['vim']))
```
commit 119e96dc8f795d07636d60df17cc53cae53e064e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Nov 17 16:51:17 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Nov 21 12:02:01 2016 +0100
Added Sat solver class
Added implementation for Solver class based on the SUSE
libsolv C library and the solv python binding
commit 271a5f25afe20390f4af26a2275c0cfcd2644602
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Nov 21 08:55:32 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Nov 21 09:12:31 2016 +0100
Fixup code smell for kernel name list
Iterating over only one list item doesn't need a loop
commit 8e3e96d653b96714c32305a3b9482a1978e433c9
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Nov 21 08:36:26 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Nov 21 09:12:24 2016 +0100
Fixup style to be more pythonic
commit 39d5db9881a391157da42b9eaec922e7e475520a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Nov 18 16:01:13 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Nov 21 09:07:50 2016 +0100
Fixed kernel name lookup
Complete the list of kernel names for the lookup. Normally
the kernel package provides a symlink to the actual kernel
image file. However if the link does not exist we extend the
search to a collection of names for possible kernel images.
The new list now also covers kernel names as used for arm
Along with the change this patch also provides an option to
raise an exception if the kernel lookup did not find any
kernel, which is used for the get_kernel() request in the
dracut initrd system setup where it is mandatory to find
a kernel image.
This fixes bnc#1010874
commit 900a0de518e0c7442fc867ed528a08edca34e0ae
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Nov 18 16:24:43 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Nov 18 16:24:43 2016 +0100
Fixed release network using ip tool
Apply the cidr fix from setupNic and introduce a new method
called deleteNic which replaces the wrong ip call from the
releaseNetwork method. Fixes bnc#1003091
commit 1f2de06aec316ad52772818da0b81bad35326afe
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Nov 18 16:17:19 2016 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Nov 18 16:17:19 2016 +0100
KIWI workflow documentation
This commit ports the workflow documentation from previous KIWI
version and also adds a sections for listing the boot parameters
configurable in the Kernel command line.
commit 3e16f5d458545b16bfe708ff97ccd6199cd8f029
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Nov 17 11:04:07 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Nov 17 11:04:07 2016 +0100
Bump version: 8.25.4 → 8.25.5
commit abdc2ace4ddb27d11da927859fb41e78c9990214
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Nov 17 10:57:55 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Nov 17 10:57:55 2016 +0100
Fixup lease time in setupNetworkWicked
The default lease time with 300s used by wicked is relatively
short and different from the default lease time of the former
dhcpcd. This change causes wicked to use a lease time of 3600s
This is related to bnc#1003091
commit 9b386af20daadb88bc4b7f11d931dcbba72f6988
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Nov 17 10:49:00 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Nov 17 10:49:00 2016 +0100
Fixup default behavior of releaseNetwork
If no tool was found to communicate with the dhcp server
in order to free the lease the method did nothing. However
it should at least bring down the network. This is
related to bnc#1003091
commit 3da7e0d000cddef9cfdfd0cb9f94053242ef4a80
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Nov 16 17:02:30 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Nov 16 17:02:30 2016 +0100
Bump version: 8.25.3 → 8.25.4
commit 279536ffe2f069728eb5730e6f5de9737b65227f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Nov 16 16:51:44 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Nov 16 16:51:44 2016 +0100
Fixup get_volumes for lvm manager
The method also returned the root volume in the list of
volumes but it should only return a list of volumes
excluding root volume
commit dfd27049e34abca63a63acfe7ec5b80c7030a426
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Nov 16 15:57:00 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Nov 16 15:57:00 2016 +0100
Fixup setupNic for address information in cidr
Ignore netmask if address is already in cidr format
commit 7e0c745086d779c97045b01de42436a8a868d132
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Nov 16 11:32:48 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Nov 16 11:32:48 2016 +0100
Bump version: 8.25.2 → 8.25.3
commit ccabfd0ee1395d0d45cacb694fe1e60d761b65fa
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Nov 15 21:58:51 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Nov 15 21:58:51 2016 +0100
Fixup btrfs property setup
The readonly property is set on the filesystem toplevel.
kiwi has set the toplevel before any property is set.
commit 7504683b3df9ed91cc9324832ebeb12a46cd7919
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Nov 15 18:54:55 2016 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Nov 15 18:54:55 2016 +0100
vhdfixed images result compression
This commit adds compression to the Result instance of the vhdfixed
disk. This concrete format is not compressed or dynamic, so that,
it makes sense compress them. Also this was the behavior in previous
kiwi versions.
commit cf11dac3260fb72fa80c52086476b1e3f63c29ba
Author: Thorsten Kukuk <kukuk@thkukuk.de>
AuthorDate: Tue Nov 15 15:31:38 2016 +0100
Commit: Thorsten Kukuk <kukuk@thkukuk.de>
CommitDate: Tue Nov 15 15:31:38 2016 +0100
Replace tabs with spaces
commit d36c404af33b4caf3c046c028204effb2eb9e15b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Nov 15 12:27:23 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Nov 15 12:27:23 2016 +0100
Fixup handling for root_is_readonly_snapshot
The information was not passed to the VolumeManager instance
commit 87556d4ba19800d5d4a6077c7fdbe60f2e4b3f2c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Nov 15 12:25:59 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Nov 15 12:25:59 2016 +0100
Fixup mount_volumes in VolumeManagerBtrfs
It is required to mount the toplevel btrfs filesystem if
not already mounted, prior to mounting the subvolumes
commit 810535b05c6c3ca7209ed9d5683280b5d9d12aaa
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Nov 15 12:16:51 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Nov 15 12:16:51 2016 +0100
Fixed busy mount state
Make sure subvolumes are umounted first. This prevents a
busy state in a partition setup with an extra boot
partition
commit 25bad5db40545e7b79dbf9ec271157caa4e05882
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Nov 14 14:38:13 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Nov 14 14:38:13 2016 +0100
Bump version: 8.25.1 → 8.25.2
commit 893efe30adb9412ff811e8bc202b3f25d92d73b9
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Nov 14 14:16:05 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Nov 14 14:24:39 2016 +0100
Fixup creation of etc/default/grub config file
Only create the file if the base directory structure
in etc/default exists.
commit 132fd3d3dc41e4819c09b941c2387c41d9073418
Author: Thorsten Kukuk <kukuk@thkukuk.de>
AuthorDate: Sun Nov 13 11:15:04 2016 +0100
Commit: Thorsten Kukuk <kukuk@thkukuk.de>
CommitDate: Sun Nov 13 11:15:04 2016 +0100
Remove empty line too much
commit 119541c611c2bdeb1c5aed9e1dd4ebb4c488d6a3
Author: Thorsten Kukuk <kukuk@thkukuk.de>
AuthorDate: Sun Nov 13 11:08:03 2016 +0100
Commit: Thorsten Kukuk <kukuk@thkukuk.de>
CommitDate: Sun Nov 13 11:08:03 2016 +0100
Implement loading of snapshots and fix snapshot menu layout.
If you want to boot an old snapshot, but not to do a rollback,
we need to tell the kernel which snapshot to use. This patch
also fixes the broken layout of the grub snapshot menu.
commit 9c355a796ccb5973fa237419652f7ba1fecccd24
Author: Thorsten Kukuk <kukuk@thkukuk.de>
AuthorDate: Sat Nov 12 18:24:38 2016 +0100
Commit: Thorsten Kukuk <kukuk@thkukuk.de>
CommitDate: Sat Nov 12 18:24:38 2016 +0100
Move source of grub-snapshot.cfg to the right position
grub-snapshot.cfg should not be sourced at the begining, but
at the end of grub.cfg. Else with creating the first snapshot
this entry is getting the default boot target and the system
does not boot automatically anymore.
commit 3a1edc250f523a3a3a8202534a73df75f76c8691
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Nov 11 16:13:57 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Nov 11 16:13:57 2016 +0100
Fixup netboot code for multipath boot device
If the root disk in a netboot deployment is a multipath device
we have to make sure the multipathd is started and the boot
device is mapped to the wwn
commit a36c4622aab00cb6b00b6cd0eaddd9b99101450e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Nov 10 15:53:17 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Nov 10 15:53:17 2016 +0100
Bump version: 8.25.0 → 8.25.1
commit 3983f140a4248b605dab1556024e29239e40e4b3
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Nov 10 15:45:24 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Nov 10 15:45:24 2016 +0100
Update doc string for download_from_repository
The doc string for this method contained a mime string
which is spuriously validated by the sphinx url checker.
This commit rewords the text in a way that the checker
is happy again
commit 0e6fb2484ca532ed3763053769dd25dad337bb4f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Nov 10 15:36:29 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Nov 10 15:36:29 2016 +0100
Bump version: 8.24.10 → 8.25.0
commit 71d902e4dd45bd25df6ff414d78baf7d10958eb9
Author: David Cassany Viladomat <davidcassany@gmail.com>
AuthorDate: Thu Nov 10 15:22:53 2016 +0100
Commit: GitHub <noreply@github.com>
CommitDate: Thu Nov 10 15:22:53 2016 +0100
Do not delete all repositories if there aren't repositories to import (#191)
This commit adds a tester method to check if there is any
repository marked as imageinclude. The method is used to
execute import_repositories_marked_as_imageinclude
method only when it is actually needed.
commit 45d9a1eaa3f370e88a1c2f01c8646186ee5db7a1
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Nov 9 17:15:56 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Nov 9 17:15:56 2016 +0100
grub.cfg: Fixes for btrfs as rootfs
This addresses the following issues
* An image based on btrfs using the entire boot as a subvolume
causes grub to be unable to find its config file. Thus kiwi
now raises an exception in this situation
* Don't prefix the bootpath with the snapshot path if the
btrfs root is placed in a snapshot. Instead the file
etc/default/grub must be written/updated with the
SUSE_BTRFS_SNAPSHOT_BOOTING variable set to true. Once
this is done the bootpath is consistently set to /boot
no matter which snapshot is active
commit c90211efe71607f8b076ab7c0c1b3af8f8fb51fc
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Nov 9 17:13:56 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Nov 9 17:13:56 2016 +0100
grub.cfg: Source grub-snapshot.cfg if present
Add a lookup for /.snapshots/grub-snapshot.cfg to the generated
grub.cfg. The file is shell sourced if it exists
commit 7b4eca3e61b227ef773ed347ae90877dababa0f5
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Nov 9 11:17:33 2016 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Nov 9 11:17:33 2016 +0100
No need to mock Path.which
There is no need to mock Path.which as isoinfo binary from the
platform is needed to run the test, so better let the system look
for it, note that the binray can be located in the alternate
location (/usr/lib/genisoimage/) which is not part of the PATH.
In that particular case the iso_test would fail if we mock
Path.which.
commit 83c99ffcd06ce35d8d5f79ef107cd85916793a75
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Nov 8 18:46:38 2016 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Nov 8 18:46:38 2016 +0100
Updated system size calculations test
commit c4fd7635fd08ff4baee63d257a1ba157530fbcd4
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Nov 8 18:40:51 2016 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Nov 8 18:40:51 2016 +0100
Updated test for vhd-fixed subformat type
commit dc28159b75917cc59f216a05668c7149bd9c730d
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Nov 8 18:26:58 2016 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Nov 8 18:26:58 2016 +0100
Increase the default image size for XFS filesystems
When no size is specified in type section the resulting image size
is calculated using the size of the whole build-root increased by
an empiric factor. Some tests revealed that this factor was not
enough for XFS filesystems. The empiric factor has been increased.
This commit fixes #186
commit cdac18a92c5dc5c226910e2da04d218da73fc390
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Nov 8 17:19:25 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Nov 8 18:17:51 2016 +0100
Implemented SolverRepositoryRpmDir
Add support for local rpm-dir repositories
commit 0e733c29a97a49b34ac7ec2b6990b15254b8dc7d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Nov 8 11:02:24 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Nov 8 18:17:51 2016 +0100
Implemented SolverRepositoryRpmMd
Add support for rpm-md repository types
commit 2c14ee71dee027e64bd72d0c9a7a7f43ee849e5d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Nov 7 15:48:03 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Nov 8 18:17:51 2016 +0100
Implemented SolverRepositorySUSE
Add support for SUSE online and media repository types
commit ebeb43eea65926f28cb2e60953fe36b76274637e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Nov 6 14:40:02 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Nov 8 18:17:51 2016 +0100
Implement SolverRepositoryBase
Base class and interface for building a SAT solvable from
a given repository
commit 2549437b4dab5bef27f26c45031cc6c4c305ef40
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Nov 7 11:03:18 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Nov 8 18:15:38 2016 +0100
Add repo_type info to Uri class
This allows to eliminate the repo_type from the paramter list
of the SolverRepository class, which then only needs an instance
of Uri
commit fd86f02a0615bff6129902daeac95b1239593718
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Nov 4 12:01:19 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Nov 8 18:15:37 2016 +0100
Added API doc hook for solver path
commit 16fdb5d978a0765a1c48d59df108f984a074fb9b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Nov 4 10:10:04 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Nov 8 18:15:37 2016 +0100
Initial structure to support SAT solvables
A SAT solvable can be used together with python-solv to implement
performant package solving tasks. This is the initial structure
to allow the creation of such solvable files from specified
repositories. We will support the repo types yast2, rpm-md and
rpm-dir in the first place.
commit a36b12eee147a94c92434aa4a7afbf1ef8986d18
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Nov 8 18:12:16 2016 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Nov 8 18:12:16 2016 +0100
vhd-fixed name corrected in subformat init class
This commit reverts the previous one and it applies the name change
to the subformat class initializer. This way the schema is not
altered and we keep compatibility with previous description files.
commit 5bd95dc713ffe094e082b21a5b5f8a478b68ff41
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Nov 8 17:37:23 2016 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Nov 8 17:37:23 2016 +0100
vhdfixed format naming inconsistency
vhdfixed storage format name was not updated according its real
name in the kiwi schema, making it impossible to build any vhdfixed
image. The schema used to expect 'vhd-fixed', however, internally,
the code was expecting 'vhdfixed'. The schema has been updated.
This commit fixes #184
commit 2e9769e8b0daf35f6403acffbaa4e9fec2ab2532
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Nov 8 12:23:35 2016 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Nov 8 12:23:35 2016 +0100
ActivateImage links correction
Loading the iso image into a read-only ramdisk caused some issues
due to the activatImage method cp commands. With this commit the
symlinks are consistent during the preinit phase and also before
running the cp command it is tested we are not in a read-only
filesystem.
This commit is a port form openSUSE/kiwi#613 PR
commit 2dec2fa4d8e0f27584a4295cfec4c7e979466774
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Nov 7 15:49:44 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Nov 7 15:49:44 2016 +0100
Fixup ip setup in setupNic
The invocation of ip in setupNic was invalid. The way this
was done causes the netmask to be set as broadcast address
Related to bnc#1003091
commit f04e55c6a51d9cce302a8e13380d3ee4d3d1b23f
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Nov 3 17:05:10 2016 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Nov 4 11:08:54 2016 +0100
updateOtherDeviceFstab did not get the fstab location parameter
This is port from the kiwi v7 code base openSUSE/kiwi#610
commit 908716f8ecbcc9cadbcd5ace1267a5a76ad44df5
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Nov 2 22:30:19 2016 +0100
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Nov 4 11:02:23 2016 +0100
Load the default unicode font in grub2
This commit fixes #179. The default font was never loaded,
the loadfont call for the default was missing.
commit abfb9859ab3d065c2fe1142d1da572cafb3245b0
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Nov 4 10:31:32 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Nov 4 10:31:32 2016 +0100
Bump version: 8.24.9 → 8.24.10
commit cc1fa53b778b4013b52df0e64bd905fc4e61eb04
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Nov 4 10:23:22 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Nov 4 10:29:27 2016 +0100
Delete sphinxcontrib-programoutput setup
Deleted it from virtualenv development requirements and
from the sphinx configuration file
commit 2c7465a8fee0f81f9306b29a70fa6f163750ea96
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Nov 4 10:20:38 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Nov 4 10:20:38 2016 +0100
Delete use of sphinxcontrib-programoutput
The developers of this sphinx extension decided to delete the
module on pip and also the source from git... it's dead. Thus
I replaced the dynamic usage output in the manual pages with
the static version
commit 03cd83f34163b20fa0492b58d08b1fd61a1dec57
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Nov 2 17:31:45 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Nov 2 17:31:45 2016 +0100
Bump version: 8.24.8 → 8.24.9
commit 88fc64965a89d8b1d0e69fc1c9e2078853a68ad0
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Nov 2 17:31:06 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Nov 2 17:31:06 2016 +0100
Fixed waitForStorageDevice
Value for storage_size was not really used
commit 462c8c7ca12d862fa383c7a5130d704aea4faf51
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Nov 2 16:16:32 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Nov 2 16:16:32 2016 +0100
Bump version: 8.24.7 → 8.24.8
commit 6780584ccc675a1c6e3108d6cdd176c37fae4433
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Nov 2 12:04:44 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Nov 2 12:04:44 2016 +0100
Make sure kiwiserver/kiwiservertype is used
If kiwiserver and/or kiwiservertype is specified on the
kernel commandline they should take over precedence for
up- and download of image files compared to the host
setup in the IMAGE variable.
commit 6ce73d016081b5e4d7538f7a00871c2af65f3eaf
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Nov 2 11:44:29 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Nov 2 11:44:29 2016 +0100
Don't mix python module requirements
The tox setup mixes the deps modules depending on the
tox target with either virtualenv.dev-requirements.txt
or fixed deps lists in tox.ini. This change clean up
the module dependencies for development targets to
be taken from virtualenv.dev-requirements.txt exclusively
commit 6f985b0cc8eef550ade29185ff9ba8b0dbff09c8
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Nov 1 21:21:27 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Nov 1 21:21:27 2016 +0100
Update travis runtime requirements
Installing python modules from source via pip requires git
commit a351ab10b1e45793c2ad941a06af768a0c62563c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Nov 1 21:07:21 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Nov 1 21:07:21 2016 +0100
Bump version: 8.24.6 → 8.24.7
commit b9610f8bdb38500396ee1096011d82c8a56e0137
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Nov 1 21:05:54 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Nov 1 21:05:54 2016 +0100
sphinxcontrib-programoutput no longer on pypi
Use the version from git directly to build the documentation
In the long we should find an alternative for this sphinx
extension
commit 4ac554355dd14c421d1486075e1c76bd87b6c7fe
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Oct 31 15:18:28 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Oct 31 15:18:28 2016 +0100
Fixup root init with existing host cache
Creating a new root init with a shared location which already
provides directories of the system failed on init of those
directories. Only create the not yet existing directories
commit fb304ed35a5ee6f36ad85f8c6c991ddc1ee518db
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Oct 31 14:56:30 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Oct 31 14:56:30 2016 +0100
Fixup the wicked thing again
commit 16788ad34c8515d2d77406ba4b0487fd6e929bea
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Oct 31 11:16:54 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Oct 31 11:16:54 2016 +0100
Put setupNetworkWicked in line with former dhcpcd
The way setupNetworkWicked implements the dhcp discovery was
incomplete. This Fixes bnc#1003091
commit 368884dfb14aa99709fdb3ea5c647b868e285512
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Oct 28 11:46:54 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Oct 28 11:46:54 2016 +0200
Fixup assembling of mdraid array
when udev discovers an mdraid array it partially starts the array.
That is interfering with the mdadm --assemble call by kiwi which
leads to a busy state and an array in inactive state. Therefore
the method should wait until the raid array really exists no
matter if the assembling is started by udev or kiwi's mdadm call.
In addition if the array got assembled but is incomplete because
devices are missing or the timout is fired, an additional call to
start any array that has been partially assembled is required.
pxeRaidAssemble will throw an exception if after this call no
md device with a size > 0 will show up after a timeout. This
Fixes bnc#1000742
commit 812d544d4b2211343e7ea07c51c9659f4db0f746
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Oct 28 11:46:14 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Oct 28 11:46:14 2016 +0200
Fixup waitForStorageDevice
The function will return success if the size of the storage
device can be obtained and is greater than zero. The pure
success on reading from the block layer is not enough. In
order to actually work with the device it must provide a
size > 0. Related to bnc#1000742
commit 9aa07de73258e0c4650dd6342b94488d386a2b4c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Oct 27 16:45:18 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Oct 27 16:45:18 2016 +0200
Bump version: 8.24.5 → 8.24.6
commit 414cc306bee000ddb70ea3742d252bdde49f3a39
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Oct 27 11:33:35 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Oct 27 14:27:00 2016 +0200
Do not allow imageinclude for images build in obs
Fixes #178
commit bde93e42d41ff7b432949378a89cd7d89159f956
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Oct 27 12:02:47 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Oct 27 12:02:47 2016 +0200
Fixup initial directory creation for new root
During testing of alternative cache locations an init
problem with the var/ directory was observed
commit 64d13ce5a37ebdc808d3bc999e8f0b2022fbe561
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Oct 26 17:25:07 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Oct 26 17:25:07 2016 +0200
SystemPrepare instance delete before runnig SystemSetup
This commit fixes#175, now multiple profiles in OBS are possible using
kiwi boot initrd.
commit aa296716c81b9c73f30ea662e2d8f35126862680
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Oct 25 21:59:51 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Oct 25 21:59:51 2016 +0200
Use docopt's default value feature for cache dir
commit c91820aa27c369b85387abdbc5a43a382ac04f49
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Oct 25 17:51:02 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Oct 25 17:51:57 2016 +0200
Cleanup unit tests using sys.argv
The tests should restore to the default argv option set
as provided by the test_helper
commit 7849dfd93834d3d631c85febfe042d8e72229af7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Oct 25 17:49:43 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Oct 25 17:51:57 2016 +0200
Update manual page
Include information for new --shared-cache-dir option
commit 5b755e7b92d7e86f617e2b5e802c3b9460c0a027
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Oct 25 17:48:08 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Oct 25 17:51:57 2016 +0200
Added global option --shared-cache-dir
The option allows to specify an alternative shared host_to_image
cache directory. The default location is /var/cache/kiwi.
Fixes #92
commit e5cd3e94262177516b7c85004efd31efd11948bf
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Oct 25 15:52:13 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Oct 25 15:52:13 2016 +0200
Fixed a couple of constraints
commit c233e7ba4abab29c165966373ffcfece92731377
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Oct 25 15:22:22 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Oct 25 15:22:22 2016 +0200
Redo of xml_parse.py with updated generateDS
commit 862cb1c5d9bdbb1fbe7b31a3683269aa92aa30e6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Oct 25 12:02:27 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Oct 25 12:20:19 2016 +0200
Initialize the systemd machine ID on first boot
The systemd machine id is considered to be a unique information
Thus it is required to initialize it on first boot of the image.
If the image uses the kiwi boot code (initrd) this action is
performed and and Fixes #169
commit a0494725156eb0057423b977a9c3e63ae6681f51
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Oct 24 14:57:56 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Oct 24 14:57:56 2016 +0200
Bump version: 8.24.4 → 8.24.5
commit 8257f65c332d658def2013a15b93924cfc61dd5c
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon Oct 24 14:35:09 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon Oct 24 14:35:09 2016 +0200
Some tests slightly modified in order to improve coverage
This commit improves some example kiwi files and tests in order
to achieve a 100% code coverage.
commit 25bb84b148b16e7accfc47d0550b4b386a7edf3a
Author: David Cassany <dcassany@suse.com>
AuthorDate: Mon Oct 24 13:07:06 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Mon Oct 24 13:07:06 2016 +0200
Corrections on test kiwi description files
Some attributes needed to be changed in the test xmls. With this
commit all the description files are consistent with the new co-
occurrence constraints.
commit fc66a350bdecaee94bddbc580536690f92c63768
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Oct 21 16:54:35 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Oct 24 09:23:11 2016 +0200
config.partids only required for kiwi initrd
If dracut is used as initrd system an unused config.partids
file is generated. The partition id information is only used
by kiwi boot code not by dracut boot code. Related to
bnc#1005246
commit 4b90a67862fe284f021da946af65b2c923bc96d7
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Oct 21 18:08:04 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Oct 21 18:08:04 2016 +0200
Co-occurrence constraints included in the schema
Constraints for pxe, iso, vmx, oem and docker image types have
been included.
commit 703fdba5a1ef53a3382e0750593e0747b96f3c1f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Oct 20 16:31:29 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Oct 20 16:31:29 2016 +0200
Bump version: 8.24.3 → 8.24.4
commit 050c6f413d0061317c787fc17e666de7b7f8aaed
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Oct 20 16:30:49 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Oct 20 16:30:49 2016 +0200
Make sure dracut initrd is copied correctly
commit 5676f2e4d0815a28ef26118949a5452838f97ede
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Oct 20 16:01:43 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu Oct 20 16:01:43 2016 +0200
Fixed a rounding error in partedMBToCylinder method
bc truncates number of cylinders to zero decimal places, which results
in a partition that is slightly smaller than the requested size. Add one
cylinder to compensate.
commit 40cf0d15158ac2c50283034602c92cd2d0b617f5
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Oct 20 12:32:29 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu Oct 20 12:32:29 2016 +0200
Integrating Schematron syntax in schema
Using Schematron syntax in schema co-occurrence constraints can
be easily defined. This commit provides the schematron integration.
commit 07c9e3407fc037517bff8c73a8bb290b99fa5fd9
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Oct 19 22:14:12 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Oct 19 22:14:12 2016 +0200
Bump version: 8.24.2 → 8.24.3
commit 6c98a17c1219854bcc751aaca98e3b517d470894
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Oct 19 22:12:51 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Oct 19 22:12:51 2016 +0200
Write fstab to kiwi boot image only
For the dracut initrd system the call happens in the system
root tree which already provides the fstab data
commit 0725f8a392b503a49cc670966bba9f3a38db224c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Oct 19 21:17:48 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Oct 19 21:17:48 2016 +0200
Bump version: 8.24.1 → 8.24.2
commit 40f46c09d2cf1717a4ec335a44e68dbef9ad802d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Oct 19 21:17:27 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Oct 19 21:17:27 2016 +0200
Dereference boot arch symlinks
commit 9af959354e05f34aa99c21c1328d4448deabddc2
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Oct 19 20:46:30 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Oct 19 20:46:30 2016 +0200
Bump version: 8.24.0 → 8.24.1
commit 041205c1ed17fde97667cfb6ac7458a7ec3e6154
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Oct 19 20:35:51 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Oct 19 20:35:51 2016 +0200
Fixed typo in build Makefile target
commit 1301c9c1aa5da3ac5365279abf6ed2aa9add6f01
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Oct 19 20:24:05 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Oct 19 20:24:05 2016 +0200
Bump version: 8.23.0 → 8.24.0
commit a3ce96ae7888ceee199fa421efd321cf338c6687
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Oct 19 11:34:05 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Oct 19 11:34:05 2016 +0200
Use format method for messages in image_resize
There are more places where this cleanup from %x format
attributes to the format() method is required. Here it is
done in the scope of the image resize task
commit 1a8c5e321cc696c8f0f62f46a0141a5d84a56d10
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Oct 19 10:24:26 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Oct 19 10:24:26 2016 +0200
Bump version: 8.22.0 → 8.23.0
commit 04181cb6d40d8d8cc82f92c66160c981db7fb493
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Oct 19 09:24:29 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Oct 19 10:01:56 2016 +0200
Fixed setup.py custom install target
Make install method aware of --single-version-externally-managed
This option is passed to the call by pip if not installed as
egg
commit 36dab6999a52e237850227943f6918ddbd08ae08
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Oct 19 00:11:42 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Oct 19 00:18:40 2016 +0200
Added setuptools to development requirements
commit 897ef278abbbb783f435ab4dc9cf18d3bae030c7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Oct 18 23:50:28 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Oct 19 00:18:40 2016 +0200
Delete travis pypi deployment
After weeks of try and error, this simply does not work for me
Manual deployment via make pypi and a local account works fine
Maybe this can be solved in the future but for now I can live
with a manual step
commit 88fd8211d8840cd9b8c785989e12337c166b02f5
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Oct 18 23:11:09 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Oct 18 23:52:05 2016 +0200
Package kiwi/boot/arch into sub archive
The sdist target runs into an infinite loop if installed via
pip. It seems the symlink files below boot/arch confuses
distutils
commit a7e0d3790ce9554ac15d9d8de50aba0535b306b4
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Oct 18 21:27:53 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Oct 18 21:27:53 2016 +0200
Bump version: 8.21.1 → 8.22.0
commit 83db17e9fb886139585f4dd43652c1573788f73b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Oct 18 19:02:13 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Oct 18 19:02:13 2016 +0200
Revert "pycparser 2.15 does not play well with xattr"
This reverts commit 428436988d1db1017adfb6e92dbc3235d54e06b3.
commit de80a1f9b7f13d00de6fb95ee927d472c4d8d703
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Oct 18 17:47:18 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Oct 18 17:47:18 2016 +0200
Only resize disk format if required
Only resize the disk format if the raw disk has been changed
If the size of the raw disk is the same as the requested size
just print a message to the user
commit a149abe8c1e2e1baac728cba351dee86d8e614fe
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Oct 18 17:35:11 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Oct 18 17:35:11 2016 +0200
Simplify help call
commit 4d817810386150d650e9b3ddb50302766ddf5a49
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Oct 18 17:28:52 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Oct 18 17:28:52 2016 +0200
Smarter way to calculate bytes from a size unit
commit d85060d73ca82d971282620448b9ff4189790c0a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Oct 18 17:20:00 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Oct 18 17:20:00 2016 +0200
Explicitly bool check for the service name option
From docopt we expect a True/False value for the selected
service name positional parameter. Thus the code should
also make it clear what we expect
commit 714d01e4d58b563a0ff18b0619768e1d0ac325a4
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Oct 18 17:10:03 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Oct 18 17:10:03 2016 +0200
Use format method instead of printf like style
commit 136b4efa442e044f32610879de707d41b2a41295
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Oct 18 17:01:58 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Oct 18 17:01:58 2016 +0200
Update resize_raw_disk method
Do not resize the disk if an attempt to resize to the same
size was made. Do not fail in this situation but indicate
via a bool return value if an action has happened(True)
or not(False)
commit 3493b21e34d21c940faa9e0fc1e867688ecae96d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Oct 18 16:50:32 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Oct 18 16:50:32 2016 +0200
Use latest version of pip for tox setup
commit 625a515234c143a501fe363be8147f08bc6c2743
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Oct 18 16:23:18 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Oct 18 16:23:18 2016 +0200
Revert "Fixup travis setup"
This reverts commit ee9e633d78833d02a535e6f4d2ce775425082872.
commit ce770cb884367a38d3dd2d517ac1ed54847810e8
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Oct 18 16:23:06 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Oct 18 16:23:06 2016 +0200
Revert "Fixup travis.yml"
This reverts commit 1c80841e8c264ba1957e2ae6b53d2af2929479b0.
commit 1c80841e8c264ba1957e2ae6b53d2af2929479b0
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Oct 18 16:18:44 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Oct 18 16:18:44 2016 +0200
Fixup travis.yml
Make sure python-tox gets installed
commit ee9e633d78833d02a535e6f4d2ce775425082872
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Oct 18 16:14:29 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Oct 18 16:14:29 2016 +0200
Fixup travis setup
No need to install requirements, this is all done by tox
commit 428436988d1db1017adfb6e92dbc3235d54e06b3
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Oct 18 16:02:30 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Oct 18 16:04:07 2016 +0200
pycparser 2.15 does not play well with xattr
Use pycparser 2.14 in setup.py and virtual env requirements
commit 70eeec4a9a8e2dc2a06113e6cfe067fa73175203
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Oct 18 15:28:11 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Oct 18 15:28:11 2016 +0200
Fixed setup.py install target
pip calls the install target but not the build target.
For kiwi's tools this means they need to run the tools
compilation if not already done prior to the installation
of the tools
commit 368a9b1cbb85c92644deee241b90a4552db74c66
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Oct 18 12:13:57 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Oct 18 12:22:01 2016 +0200
Call dracut in system root tree
Change BootImageDracut class to call dracut in the specified
system root directory and not in a self prepared new root environment.
dracut reads scripts and dracut module configurations from the
installed system components, e.g kdump. Therefore calling it
from an isolated runtime environment creates an initrd which is
not matching the system components. Fixes bnc#1005246
commit c9c71f4dc581b8b470cf26d6466ebba5fe7d9fed
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Oct 17 19:26:15 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Oct 18 10:13:41 2016 +0200
Added kiwi image resize command
The image resize command allows to resize a disk image
and its optional disk format to a new disk geometry
commit 0825b250307bb8fe465a3950653229bd6f53de3e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Oct 17 19:18:09 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Oct 18 10:13:41 2016 +0200
Added manual page for image resize command
commit 73f993939c190441e4b320d98ca82e9bd44a7b07
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Oct 17 11:42:33 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Oct 18 10:08:05 2016 +0200
Add raw format to subformat factory
commit de76321da7a507275ff6b2d8d0d5f68a52980ad6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Oct 15 00:04:36 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Oct 18 10:08:05 2016 +0200
Added resize_raw_disk method in DiskFormatBase
Allow to increase the disk geometry of a disk image file
in order to create free space on this disk
commit a0debd086b6cfc5f96aacffaccc85a3223e48e4b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Oct 17 11:27:55 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Oct 17 11:27:55 2016 +0200
Allow ftp:// uri style for package repositories
commit ac867be470730d9fcf58ccc39aacb16773726e3d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Oct 17 11:26:16 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Oct 17 11:26:16 2016 +0200
Add grub2-efi-modules in rhel boot descriptions
This package provides the efi modules which are needed if
a custom efi module is build by kiwi via grub2-mkimage
commit 35ddb8e9d8e6a7a09c75205884f4062f001a6660
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Oct 17 09:11:06 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Oct 17 09:11:06 2016 +0200
Fixup doc string for target_removable attribute
The default behaviour was not explained clear enough
commit 1f85063007b050ad6df54b2043d373cc2bb335d6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Oct 13 16:06:16 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Oct 14 08:31:41 2016 +0200
Handle target_removable in kiwi disk builder
commit aa64d28666ba45e90c71c7496c13fcce8a0c2526
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Oct 13 15:45:51 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Oct 14 08:31:41 2016 +0200
Handle target_removable in kiwi boot code
commit b7e1e293ecca658e9441efc9325c6b46945fded0
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Oct 13 15:41:17 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Oct 14 08:31:41 2016 +0200
Store kiwi_target_removable in profile env
commit b02b565d94f15aef07543d35fdfec5775ce96ae2
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Oct 13 15:14:40 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Oct 14 08:31:23 2016 +0200
Added target_removable attribute
Indicate if the target disk for oem images is deployed to a
removable device e.g a USB stick or not. This only affects
the EFI setup if requested and in the end avoids the creation
of a custom boot menu entry in the firmware of the target
machine on first boot. This is related to bnc#993130
commit 2e183bddb9a7466ba1864dedad736555ecc971fe
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Oct 13 14:18:42 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Oct 13 14:18:42 2016 +0200
Use XML parser to test XML output for info.xml
commit 7ff0eb9e3cee07e34beba1bdeec981980c969dbd
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Oct 13 11:04:56 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Oct 13 11:04:56 2016 +0200
parenthesis in imports only for multi-line imports
commit 5b49d64755a1f177e3071669d11a4e36e927ff5c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Oct 13 10:48:39 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Oct 13 10:48:39 2016 +0200
Delete unused textwrap import
commit 6006a27765f5f8286f8822f770cfabc5ac21612e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Oct 13 10:47:24 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Oct 13 10:47:24 2016 +0200
Move info.xml test data into its own file
commit 22487ba9047d360f6536f5c10352d7728efb6a63
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Oct 13 10:39:58 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Oct 13 10:39:58 2016 +0200
Fixup code smells per review
Only import what is needed, concat strings by a join
commit ba1a962d39d6f525a11b93bf57eb84589c0aef25
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Oct 13 09:59:08 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Oct 13 09:59:08 2016 +0200
Create info.xml file for btrfs snapshot
If the system is installed into a btrfs snapshot a metadata
file called info.xml is created which is used by tools like
snapper. Fixes bnc#1000117
commit 719ed8a8ab4e0543991999f2cb9f649b5598d41c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Oct 12 11:28:58 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Oct 12 11:28:58 2016 +0200
Cleanup use of cache location
commit 69128b969817a4513aeb4ec05fa8c71a1449b32a
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Oct 11 17:29:39 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Oct 11 17:29:39 2016 +0200
Updated hideSplash method
hideSplash method now hides the splash image regardless of an active
console is detected or not.
This commit is port from openSUSE/kiwi#601
commit 874b6a19ac5ae4d13163cfd88d50f56ae04f3b94
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Oct 11 17:26:53 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Oct 11 17:26:53 2016 +0200
Fixing wrong spaces
commit 5b7f4aeb59ecce40608eb2e281940e82da1d6010
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Oct 11 17:13:50 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Oct 11 17:24:47 2016 +0200
Updated fetchFile method
Now it makes sure the splash is hidden before showing any progress
dialog.
This commit is port from openSUSE/kiwi#601
commit a8d45d5f02598c6dc3d11c43e80cecc58cfc8f34
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Oct 11 10:49:38 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Oct 11 10:49:38 2016 +0200
Bump version: 8.21.0 → 8.21.1
commit ef2ff20078885367957d23ea888472dd9fcd8684
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Oct 10 17:30:08 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Oct 10 17:30:08 2016 +0200
Fixup wicked DNS data validation
wicked provides DNS info in DNSSERVERS with a space as
separator and not with a ',' as it was the case in dhcpcd
commit 275190dfcf26a9c336eaf36e32214eb7f796b63f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Oct 10 12:25:57 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Oct 10 12:25:57 2016 +0200
Do not bundle the raw disk if a format is setup
Only bundle the compressed version of the .raw disk image
if no disk format like qcow2, vmdk, etc... is specified.
Fixes #159
commit 2a4c5f8c15c38182bef06b80a32a079ab396f7f6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Oct 10 09:05:32 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Oct 10 09:05:32 2016 +0200
Do not compress disk formats
Stay compatible with the former version of kiwi and do not
compress disk formats like qcow2, vmdk, etc... It also does
not make much sense since the disk formats itself are using
a compression algorithm. Fixes #159
commit bc32ef990a03dbb0f047090881ae9b2dfa254014
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Oct 10 08:47:33 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Oct 10 08:47:33 2016 +0200
Support yum repository priorities
yum normally installs the latest version of a package, regardless of
which repository provides it. The yum-plugin-priorities provides a
method to prefer a package from a repository with a higher priority.
Fixes #153
commit a3cf76cbc5bd89906abc364d4d5efbda14eb22a7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Oct 7 15:52:45 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Oct 7 15:52:45 2016 +0200
Bump version: 8.20.22 → 8.21.0
commit 43114aa9ea0561389899c1c26546f2106b2bfba1
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Oct 7 11:45:15 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Oct 7 11:46:46 2016 +0200
Fix attributes_not_used helper script
The script is used to check which parts of the XML schema
are not used by the new (kiwi v8) version. The information
is helpful to find missing or obsolete attribute handling
in v8 vs. v7
commit 57c0e12d17f35a1a9dfdcf57aece819e57d32b5f
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Oct 6 16:24:46 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu Oct 6 16:24:46 2016 +0200
Modified few code lines to match landscape's quality standards
commit 3f512a3a51a0e05d505b898a20850b84c4993d33
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Oct 6 10:41:26 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Oct 6 10:42:48 2016 +0200
Use tmpfs for write overlay in netboot via nbd/aoe
commit 116a69310a4b00bf17dea735109250714215c58c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Oct 5 13:34:59 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Oct 6 09:30:44 2016 +0200
Add set_property_readonly_root for volume manager
The custom option root_is_readonly_snapshot is evaluated
for the method set_property_readonly_root(). If set and
the root filesystem has been installed into a btrfs snapshot
the filesystem is turned into read-only mode
commit 527fbf6a6041e4dc29ffbdd80a922caa45e92880
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Oct 5 13:18:11 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Oct 6 09:30:44 2016 +0200
Evaluate root_is_readonly_snapshot in disk builder
commit 0b9acfc035a2670fe0f1e3a7c6144d85f0bf8b94
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Oct 5 11:32:42 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Oct 6 09:30:26 2016 +0200
Added btrfs_root_is_readonly_snapshot attribute
The attribute allows to specify if the root filesystem should
be set to read-only if it is created as a btrfs snapshot.
The option only has an effect if a btrfs snapshot is used as
root filesystem. Fixes bnc#1000080
commit 847ad6baa437cf9f2598498643b4948e1a42c71b
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Oct 5 18:44:54 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Oct 5 18:44:54 2016 +0200
Added support for multiple `--add-profile` options
commit b5549e3281aa34e84ef98edd884d383bc6dc1425
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Oct 5 18:27:35 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Oct 5 18:27:35 2016 +0200
Added '--add-profile' option in compat mode
This commit fixes #154. With this, the compatiblity mode accepts
the `--add-profile` option which was present in previous kiwi
versions and that is translated to `--profile` in the current
version.
commit 512135d06b9d4f6f8ee0725dbd6fe359aae232c7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Oct 1 21:18:45 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Oct 1 21:18:45 2016 +0200
Bump version: 8.20.21 → 8.20.22
commit b77a806dd2cdb22926b8ad31fb04f1190eb5f32b
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Sep 30 17:40:34 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Sep 30 17:40:34 2016 +0200
Added test for -udf flag for genisoimage/mkisofs
commit 7b7010482c0717b33e5efbb5eb1cae50f41c0c72
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Sep 30 17:35:41 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Sep 30 17:35:41 2016 +0200
Added forcing UDF filesystem for large images
Included -udf flag to force UDF filesystem usage
commit 6a611b2e911685c714a08a25a2002281d3e602f8
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Sep 30 15:00:22 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Sep 30 15:00:22 2016 +0200
Fixed secure boot setup for iso media
Provide the shim loader and the shim signed grub loader in the
required boot path. Normally this task is done by the shim-install
tool. However, shim-install does not exist on all distributions
and the script does not operate well in CD environments from which
we generate live and/or install media. Thus shim-install is used
if possible at install time of the bootloader because it requires
access to the target block device. In any other case the kiwi
fallback code applies
commit 404b71aedc4e989af10dd6f2030e32beff61dfb2
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Sep 30 12:11:03 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Sep 30 12:11:03 2016 +0200
Added support for mkisofs
genisoimage and mkisofs tools are slightly different so this commit
makes sure all flags are supported in both tools.
commit b828f2185064e2f7ec1f954a8009311ecf9b7c3f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Sep 30 10:26:11 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Sep 30 10:26:11 2016 +0200
Fixed hybrid setup for large ISO images
The isohybrid tool uses fseek() to locate the bootloader files.
That's unfortunately not 64-bit safe. In case of an ISO image
bigger than 4G this leads to 32-bit offset issues. kiwi can
workaround this problem by putting the bootloader files near
the top of the iso image, which is done by a change in the
sortfile of this commit
commit a300a28d005eecf63c5e09a3c4408ef637b75135
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Sep 29 09:53:43 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Sep 29 10:08:51 2016 +0200
Added rpm_excludedocs handling for yum
rpm supports the --excludepath option. However, yum can not be
configured to pass along options to rpm or the python interface
it uses. Thus only a warning about excludedocs not being
supported by kiwi for yum is issued. Fixes #133
commit def6aa32d110d6dce112cd66e3f4c6e4d9619c7a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Sep 29 09:28:49 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Sep 29 09:45:33 2016 +0200
Added rpm_excludedocs handling for apt
Setup the appropriate dpkg options to avoid the installation
of manual pages and package documentation if rpm_excludedocs
is set in the kiwi XML description. Related to #133
commit 10cb369f98813b3bcbe02d8ef2057ef0669fab18
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Sep 27 16:48:37 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Sep 27 16:48:37 2016 +0200
Make sure netboot code populates kiwi_RootPart
For disk based images the file config.partids is written and
imported. However, for netboot stations a disk is optional
and no partids information exists. In order to provide at
least the partition number for the root partition on netboot
stations with a disk, the kiwi_RootPart is exported from
the provided client configuration file. Fixes bnc#1000194
commit f6ed7215adb3b5bf207f0566ee5db860a3c80a38
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Sep 27 16:17:02 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Sep 27 16:17:02 2016 +0200
Bump version: 8.20.20 → 8.20.21
commit bb26fc71b717559286040c80abaa95eb7acc5f8e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Sep 27 15:40:04 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Sep 27 15:40:43 2016 +0200
Call grub2-install as chroot operation
In addition to the chrooted call make sure all volumes from
the volume manager (if used) are mounted at call time
commit 0c8cbf6c1c06e2a6792631d6521db7ecf3d7d141
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Sep 27 14:59:44 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Sep 27 15:40:39 2016 +0200
Fixup grub default module list
The test module is a required module in any case
commit bd57391403874fb3ebec3a7dee4296d66c6abb5a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Sep 27 11:56:26 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Sep 27 11:56:26 2016 +0200
Make sure fstab exists in initrd creation system
commit 1b6bf65beb0c39f1bcb20e6a8f19050b0d762c2c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Sep 27 11:26:27 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Sep 27 11:26:27 2016 +0200
Umount volumes prior to bootloader installation
commit 487fdf2634f823b38b2f2c74efbbdf41626bf04b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Sep 26 19:02:13 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Sep 26 19:02:13 2016 +0200
Bump version: 8.20.19 → 8.20.20
commit 3389a72879d98b5bff6ed464d9db520d68860fa5
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Sep 26 18:45:51 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Sep 26 18:45:51 2016 +0200
Respect setup of devicepersistency for swap part
If a swap boot partition is requested it should be added
to the fstab file according to the device persistency
setup or its uuid default
commit b7722bc6e70db86e49f724719aebad54558456d9
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Sep 26 18:45:08 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Sep 26 18:45:08 2016 +0200
Update schema documentation
commit 5ecdb07d27c4489a39d0399394b376a94589bdc9
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Sep 26 18:34:46 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Sep 26 18:34:46 2016 +0200
Bump version: 8.20.18 → 8.20.19
commit a6621aa14876c2ccceb03536c0bd0ec9abbb1662
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Sep 26 18:24:49 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Sep 26 18:30:14 2016 +0200
Respect setup of devicepersistency for boot part
If an extra boot partition is requested it should be added
to the fstab file according to the device persistency setup
or the default uuid persistency type
commit 6cabd4f0306c98268e6c3c5f307a4e5ae409f016
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Sep 26 17:03:22 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Sep 26 17:03:22 2016 +0200
Only sync .mod grub2 module files
When syncing the grub2 modules to the boot directory only the
.mod version of the module needs to be present
commit 72341dbfb024413a2c0deb194780d73a388be988
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Sep 26 16:53:11 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Sep 26 16:53:11 2016 +0200
Mount boot volumes on grub install
If there are volumes below /boot they need to be mounted before
grub2-install / shim-install is called in order to make sure all
data is available in the volume
commit 3b0df45e9ae1910532c9f9c969106a31161596c4
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Sep 23 22:36:23 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Sep 23 22:36:23 2016 +0200
Bump version: 8.20.17 → 8.20.18
commit ef54157d395c9e4e18f542fc2c3d3419c13eb7fe
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Sep 23 22:13:00 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Sep 23 22:13:00 2016 +0200
Make sure boot image dump is cleaned up
commit 7cee5f9d41081986aa04bcd8eb27a29b6697776d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Sep 23 21:46:39 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Sep 23 21:46:39 2016 +0200
Refactor DiskBuilder class
The DiskBuilder class is able to build a disk its corresponding
format and the installation image to install this disk by using
the InstallImageBuilder. However all three tasks were handled
in a row which lead to the problem that resources like active
mount processes were still open when e.g the disk format is
created. The race conditions produced here lead to an undefined
state of the resulting disk format and/or install image. In
order to avoid this the DiskBuilder class has been refactored
in a way that each tasks is an atomic operation which is
freeing its resources after success
commit 1ad67764550cf09b13b529cdebac18d2ad95349b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Sep 22 17:06:16 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Sep 22 17:06:16 2016 +0200
Delete root, boot, efi fstab setup from kiwi boot
The kiwi boot code was responsible for setting up the contents
of the fstab file on first boot. However the build process now
provides an fstab with the generic label or uuid based fstab
entries which allows to remove that part from the kiwi boot
code
commit dc96cb479a5aaaea156e52f5a0b52eac568660c3
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Sep 22 15:19:29 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Sep 22 16:41:16 2016 +0200
Add root, boot and efi partitions to fstab
Make sure the above partitions are added to the generic fstab
with their label or uuid at build time
commit 3ddc4326c8f662fd65482b7688e2e7e8d0b2c766
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Sep 22 15:18:42 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Sep 22 15:18:42 2016 +0200
Added BlockID class
Class to provide support for retrieving block device metadata
commit d0a473cacfaa019f63a68145b60ffc6b3a407a84
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Sep 22 15:00:11 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Sep 22 15:00:11 2016 +0200
Use BlockID class for block operations
commit f525baad31e403ad937370ccfca79216ca4368c2
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Sep 22 13:33:11 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Sep 22 13:45:26 2016 +0200
Fixed fstab entries for btrfs subvolumes
mount options must be part of the subvol information which
itself is also a mount option
commit e608e2f62a477aa381eabd755105f1fe7ab22ed5
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Sep 22 10:38:02 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu Sep 22 10:38:02 2016 +0200
Corrected DEVICE_TIMEOUT variable validation
Now it uses regex in order to validate the variable is an integer
commit 59d262bdf240c3b3693ab5f67cb1a15d475044fb
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Sep 21 19:20:51 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Sep 21 19:20:51 2016 +0200
Bump version: 8.20.16 → 8.20.17
commit 01b5f256fbf2924660bb287fb4695c72a503702d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Sep 21 19:09:23 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Sep 21 19:15:52 2016 +0200
Normalize mount path in get_fstab for lvm volumes
commit 14b94a0bb9a14e8d3fb5e519cf5ed6125bcc3f24
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Sep 21 19:03:47 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Sep 21 19:03:47 2016 +0200
Fixed get_fstab parameter order for lvm
commit 4e03170b39dd5e8f3bda132f0419fa8251ec6479
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Sep 21 18:03:10 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Sep 21 18:03:10 2016 +0200
Bump version: 8.20.15 → 8.20.16
commit 9a1e284b0fbb30b03cd75a3f14c06f8dd67e34cb
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Sep 21 17:09:26 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Sep 21 17:09:26 2016 +0200
Delete fstab setup for volumes from kiwi boot code
For persistent devices like LVM volumes or btrfs sub volumes
the fstab setup can be done at build time. Fixes #142
commit f6eb260d8ed93f93e0e57beb4c8b91da94f9bc7e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Sep 21 12:00:11 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Sep 21 17:07:56 2016 +0200
Implement get_fstab for btrfs volume management
commit a9f551f2607061fe661aae1141430704a4839cad
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Sep 21 11:57:59 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Sep 21 17:07:55 2016 +0200
Fixed btrfs mount_volumes if root is snapshot
The provided subvolume name contained the snapshot path which
is invalid. In addition nested volumes e.g /var/cache were
reduced to /cache which is wrong
commit 09a1b7df949805951de09f448bc3e5f7ac6cb217
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Sep 21 10:19:50 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Sep 21 17:07:55 2016 +0200
Cleanup unit test
Use only one instance of context manager for all tests
commit f938bf8a839ba7e5dd341398024c29037b8b3af3
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Sep 20 21:29:46 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Sep 21 17:07:55 2016 +0200
Create fstab entries for persistent devices
Instead of creating the fstab at boot time, those entries which
are generic and not depending on an unknown device name can be
created as part of the image building process.
commit e3a43cde66af36a8bc1218074385a116d4ce98a0
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Sep 21 12:51:04 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Sep 21 12:51:04 2016 +0200
Custom device timeout variable added
This commit patches the issue bnc#992992. Now DEVICE_TIMEOUT
variable can be used in order to set the device waiting timeout
in watForStorageDevice function. Must be a numeric value expressed
in seconds.
commit 08af7bde6a2684306c82bb5af60f472f66f01030
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Sep 20 21:29:11 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Sep 21 12:11:55 2016 +0200
Implement get_fstab for LVM volume management
commit cdf9e47d3ac49c094f28a7ef4a46ee720041671e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Sep 20 21:28:25 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Sep 20 21:28:25 2016 +0200
Added get_fstab to volume manager interface
The volume manager interface should allow to provide
fstab entries for the volumes it manages
commit c7c1d3867bf66924bc84aea7868348c9488bd154
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Sep 20 17:05:37 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Sep 20 17:05:37 2016 +0200
Bump version: 8.20.14 → 8.20.15
commit 55c415214b103a28db5fcf9adec71f515eca2b80
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Sep 20 16:51:32 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Sep 20 16:51:32 2016 +0200
Fixed evaluation of Dialog return value
The return code from the Dialog boot code was evaluated after
other shell code was executed. Thus the return code from the
call in question was lost and misinterpreted
commit fa3eba6cf5cb938302ab9738c390898da5b8f1bc
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Sep 20 16:17:50 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Sep 20 16:35:25 2016 +0200
Make sure volumes are mounted prior to install
commit f809321660985112a2fb712d44296058a5d22b45
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Sep 20 16:17:04 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Sep 20 16:17:04 2016 +0200
Fixup invalid character in bash source
commit a22c1b50bf3ce631189cb20b996aa81f946e8683
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Sep 20 15:09:01 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Sep 20 15:09:01 2016 +0200
Bump version: 8.20.13 → 8.20.14
commit bc80dea8c5c5bf9d3e60f9190ff33c5ba57775ec
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Sep 19 17:41:19 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Sep 19 17:41:19 2016 +0200
Fixup chroot adaption for caller environment
The ZYPP_CONF path is provided as part of the caller environment
and not as a zypper caller parameter. However the path adaptions
when calls happens chrooted was only done for the commandline
arguments but not for the command environment. This patch also
adapts the environment, related to Issue #133
commit 7a8525acdd6d8020745b9c779a98af40e0002275
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Sep 19 10:48:19 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Sep 19 10:48:19 2016 +0200
Make ifplugstatus available in boot images
Added ifplugd to kiwi oem|netboot images for leap and tumbleweed
commit 5345dea81aeb24887a7f127aabcb604d024f84de
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Sep 19 10:42:22 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Sep 19 10:42:22 2016 +0200
Prefer ifplugstatus for link up check
Use ifplugstatus if present to check if the network link
is up. Fallback is the old ip based method
commit 0377b8fe020f171515da6ccc3c8838f73d129faf
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Sep 16 11:21:25 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Sep 16 11:21:25 2016 +0200
Fixup theme setup in grub2 config template
Only set the theme if the .txt file describing it exists
commit 905f49afc1e7a409987578252da177a2a188172d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Sep 15 17:34:05 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Sep 15 17:34:05 2016 +0200
Fixup yum group install
yum groups can contain spaces, thus quoting is required
Fixes #138
commit c73a71e206d923db0cd8750511df0f84dae3fa6c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Sep 15 14:16:22 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Sep 15 14:16:22 2016 +0200
Bump version: 8.20.12 → 8.20.13
commit 982d11e336a9dc23457d6c08cbe4d127682a5dea
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Sep 15 10:55:07 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Sep 15 10:55:07 2016 +0200
Follow up fix for setupNetworkWicked
IP address information from wicked is imported twice.
However the plain IPv4 address validation happened only
on the first import. Fixes bnc#992989
commit ffbfaf772d4c4bf4cd7fbcd3c94983e584de96d7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Sep 13 12:01:30 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Sep 13 12:01:30 2016 +0200
Fixed pxe install archive md5 file
The md5 sum must be created from the uncompressed version
of the disk image
commit 31844bffd8f1db02332cf2cf8923b8c51edcc14a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Sep 13 10:53:52 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Sep 13 11:14:29 2016 +0200
Added missing trigger file for oem pxe install
The config.vmxsystem trigger file was missing in the oem
install initrd used when deploying a disk image over pxe
commit cd407dedec613a1664a41133d8eeccfdebd3b9b1
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Sep 12 16:47:05 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Sep 12 16:47:05 2016 +0200
Bump version: 8.20.11 → 8.20.12
commit 7dfa9ee007f057ecf2dfe67779965cfc54025fff
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Sep 12 16:24:08 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Sep 12 16:31:48 2016 +0200
Integrate schema documentation into doc process
The schema documentation is auto generated via the schema_parser
helper tool. The tox doc target now also generates schema docs
Fixes #53
commit 2f7a957b7a0e19fb31014101d74cb382b417ce28
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Sep 12 16:18:57 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Sep 12 16:31:48 2016 +0200
Schema docs generation helper
A simple script to parse the RelaxNG schema that grabs relevant
information in order to produce autogenerated documentation from
the schema inline comments.
commit f021b16fffc107463802368a84035fd66ba1e2db
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Sep 12 15:58:13 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Sep 12 15:58:13 2016 +0200
Added handling for rpm-excludedocs for zypper
In zypper zypp.conf can be setup to prevent the installation
of %doc marked items from rpm packages. The <rpm-excludedocs>
section in the kiwi XML description is used to provide this
functionality. So far this feature is only implemented for
zypper. References #133
commit c6e80a13c95a7f61b0df7334204d2ef0d19a5cbd
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Sep 11 22:20:17 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Sep 11 22:20:17 2016 +0200
Make sure EFI modules are provided in uefi mode
For EFI secure boot (uefi) the grub2 efi modules were not
copied to the target directory. shim-install normally does
that by invoking grub2-install. However shim-install does
not allow to call grub2-install with the required parameters
as needed for loop (image) based targets. Thus kiwi calls
shim-install but skips grub2-install and takes care to
provide the needed EFI modules.
commit 82bea9ec70bd2f0d0b30389f7334069bab86be01
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Sep 11 21:19:36 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Sep 11 21:22:11 2016 +0200
Revert WaitForStorageDevice patch
The logic to setup a wait timeout by asking a device property
from a device which does not yet exist raises a chicken and egg
problem
commit c27c98f4942bfd2d4b498ee1b38b863e220c5426
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Sep 11 21:07:44 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Sep 11 21:07:44 2016 +0200
Fixed message typo (bnc#996255)
commit aa4eb0642605a20b8bf5f7fc45b4ebc491df6a30
Author: Thomas Bechtold <tbechtold@suse.com>
AuthorDate: Wed Sep 7 17:49:23 2016 +0200
Commit: Thomas Bechtold <tbechtold@suse.com>
CommitDate: Wed Sep 7 17:49:23 2016 +0200
travis: Update pypi password
Next try to get the automatic deployment on pypi fixed.
commit 232716fc1b5fd225aa3c2febcfe59b782a8491a9
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Aug 25 16:05:57 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Aug 25 16:05:57 2016 +0200
Move to tar.gz as sdist target
PyPI is planning to support only .tar.gz in the near future.
See https://www.python.org/dev/peps/pep-0527. This Fixes #132
commit a5a9fe3c8ed1fa25c28ae349f7a2c5821465f535
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Aug 25 15:39:24 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Aug 25 15:44:54 2016 +0200
Activate partition using parted instead of sfdisk
sfdisk changes their caller semantics incompatible. Therefore
we move to a tool which is still stable in the caller options
Fixes #129
commit a4a114a1fbdc445c477a924b1342515f890244ab
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Aug 25 14:27:48 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Aug 25 14:27:48 2016 +0200
Update baseStripRPM
Method is a noop and only exists for compatibility
kiwi handles the deletion of packages in the core
builder code
commit 85e3eceee0c89e57a96cd9b53c514a44a388bbb2
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Aug 25 14:09:39 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Aug 25 14:09:39 2016 +0200
Bump version: 8.20.10 → 8.20.11
commit 7021b1147e7912b95b395b766c92026186ec74c1
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Aug 25 14:08:35 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Aug 25 14:08:35 2016 +0200
Revert "Update doc string for kiwi_compat.py"
docopt strings are not allowed to be interrupted by a newline
This reverts commit b1b92ed830820530bfd7bdc5256525f3dfc01a4a.
commit 97c83c7e0d0804a3f133036f3169ccd0b7c2a9c6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Aug 25 12:43:43 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Aug 25 12:43:43 2016 +0200
Bump version: 8.20.9 → 8.20.10
commit d9d41ae154d02157035568352f3660530820d76c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Aug 25 12:32:33 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Aug 25 12:40:12 2016 +0200
Use os.linesep
Python's os module provides a portable version for the line
separator which should be used whenever possible. Fixes #130
commit 01473bf28392569301825c827f7a8bf434375bb4
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Aug 25 12:25:34 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Aug 25 12:25:34 2016 +0200
Bump version: 8.20.8 → 8.20.9
commit 14f47f22522118c410b695722813d4c2da43019f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Aug 25 12:24:07 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Aug 25 12:24:07 2016 +0200
Fixed custom entries in vmdk machine config
Each custom entry must be written in a separate line
commit a1cd4a4a106caa593d1081582c372ab9fbca2cf7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Aug 24 17:04:15 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Aug 24 17:04:15 2016 +0200
Update API documentation
Recall sphinx-apidoc and update the generated result markup
commit b1b92ed830820530bfd7bdc5256525f3dfc01a4a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Aug 24 16:56:05 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Aug 24 16:58:06 2016 +0200
Update doc string for kiwi_compat.py
Make sphinx happy
commit 360b7943c3a999e0bac507dbe36b2492eb246496
Author: Thomas Bechtold <tbechtold@suse.com>
AuthorDate: Wed Aug 24 11:40:50 2016 +0200
Commit: Thomas Bechtold <tbechtold@suse.com>
CommitDate: Wed Aug 24 11:40:50 2016 +0200
travis: Update pypi password
Next try to get the automatic deployment on pypi fixed.
commit a30664a2afc7956b49e2d8c7667b6e0243d5bffb
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Aug 24 11:08:02 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Aug 24 11:08:02 2016 +0200
Bump version: 8.20.7 → 8.20.8
commit 948051817856f5e450e19fa6cc89d8540456e2cb
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Aug 23 16:38:19 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Aug 23 16:38:19 2016 +0200
Fixup get_build_type_vmconfig_entries
Make sure we can rely on a list return even if no
machine section exists at all.
commit 9ee697f87ab7f16ebd39b0c91d27f108df9f7716
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Aug 23 12:03:18 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Aug 23 12:03:18 2016 +0200
Add evaluation of machine's vmconfig_entry
As part of the machine section it is possible to setup a custom
entry which is stored in the machine configuration file. The
evaluation of such an entry for the vmdk (.vmx) config file
was still missing. This Fixes #122
commit 03096253c5a760648cf117919e4daab1a754ae27
Author: Thomas Bechtold <tbechtold@suse.com>
AuthorDate: Tue Aug 23 08:06:11 2016 +0200
Commit: Thomas Bechtold <tbechtold@suse.com>
CommitDate: Tue Aug 23 08:06:11 2016 +0200
travis: Next try to fix automatic pypi deployment
Also the travis command which added the pypi deployment part formatted
the yaml file.
commit b88dfe563ecfbb604b5777cb9bdde5e3486ad9ab
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Aug 22 20:42:21 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Aug 22 20:42:21 2016 +0200
Fixed bootloader configuration
custom kernel parameters should be added to
GRUB_CMDLINE_LINUX and not GRUB_CMDLINE_LINUX_DEFAULT
Fixes bnc#994910
commit 139a95bf1e99224f9edfa248a5e9c66b35803e13
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Aug 19 17:34:16 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Aug 19 17:34:16 2016 +0200
Use str.format for int to string convertion
commit 330291bf9a3d519e35b3109b030c00f1d91e6a1b
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Aug 19 17:16:42 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Aug 19 17:16:42 2016 +0200
Setup tests corrected #124
commit 830a44e5bcc9ed22950b47dfa511bed38fb4d93b
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Aug 19 17:02:07 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Aug 19 17:02:07 2016 +0200
Fixes #124
commit a63481826a934d85a1f71d3a68670512ca92746f
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Aug 19 14:53:07 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Aug 19 14:53:07 2016 +0200
Rearranged waitForStorageDevice code comments
commit 874778eeb6203698de637c70e64f218a8bf99f25
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Aug 19 11:33:16 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Aug 19 11:33:16 2016 +0200
Added a case statement for transport types
commit d62d9db9c0a6d445426b556b0e1424da597a711e
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Aug 19 09:20:22 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Aug 19 09:20:22 2016 +0200
Removed some backquotes in favour of $()
commit 2541f8599c40de932a3b5f0e8729d47f5c4845f5
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Aug 18 15:34:54 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Aug 18 15:34:54 2016 +0200
Bump version: 8.20.6 → 8.20.7
commit d4d711f9e344cd376f9d8dc97b901e6d8fb8de62
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Aug 18 15:30:04 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Aug 18 15:34:37 2016 +0200
Make repository an optional element
So far one repository was mandatory in the XML description.
However, this is not required because all repositories can
be specified on the commandline
commit 1f77fa2b311b1e55a171ae7df685802edf82ac59
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Aug 18 15:16:41 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu Aug 18 15:16:41 2016 +0200
Added quotes to protect against spaces
commit 8be67ad6aad85e7c1ee7bd7c3606c434a64a2b4f
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Aug 18 15:07:48 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu Aug 18 15:07:48 2016 +0200
Added getDeviceTransportType method
The method gets the transport type of the given device.
WaitForStorageDevice reacts according to the transport type
by having a shorter timeout in case the device is a usb.
commit 0112e5acce799052089bccd690030c9d23b122a8
Author: David Cassany <dcassany@suse.com>
AuthorDate: Thu Aug 18 14:00:53 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Thu Aug 18 14:00:53 2016 +0200
WaitForStorageDevice patch
The function has been modified in order to distinguish a shorter
timeout if the device is a usb.
commit 40547b4524cb628f8eba77e0b552597ad2a6a112
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Aug 17 16:47:20 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Aug 17 16:47:20 2016 +0200
Bump version: 8.20.5 → 8.20.6
commit b72f2ed39b8c8d050152ccb012d418d87994e9f7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Aug 17 16:44:37 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Aug 17 16:44:37 2016 +0200
Update compat options for create step
The --ignore-repos, --set-repo and --add-repo options are allowed to
be specified for compatibility reasons if --create is specified in
the compat commandline. However, they are not used in the next
generation kiwi create step because the repo information is persistently
stored after the prepare step has finished, which is not the case for
the legacy kiwi version
commit 07f15f35d521c78cc045eca2ed8473933d6c9b31
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Aug 17 16:38:34 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Aug 17 16:38:34 2016 +0200
Support --ignore-repos in compat mode
commit 08bbe74abcb61bafbca11a8a7ca4dfe106bc95d1
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Aug 17 16:26:35 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Aug 17 16:26:35 2016 +0200
Added --ignore-repos for build and prepare tasks
The option allows to ignore all repos configured in the
XML description. This allows to specify a complete set
of repositories via the commandline
commit aa9c5420247e63e1e6a7c768080b5d00ae49ca29
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Aug 16 10:59:11 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Aug 16 10:59:11 2016 +0200
Bump version: 8.20.4 → 8.20.5
commit 630f26e35050b57fd8052da7eb15830bd83e7a91
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Aug 16 10:22:09 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Aug 16 10:58:43 2016 +0200
Preserve timestamp on grub2-install copy
In order to workaround the bug in shim-install which
unnecessarily calls grub2-install we replace the binary
by a noop before calling shim-install. However all file
attributes of the grub2-install binary, timestamp, modes,
etc should stay untouched (bnc#993825)
commit 93b87863640b64b2ff2a25beedd89ac601dfa437
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Aug 15 11:41:37 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Aug 15 11:41:37 2016 +0200
Update documentation
Move information about legacy kiwi in its own chapter
commit d83931a67ecbd2e04b69ded8b350c286deb8360e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Aug 12 23:16:01 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Aug 12 23:16:01 2016 +0200
Bump version: 8.20.3 → 8.20.4
commit 846103ec82c38525376288916a94f9822cdccf7a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Aug 12 23:11:03 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Aug 12 23:11:03 2016 +0200
Update documentation
Prevent to use non public url references
commit 15506b1ec7043276d9568a66a1cc32f6d25c5c01
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Aug 12 23:01:10 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Aug 12 23:01:10 2016 +0200
Bump version: 8.20.2 → 8.20.3
commit 161d9bbb2e550562eaa5fc4d941f9e2770abc4f3
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Aug 12 22:59:56 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Aug 12 22:59:56 2016 +0200
Fixup vmdk header update
due to the wrong file open mode the result image was
truncated on update of the vm tools version
commit b11fd0bc522309dc66fa02a416083f2f05f23833
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Aug 12 12:23:47 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Aug 12 12:23:47 2016 +0200
Bump version: 8.20.1 → 8.20.2
commit a736d15e978945520f09036463689f5eb269d9c4
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Aug 12 12:22:59 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Aug 12 12:22:59 2016 +0200
Update documentation
delete broken links to online ssh key blogs
commit 2d6b77ee6fafed3fe1fcc765b20aba2413cdc641
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Aug 12 12:14:55 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Aug 12 12:14:55 2016 +0200
Bump version: 8.20.0 → 8.20.1
commit 8dfe33ed00b1bf1f99ed723ad7fb3ac93686ab9c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Aug 12 12:11:05 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Aug 12 12:11:55 2016 +0200
Binary opened file should receive bytes
Avoids TypeError: 'str' does not support the buffer interface
for the vmdk header update
commit 287f5d76e8aec39dedd45a8b1d239e73ab6d7c9b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Aug 11 16:15:44 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Aug 11 16:15:44 2016 +0200
Fixed setupNetworkWicked
IP address information from wicked dhcp reply consists out of
two parts but we are only interested in the plain IPv4 address
information at this point. Fixes bnc#992989
commit 40d04773941d26faafafadfea244dd065b7ac528
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Aug 11 16:06:42 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Aug 11 16:07:40 2016 +0200
Make sure DHCPCHADDR is upercase
Fixes bnc#992988
commit 8b150f9f44abb8e34012065a4d559588ce64a6a3
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Aug 11 10:56:03 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Aug 11 10:58:34 2016 +0200
Delete obsolete <except> section
The <except> section was formerly used as part of the <split>
section. kiwi no longer supports static split images in favour
of overlay systems based on e.g overlayfs. Fixes #120
commit 2fd177bd274030876ff0f3842a9399727b5e2dbc
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Aug 11 10:43:54 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Aug 11 10:43:54 2016 +0200
Better logging if Path.which doesn't find the file
commit 93fae352ab2757dab2b562684f0f98da54bfe3fe
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Aug 10 21:38:20 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Aug 10 21:38:20 2016 +0200
Added docstring for KiwiDescriptionConflict
commit f1e7984a82e747f37f1e6deff18d2fbbde4ff11f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Aug 10 21:25:04 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Aug 10 21:25:04 2016 +0200
Fixup Command.run if called with raise_on_error set to False
commit 2f7294e25de390622ecfc163003b1bdaac63de3e
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Aug 10 18:21:37 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Aug 10 18:21:37 2016 +0200
indentation fix
commit 33222a0cc34d34782d385bb37608ddb4df8e674e
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Aug 10 16:41:41 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Aug 10 16:41:41 2016 +0200
Updated logging message
Updated logging formating in a way that landscape does not complain
commit 0c4256e719b2c1201b9e4ae1c36f55aa2cf1c8e8
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Aug 10 16:38:33 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Aug 10 16:38:33 2016 +0200
Updated Command to use Path.which
Command.run and Command.call now make use of Path.which in order
to test if the command is available or not. Also Path.which has
been extended in order to support custom environments and to be
able to test file permissions (read. write, execute)
commit 9c5857deb5d54568b07704943482ee84b05675a2
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Aug 9 18:50:44 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Aug 9 18:50:44 2016 +0200
protect systemd-detect-virt
Protect systemd-detect-virt from being deleted in the kiwi initrd
commit 0fdd209e731201db6ea281d8cd48dbee964711ea
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Aug 5 18:38:27 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Aug 5 18:38:27 2016 +0200
Command validation
This commit includes a validation in Command.run and Command.call
in order to verify the existance of the command before running it.
It case it is not found in the specified environment it raises a
KiwiCommandNotFound Exception.
commit d8df88f23a45198965d36a1007cbf0b71b744578
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Aug 5 09:29:11 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Aug 5 09:29:11 2016 +0200
Detailed schema validation report
This commit adds the execution of a jing process if the validation
fails, that way the user has more information about what is
actually failing during the validation process. If jing command
is not found, it just produces an info message to warn the user
and kiwi finalizes as expected.
commit 51b027b768d880a7452770d3c2b88b4ab8514601
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Aug 4 11:56:14 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Aug 4 11:56:14 2016 +0200
Workaround Fix for pypi travis deployment
Use all_branches: true, as we do only tag with bumpversion for
a release this workaround works for us. For reference see
https://github.com/travis-ci/travis-ci/issues/1675
commit 6a034e1517036f6529bdc6f201a853fd9f11f2b2
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Aug 3 18:40:14 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Aug 3 18:40:14 2016 +0200
Bump version: 8.19.6 → 8.20.0
commit d11c017bb34aa83cd23e9d9172d861fa417b2f62
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Aug 3 16:19:56 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Aug 3 16:19:56 2016 +0200
Fixed suseSetupProduct
Avoid shell complaining about binary operator
commit a7c663b8e7e00160a25d9b62045ea3e428f132a4
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Aug 3 15:57:22 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Aug 3 15:57:22 2016 +0200
Fixed baseUpdateSysConfig
Check if referenced config file exists
commit b07a2d94082a717bf0a810c0d38ffe047671798b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Aug 3 15:37:02 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Aug 3 15:40:47 2016 +0200
Delete obsolete use of SuSEconfig
SuSEconfig was a tool long time ago and does not exist anymore
commit c1f541036a95107eca7c072d55979e3b623358be
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Aug 3 15:27:27 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Aug 3 15:27:27 2016 +0200
Delete obsolete sysV init boot code
Traces of chkconfig, inittab, etc/init.d are gone now
commit 4023c41a02b4606209b743cead54e8e5a19cbf77
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Aug 3 15:14:56 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Aug 3 15:14:56 2016 +0200
Fixed suseSetupProduct
Fixed shell variable evaluation syntax
commit 3bb4a92ec18c918cc8052fdf5c72c5afce356640
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Aug 3 12:59:47 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Aug 3 12:59:47 2016 +0200
Less complex user, group traversal
commit 4d3d3c817feae2ba19deffe6db99b139709e521f
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Aug 3 09:41:24 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Aug 3 09:41:24 2016 +0200
Simplified example config file
commit d659e8a46c945e221c4bd5f252088548693ea0ed
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Aug 3 09:25:32 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Aug 3 09:25:32 2016 +0200
Updated get_users and get_user_groups methods
Get_users method has been updated in order to be able to append the
groups attribute when a user is defined in multiple <users> sections in
the description file. Appart from groups, all other user attributes
are ignored if the user was already processed when parsing the description
file.
Get_users_groups method has been also updated so it returns a list of
groups with unique values, keeping the description file order.
commit b1a16d035732d9c834ad7b25885236b7bc39c579
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Aug 2 17:20:50 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Aug 2 17:20:50 2016 +0200
Updated xml_state
The changes here modify the method get_users in xml_state in order
to provide a simple list of users instead of nested lists. Also a new
method to get the groups for a given user has been included in
xml_state. This is done in order to slim down and facilitate the
code in kiwi/system/setup.py. This way users and groups can be handled
in more natural way.
commit 0ea630b6584b8418f0b76aa9a2b79c345d9f6aa4
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Aug 1 11:15:52 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Aug 1 11:15:52 2016 +0200
Rebuild RNG schema and parser for 6.4
commit d56122441db049126b26519299933a2d4e4b70a5
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Aug 1 11:03:56 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Aug 1 11:03:56 2016 +0200
Auto validate XML descriptions for schema 6.4
commit a2597b0ef880a33885d458db1d87b8cd90c18405
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Aug 1 11:00:30 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Aug 1 11:00:30 2016 +0200
Added schema conversion convert63to64.xsl
commit 38bf221dba86f6a72ebd148ba76ac2bb2fa1aa6e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Aug 1 11:00:07 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Aug 1 11:00:07 2016 +0200
Bump kiwi schema version 6.3 -> 6.4
commit 0d0d92df62fb43e0b230c0b27a92bd00389a771b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Aug 1 10:39:38 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Aug 1 10:39:38 2016 +0200
Fixed 6.2 to 6.3 XSL conversion
Deletion of attributes of the same section must be
handled in one iteration
commit c0bcce34048e597712cf20ec056f1497f4931393
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Jul 27 12:26:50 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Jul 27 12:26:50 2016 +0200
Updated the user schema layout
Now each user item may or may not have a groups attribute. The
groups attribute is a comma separated list of group names. If
present the first group name will be the login or primary group,
if not present, the underlying toolchain will assign the default
login group for that user.
commit 25baf73b11ace8497cded261a9db921d4fa637d4
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Jul 26 18:04:11 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Jul 26 18:04:11 2016 +0200
New generated schema and parser
commit 2d361b9f79af22a365a23bab6734514390785a85
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Jul 26 17:59:25 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Jul 26 17:59:25 2016 +0200
Some corrections needed after rebuilding schema and parser
commit 5078655eb6e0a8343b69bb3ce5f79be1eea85673
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jul 26 17:01:38 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jul 26 17:09:13 2016 +0200
Update true/false handling of text nodes
The latest version of generateDS handles <section>true|false</section>
text values in a way that it returns a boolean python type instead
of the text string. With this change the kiwi code has to be adapted
at the level of writing the shell profile which needs the string
value of boolean information
commit c324779bdece57fd7b81be5ee36c3688bfced3b3
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jul 26 16:58:27 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jul 26 16:58:27 2016 +0200
Regenerate data structures
Regenerate xml_parse with latest version of generateDS.
The call works in the python2.7 tox virtual environment
as part of the following make target:
$ make kiwi/schema/kiwi.rng
commit c4255e4aa7fc67c61c32e79331bbb67657d7fee3
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jul 26 16:56:36 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jul 26 16:56:36 2016 +0200
Switch to latest version of generateDS
Data Structures are auto generated from the XML schema.
So far the development environment has requested an older
version of generateDS which will go out of service soon
commit 2871ca8150a5d68aa33415b03b4ecb16e4c47e76
Author: David Cassany <dcassany@suse.com>
AuthorDate: Tue Jul 26 16:22:33 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Tue Jul 26 16:22:33 2016 +0200
fixing user schema layout
commit 4a5669ffee83ebd272a423f25018f294c44cc92e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jul 26 13:47:05 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jul 26 13:47:05 2016 +0200
Fixed typo in boot headers OpenSuSE vs. openSUSE
commit 6924b24111ce219d6a2f0af2210589406793f618
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jul 26 13:41:32 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jul 26 13:41:32 2016 +0200
Fixed typo in translation OpenSUSE vs. openSUSE
commit a7c47fa4e873fa416890c3b0158989079000a206
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jul 25 17:52:21 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jul 25 17:58:07 2016 +0200
Make sure awk is available in oemboot
commit 20b02bf683fb6034e1823e5c3318824f243b4dc7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jul 25 10:52:20 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jul 25 10:52:20 2016 +0200
Explain why bytes type is redefined
In python2 bytes is string which is different from the bytes
type in python3. The bytes type from the builtins generalizes
this type to be bytes always. However the redefinition of the
bytes type is marked as Smell in landscape. Thus the code
should at least inform why this is done
commit 22c2227e280dfa4160aa5f66dbafd208a20be116
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jul 25 10:43:23 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jul 25 10:43:23 2016 +0200
Use six.Iterator instead of global object builtin
The use of six.Iterator as base class for the CommandIterator
seems more clear and explicit compared to the global object
type overwritten by the builtins import. Fixes Smell reported
by landscape
commit 56a8c58da94257a2731e84af0d65efab4b91a167
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Jul 22 17:34:03 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Jul 22 17:34:03 2016 +0200
Added kiwi/archive/tar class description
commit 6a93cb83c4a2eb86b9e16a7b1317a271a1950b33
Author: David Cassany <dcassany@suse.com>
AuthorDate: Fri Jul 22 17:11:52 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Fri Jul 22 17:11:52 2016 +0200
extending kiwi/archive/tar
commit 561ddb35616ed05c0ff99de344bd9381ff10e368
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jul 21 15:22:50 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jul 21 15:32:52 2016 +0200
Fixing gce format build
The patch is two fold, first it fixes the name of the raw disk
when it is copied as disk.raw. Second it fixes the content list
of the tarball to be dynamicly build instead of a static allocation.
Reason for this change is that the list of files depends on the
XML description whether or not a gce disk tag is configured.
Fixes #113
commit da02688ef2134e5ee4d4d275c68acfb5d3729ef3
Author: David Cassany <dcassany@suse.com>
AuthorDate: Wed Jul 20 17:51:37 2016 +0200
Commit: David Cassany <dcassany@suse.com>
CommitDate: Wed Jul 20 17:51:37 2016 +0200
Fixes #111: Included support for vdi format
commit 92d7109572fa30ef56e757c82c496d4891a8b492
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jul 18 12:32:47 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jul 18 12:32:47 2016 +0200
Bump version: 8.19.5 → 8.19.6
commit 62b21ce449d76a8bae4f1393d4f401fd414e4add
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jul 18 12:12:30 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jul 18 12:12:30 2016 +0200
Fixed changelog generator
commit db720df2e43106c44ae0111525edaf70942e075b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jul 18 11:14:37 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jul 18 11:14:37 2016 +0200
Don't ask to start recovery in unattended mode
If oem-recovery is setup in the XML description along with
oem-unattended set to true as well we don't ask for confirmation
to run the recovery when the recovery menu entry is selected
at boot time
commit 10135434b83994714ff58d6a5f313815004bd26b
Author: Thomas Bechtold <tbechtold@suse.com>
AuthorDate: Mon Jul 18 07:14:53 2016 +0200
Commit: Thomas Bechtold <tbechtold@suse.com>
CommitDate: Mon Jul 18 07:14:53 2016 +0200
Release automatically on pypi (2nd try)
Last try from 142ca22d8e was not working. Update the secure hash
and also set explcitly the master branch when looking for tags.
commit b1d1e2208ec0ba262dc51cc33f9836062ff07978
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jul 13 14:31:56 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jul 13 14:31:56 2016 +0200
Added integration build test link to doc index
commit b82537c3bf9b90088ab3234753b25c1366e0a1b4
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jul 12 18:44:11 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jul 12 18:44:11 2016 +0200
Bump version: 8.19.4 → 8.19.5
commit ca3e0f4c0b15349449cb88848257e4162dd8a687
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jul 12 18:39:17 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jul 12 18:39:17 2016 +0200
Don't require an iso creation toolkit
commit 8c4eecd1616cb41abebf60b9136c99aa3494372a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jul 12 09:11:57 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jul 12 09:11:57 2016 +0200
Bump version: 8.19.3 → 8.19.4
commit 5dc300a56f4b9770c3df1e26d9df21dd8e027cfe
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jul 11 13:48:06 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jul 11 13:48:06 2016 +0200
prefer newer overlayfs mount method
mount succeeds in compat mode but this mode should only
be used on older overlayfs implementations
commit 49423aa4b2abe7952acffeb2be6e36fa796511d9
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jul 8 14:17:05 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jul 8 14:17:05 2016 +0200
Bump version: 8.19.2 → 8.19.3
commit 49c3c978786081c242acb15b851fccf7171a66b6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jul 8 10:13:35 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jul 8 10:13:35 2016 +0200
Message commit for bug reference
Fixup of VMware disk tag references (bnc#988086)
commit 1123015062ae215a45f2bee095a60a05b06c9429
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jul 8 09:40:23 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jul 8 09:40:23 2016 +0200
Prevent duplication of context manager in test
commit 6533f25b0a12846f9577aca62ddfe14cd63f831c
Author: James Mason <jmason@suse.com>
AuthorDate: Thu Jul 7 10:12:21 2016 -0700
Commit: James Mason <jmason@suse.com>
CommitDate: Thu Jul 7 10:12:21 2016 -0700
Conditionally prefix encoding to vmware disk tag
Prior code was always adding the encoding statement to vmware disk tag;
in the event it is already present there's no need to add it a second time.
See also https://github.com/openSUSE/kiwi/pull/586/commits/af1fed77af862dc44bd4322680425299ef5ad654
commit 5bb4f8291e3c0364b65c1c9d9a40e77f88f1ac6e
Author: James Mason <jmason@suse.com>
AuthorDate: Thu Jul 7 09:59:51 2016 -0700
Commit: James Mason <jmason@suse.com>
CommitDate: Thu Jul 7 10:09:04 2016 -0700
Remove null padding on the vmware disk tag
The block of data read via dd is null padded; adding the tools data after
the padding breaks detection of the data. We need to remove the nulls (0x0)
so appends can occur adjacent to the block of strings.
See also https://github.com/openSUSE/kiwi/pull/586/commits/ee8931c76c17c79d30a128c05cc6f839a1de7156
commit d25db2199fbef320a7cf78d956caf9389b45bf80
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jul 7 15:31:08 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jul 7 15:31:08 2016 +0200
Bump version: 8.19.1 → 8.19.2
commit eddf0ca30eb14364f563db1565d051cc98b152ef
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jul 7 11:37:05 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jul 7 11:37:05 2016 +0200
Complete doc string for Path.which method
commit 92899c20641de66cd78d61aaa4ea29ae2b36c3a4
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jul 7 11:32:47 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jul 7 11:32:47 2016 +0200
Implement Path.which
Python provides methods to do this but we can't rely on them
to be available in all python versions
commit 5e250551e4e4519caf7f67de59595e02e7a17ab0
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jul 7 09:57:36 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jul 7 09:57:36 2016 +0200
Update documentation
Cleanup structure of contribution guide
commit 6e8d3fe6077b8eeb14655d753066e40c16f40bef
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jul 7 09:17:23 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jul 7 09:17:23 2016 +0200
Update documentation
Complete documentation about required C libraries which
needs to be installed prior to setting up the python
virtual development environment
commit 405a345b3eacdf08086fc241f3019b2ddf28b88a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jul 6 16:51:33 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jul 6 16:51:33 2016 +0200
Fixup dependency on genisoimage
Only for SLE12 the package requires genisoimage for
any other distribution mkisofs is required. The community
variant with genisoimage seems to be quite outdated.
However, on SLE12 only genisoimage exists. Fixes #106
commit 2e227ab8885422c0c2ef35d18c4ac2e3e7c7e616
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jul 6 16:37:58 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jul 6 16:39:47 2016 +0200
Lookup tool name by path lookup
commit 2b91414ba4da90061dca03325f29352242cb1aad
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jul 6 16:13:21 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jul 6 16:13:21 2016 +0200
Update import statement
parenthesis only needed for multi-line multi-import
commit cbf79e0f6975fd70dd8ab260e277287c1061f32c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jul 6 15:58:42 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jul 6 15:58:42 2016 +0200
Refactor block depth on get_volumes
return early if the condition makes it clear that there
is nothing more to do in this method
commit 6bb6295a559d2736579608b644708184154a243f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jul 6 11:11:13 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jul 6 11:11:13 2016 +0200
Lookup iso creation tool
Instead of strictly using genisoimage allow for using
either the community variant or mkisofs as provided by
J.Schilling
commit 26fb8cc82834a29c67636a4a09e088cd923c954a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jul 5 15:03:47 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jul 5 17:00:01 2016 +0200
Refactor reading of volume variables in boot code
Use new style profile variables without name limitations
Related to #39
commit 1eb337049bba0aa43d8229f4b4f66c6d89ed1d9a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jul 5 13:02:36 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jul 5 15:54:25 2016 +0200
Refactor profile for volume setup
Don't use volume names in bash variables. In addition that
removes the name limitations we had for volume names
Related to #39
commit 035a0c27715f38f004ce9b39e26d7b46d20ee6cb
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jul 5 12:06:19 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jul 5 15:53:48 2016 +0200
Delete obsolete volume condition checks
No need to check for LVSwap or LVComp in volume setup.
If at all those volumes are created at boot time.
Related to #39
commit 47753768bbdabaa29aa705d7f048b94be5ed2813
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jul 5 11:11:31 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jul 5 15:53:46 2016 +0200
Refactor use of kiwi_allFreeVolume_
Do not expect the value to come from an exported variable
Instead a method to provide the information is implemented
Related to #39
commit 8d2372ad3f666c99d0b3c3b3055d057d8c74dfd0
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jul 4 10:11:52 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jul 4 10:11:52 2016 +0200
Bump version: 8.19.0 → 8.19.1
commit cd7bb5fd19b37f720a0fbc2fc2692aef21e26493
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jul 1 11:26:15 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jul 1 11:26:15 2016 +0200
Fixup cleanup of intermediate config files
kiwi uses e.g etc/hosts from the host system for proper name
resolution during the build. The temporary variant of that
file will be deleted by kiwi at the end of the installation
process. However depending on the package manager and the
distribution it could happen that the intermediate config
file added by kiwi is treated as existing config variant.
In case of rpm a .rpmnew file variant of the config file
is created and that needs to be handled by kiwi. Therefore
this patch adds a private restore method for the .rpmnew
case. It might be needed to add other restore methods to
deal with this issue depending on how other (non rpm) based
package managers handles the situation. Fixes #104
commit 2016d67754d736d6cc3c7188be8018cff6aac72c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 30 10:52:07 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jun 30 10:52:07 2016 +0200
Bump version: 8.18.9 → 8.19.0
commit cbf76e0928d89ac5e83785569cbb61e6b6dca8cd
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 30 09:19:44 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jun 30 09:19:44 2016 +0200
Make sure mtab link exists in kiwi initrd
On Debian systems the filesystem tools requires the
presence of the mtab file, thus we make sure this file
exists and links to proc/self/mounts
commit 2224cc8aa899c6875897e94511d47ccc2ad1df1e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 29 21:17:14 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 29 21:17:14 2016 +0200
Refactor use of dialog program in boot code
Cleanup the mess, provide only one method to run a dialog
Prevent use of subshells for running the dialog program
commit 7e3ad644661da6940f4504ee78315090bfc96fe5
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 29 14:50:18 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 29 14:50:18 2016 +0200
Fixed use of shutil.copytree
The target dir must not exist. However in order to force copy
a potentially existing target is deleted before
commit 6f0ec09c0a60583d8a4066619ac6acba1bd72b55
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 29 14:47:04 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 29 14:47:04 2016 +0200
udev console init requires kbd_mode on Ubuntu
keep kbd_mode in initrd
commit 11c5cd20ed84264ba36b70b2e75295c3c2ec9230
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 29 14:45:54 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 29 14:45:54 2016 +0200
Added oemboot description for ubuntu-xenial
Also add kiwi linuxrc/preinit links for vmxboot
commit 4183d230900dfd7254ec8e7d0c369f92baea393c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 29 14:45:02 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 29 14:45:02 2016 +0200
Allow alternative location for udev console init
yet another name and location for the console init utility
commit 013915eb3bc573f63af543a77233171c3f41029a
Author: Christian Bruckmayer <cbruckmayer@suse.com>
AuthorDate: Wed Jun 29 11:16:09 2016 +0200
Commit: Christian Bruckmayer <cbruckmayer@suse.com>
CommitDate: Wed Jun 29 11:52:08 2016 +0200
Remove lxc configuration from docker images
Docker does not use LXC execdriver anymore.
Fixes #40
commit be30801616fdebc1b7b4e150c41640ca077788ce
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jun 27 20:15:55 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jun 27 20:15:55 2016 +0200
Bump version: 8.18.8 → 8.18.9
commit 0ee4eb21683f7b48ef83596ca64ba13269250d25
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jun 27 20:14:25 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jun 27 20:14:25 2016 +0200
Fix linkcheck in container_builder.rst
commit abaccb674a9451fb4ee3839ce57d914585d4f4a1
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jun 27 20:07:37 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jun 27 20:07:37 2016 +0200
Fix linkcheck in container_builder.rst
commit ad7026ab15b6abe048be97ff0fee40e965570f1e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jun 27 20:03:20 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jun 27 20:03:20 2016 +0200
Bump version: 8.18.7 → 8.18.8
commit 1ea8b0ed6a0d85bc4c4363a4db5aff9ec1bc9908
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jun 27 17:28:44 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jun 27 17:28:44 2016 +0200
Update Documentation
Update state of supported distributions
commit fb8bf238c2c1f34ad911b5f4397ff64e0fe3f69d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jun 27 16:10:21 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jun 27 16:10:21 2016 +0200
Apply editorial review changes
commit a3112ff6e0f5ae03e6540f121dcd98479607a963
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jun 27 12:20:24 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jun 27 12:20:24 2016 +0200
Apply editorial review changes
commit ae69f148c1a18a661bcb4973d660ae1e814d283b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jun 27 12:19:18 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jun 27 12:19:18 2016 +0200
Apply editorial review changes
commit 800eb134b2f15c4340da2b28860dbbc6b7c5d67a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jun 27 11:34:27 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jun 27 11:34:27 2016 +0200
Delete traces of obsolete code
commit bf6841c41d3da18dde846e9ce65d6c398984e71e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jun 27 11:31:16 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jun 27 11:31:16 2016 +0200
Prevent unconditional deletion of toplevel data
The kiwi initrd descriptions calls suseStripInitrd() as part
of the images.sh script. This function unconditionally removes
toplevel directories like /home. Instead of deleting the data
it is better to exclude them when the cpio archive is created
commit 33fd415d04cec7ce674bf92c05a90f9071daf2a0
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jun 24 15:17:22 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jun 24 15:17:22 2016 +0200
Bump version: 8.18.6 → 8.18.7
commit 3e7676c85df046dbd04f1469929c5c49767baf29
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jun 24 14:30:26 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jun 24 14:30:26 2016 +0200
Added serial console support for isolinux loader
Generate a serial line setup for the isolinux.cfg file
according to the bootloader_console attribute from the
XML description. In addition delete the use of the obsolete
vga kernel parameter and work with the MENU RESOLUTION
ui configuration parameter instead
commit 5cae5eb86b5157f32e30e90fa64ca4eedd1cc895
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jun 24 11:32:52 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jun 24 11:32:52 2016 +0200
Bump version: 8.18.5 → 8.18.6
commit 1a78ff2b6b851ba1f1f75df612b14eae7ed6ec5e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jun 24 11:16:39 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jun 24 11:16:39 2016 +0200
Fixed setup of default install menu entry
The attribute installboot allows to specify the default boot
menu entry in an install image. It can be set to harddisk,
install or failsafe install. The setup of that information
in the bootloader configuration was not properly processed
commit db238fe89976da58dcd25e4cd8aaa81d1558bfc8
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 23 17:11:46 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jun 23 17:11:46 2016 +0200
Fix landscape Smells
commit f2bd051d316c46a31dc11352402932ce73e69b15
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 23 15:14:58 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jun 23 15:14:58 2016 +0200
Update location of build container
commit 00f9f19f08a7c84c3a411d590d45f5f082f3f30b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 23 15:10:05 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jun 23 15:10:05 2016 +0200
Update dice source link
commit 27f37573f5ecc530deec0235a664037e376b4f6b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 23 11:53:35 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jun 23 11:53:35 2016 +0200
Update Dice project location
commit 899a594e8489a661c6faff5ae52110535b565d69
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 23 10:51:31 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jun 23 10:51:31 2016 +0200
Apply editorial review changes
commit 3335e78bbc9e55162f215deb56ff51b4ad34afcf
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 22 17:35:13 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 22 17:35:13 2016 +0200
Bump version: 8.18.4 → 8.18.5
commit 46c15618bccd05043d8a6e8ca7d3a632d03f10f7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 22 17:00:53 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 22 17:00:53 2016 +0200
Fixed building of install image
If dracut is requested as initrd_system in combination with
building an installiso we have to overrule the initrd_system
setup for building the install image. The code to install
an image is kiwi's oem install code and unknown to dracut.
The process will end up using dracut as initrd in the system
image but kiwi's initrd on the install image
commit 1879eaa595d2b3148d5848703bcca1740e51130d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 22 16:12:29 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 22 16:12:29 2016 +0200
Delete kiwi-tools from rhel boot descriptions
kiwi-tools is no longer a requirement but an optional package
It contains tools like utimer or dcounter which provides
nice boot timer or progress dialogs for showing data transfer
progress. In the Virtualization:Appliances:CommonBoot repo
we provide mandatory and optional packages used by kiwi if
they don't exist for the target distribution
commit c0888eacbf6d09b92a7ee6da568975dc073656f6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 22 15:59:03 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 22 15:59:03 2016 +0200
Better warning message for root cmdline setup
Under certain circumstance the root=UUID=<uuid> parameter must be
setup in the cmdline of the image. If the required uuid value
is not provided a warning message is shown to the user. This
commit makes the warning message more meaningful
commit 7f826d9527e002ed03000db3498239ba95f81b78
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 22 15:56:59 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 22 15:56:59 2016 +0200
Extend unit tests for boot image setup
Expect kiwi_initrdname to be set in the profile of
the boot image root system
commit 4e4c981b466b2abc1692a32a32b990eaabc8660d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 22 15:54:44 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 22 15:54:44 2016 +0200
Call plymouth only when installed
commit 166f735882225eec9a6238340314292dd39f3e73
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 22 15:53:54 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 22 15:53:54 2016 +0200
Add delete method for profile variables
commit 5db527d40c5c4265434abd8f8e73b28c61e1c37e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jun 21 16:30:22 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jun 21 16:30:22 2016 +0200
Added article about self contained building
The article describes how to make use of the dice
project to control and maintain image build processes
in a contained environment
commit b031748cdda3e0a2cb4ee13432f8761f3dfbf3f6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jun 21 14:26:42 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jun 21 14:26:42 2016 +0200
Fix grub bootloader template
Keep gfxpayload
commit a6d171e34666b95d3008e69d4020f63def041296
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jun 21 11:58:39 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jun 21 12:32:21 2016 +0200
Update bootloader console setup in boot code
Use the variable kiwi_bootloader_console which represents the
setup of the bootloader console from the XML description and
setup the GRUB_TERMINAL configuration option to allow
grub2-mkconfig to pick up the value. If no console setup
exists in the XML description, gfxterm is used by default
commit 4887539f107fac29f6078b30cb2a9c71475b078d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jun 21 11:54:11 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jun 21 11:54:11 2016 +0200
Make bootloader_console availabe in profile
The variable kiwi_bootloader_console is exposed into the
profile environment
commit 87dec3e7691e5d68686a11a106d6a6495059c6df
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jun 21 11:22:20 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jun 21 11:22:20 2016 +0200
Delete obsolete code
All traces of lilo and elilo are gone now
commit ce102396a23c4932c8ea701b039686aa2fa8489b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jun 21 11:16:10 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jun 21 11:18:12 2016 +0200
Fixed grub2 bootloader config template
Load fonts only when they exist, do not duplicate font
setup in template
commit b84ae83d75f3887e52b6a30fc24dfb6603fdc9ae
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jun 21 10:39:19 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jun 21 10:39:19 2016 +0200
Fixed bootloader theme check
The check for the theme was not always called, but this
is required since the theme check will reset the bootloader
console if no graphics theme could be found
commit 8a8e6153baec0d0d76b6b0226aaf4cd26613b713
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jun 20 22:41:06 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jun 20 22:41:06 2016 +0200
Bump version: 8.18.3 → 8.18.4
commit 746268cfb7cd9e8e19c3afcda12a49fddcfd735a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jun 20 22:21:10 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jun 20 22:21:10 2016 +0200
Apply back openSUSE 13.2 support
Until Leap42.2 is not yet released we should keep the
support for 13.2
commit a4a9ffa9aa691990740dc058fe8cdc3cfdfc1e86
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jun 20 18:13:33 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jun 20 18:24:43 2016 +0200
Added support for setting the bootloader console
Some bootloader e.g grub supports graphics, text and also
serial consoles to hand over the output of the bootloader
menu. With this patch we allow to customize the console
used by the bootloader. So far only grub makes use of the
new attribute
<type ... bootloader_console="serial|console|gfxterm"/>
This references Trello:
https://trello.com/c/q9EhNKKV/155-support-for-grub2-serial-console
commit 32dd0fe8a12fe258987e3ae10bfa81d804f414b1
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jun 20 09:34:11 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jun 20 09:34:11 2016 +0200
Bump version: 8.18.2 → 8.18.3
commit c004bc9ab5968c5d50060a90f0fbda04a48855e6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jun 20 08:52:59 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jun 20 08:52:59 2016 +0200
Fixed typo in message text
commit 25954047b295c610206713684cba19f0bd298c12
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jun 20 08:47:41 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jun 20 08:47:41 2016 +0200
Fixed vmxboot/ubuntu-xenial boot description
dracut should be installed to support initrd_system="dracut"
commit 55464d2724d56a7774928565895e0c14380b50b6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jun 20 00:35:09 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jun 20 00:35:09 2016 +0200
Update iso|vmxboot debian boot descriptions
commit 364ca918199d376eb3c1aee35d92d4339d0dff86
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jun 20 00:09:38 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jun 20 00:09:38 2016 +0200
Fixup ldd check for unused libraries
commit d0baaa1a9405e62dc54ee7e3f4eb72f2588d73bb
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Jun 19 22:46:49 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Jun 19 23:27:53 2016 +0200
Update vmxboot/ubuntu-xenial boot description
Complete description to be usable with kiwi initrd boot code too
commit 2ec8ab133dcbcf93073d97c84bd8e41e3720708f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Jun 19 22:42:58 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Jun 19 23:27:53 2016 +0200
Added baseCreateCommonKernelFile
The stripKernel functions return early if the dracut initrd
system is requested. However it is required in any case to
lookup the kernel and provide a common name kiwi expects
to be present
commit 75f183afe66b3d77264421cdfdcc2f16b4e22570
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Jun 19 22:41:59 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Jun 19 23:27:53 2016 +0200
Set logger mode to append
commit d66389878852eb32c78d37411f891804dbc9487a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jun 17 16:23:06 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Jun 19 23:27:53 2016 +0200
Fixup copy_boot_delete_packages
if no <packages type="delete"/> section exists in the target
the code does not add the packages to become deleted. This
patch changes the behavior in a way that a new section is
created
commit 49a16686dfcb7646476799f3703a755d947245b1
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 16 17:35:03 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Jun 19 23:27:53 2016 +0200
Add isoboot support for Ubuntu system
Next step to allow creation of Debian based live systems
Related to Issue #37
commit 9ffe81ff4656816fbd0e6026e1acaa04034d4357
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Jun 18 21:44:16 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Jun 18 21:44:16 2016 +0200
Bump version: 8.18.1 → 8.18.2
commit e10075fc4b409912ce7d3ddb4104b42c3c794325
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Jun 18 21:43:42 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Jun 18 21:43:42 2016 +0200
Add distro flag match for Leap42.2
commit f6a2515c81155fe42f8179d9ce071ca1798ab571
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Jun 18 20:58:39 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Jun 18 20:58:39 2016 +0200
Bump version: 8.18.0 → 8.18.1
commit c21a3a6b84df7f1d929fa4260f36e26a7362a327
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Jun 18 20:55:37 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Jun 18 20:56:46 2016 +0200
Preserve zypper package cache
zypper deletes the package cache if a repo is removed.
For the purpose of image building this should not happen
commit ba6fbd4c179053ea3462b04f25fc38b1386a5f4b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Jun 18 16:28:46 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Jun 18 20:56:46 2016 +0200
Pass initrd_system to profile
The common functions baseStripInitrd and baseStripKernel need
to be skipped if the initrd system is set to dracut. They
read that information from the exported kiwi_initrd_system
profile environment variable
commit 38114f6076f81c903946db39973f80aa49f75a9a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Jun 18 10:06:43 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Jun 18 10:06:43 2016 +0200
Don't delete dracut from boot image environment
If the dracut initrd system is requested we need dracut
to stay in the environment from which it is called
commit edbaef679755838e7067f5e9be12d4b34742648f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 16 13:57:33 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jun 16 13:57:33 2016 +0200
Added suse-leap42.2 descriptions
Obsolete suse-13.2
commit e4003fe21288cf141b0daf9d79852d8b9ecd8823
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 16 13:47:13 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jun 16 13:47:13 2016 +0200
Update hyper links in project README
commit 29719ed84bd63c9286ae007a0e48a23713b900f4
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 16 12:03:46 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jun 16 12:03:46 2016 +0200
Rename kiwi boot code files
Maintain them as common code base for all distributions
During the years of development it has turned out that
differences in the boot process between the distros
can be handled in one code base. There is no need to
maintain a basically identical copy for the different
distributions
commit be36f103b4c6e172c25418c05b28fe9ddb26fa8b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 16 10:33:54 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jun 16 10:33:54 2016 +0200
Style fixes: E275 missing whitespace after keyword
commit be5d858c488d09c3340b0369e923911cb90ac274
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 16 10:30:14 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jun 16 10:30:14 2016 +0200
Delete obsolete C tools
commit f44e7400e00e1e85143570b7bcffd83f6314c25b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 16 10:25:30 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jun 16 10:25:30 2016 +0200
Prevent use of setctsid
setctsid is a suse extension to start a program on a new
controlling terminal. While it is very useful it does not
exist on other distributions which causes a problem in
kiwi's common initrd code. This patch replaces the use of
setctsid with setsid and sulogin
commit 9fb6dcb749ac9c325bd2111b4b1322e6665648a2
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 16 10:12:41 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jun 16 10:12:41 2016 +0200
Open log file in mode 'w' and in utf-8 locale
commit f126b147a66c629ffec54f23426c0c3f704501c2
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 16 09:11:09 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jun 16 09:11:09 2016 +0200
Delete obsolete mkinitrd code
This version of kiwi supports only distros using dracut
commit 2cca35702d25f97e5ee6316e3ddb6e78e567afa2
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 16 09:06:38 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jun 16 09:06:38 2016 +0200
Delete obsolete sysV init console setup code
commit a92625bf83049cb3047f1cc4e836ff434eafed57
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 16 09:01:57 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jun 16 09:01:57 2016 +0200
Make use of utimer in kiwi initrd optional
commit fc58be7234997a7056da6581df29352f5df82ddb
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 15 16:44:28 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 15 16:44:28 2016 +0200
Bump version: 8.17.0 → 8.18.0
commit 319fb9e6e4dd61f6a5d30824898863c1a0958c6a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 15 16:27:45 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 15 16:27:45 2016 +0200
Adapt to common python style
Private methods should start with _f() not __f()
commit a219c52746c2e878506031dfdd0ed09dac748251
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 15 16:20:10 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 15 16:20:10 2016 +0200
Prevent temporary files to be synced to image
The package manager instances created temporary package
manager configuration files. The instance destructor and
thus the cleanup of the instance should be called prior
to the sync of the root filesystem data in order to
prevent temporary configuration files to be present in
the image
commit 8d0df28296466ef300dee0dc27de2b018cbd06f7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 15 13:01:27 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 15 13:01:27 2016 +0200
Grammar fixes for doc strings
commit b3dc48d24128a21b60ec21533a96b3980739ce5d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 15 12:57:00 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 15 12:57:00 2016 +0200
Syntax change for Importing one module
commit 8b340bfb5758fb6a44878c65763f60217a665c4d
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Mon Jun 13 17:07:39 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 15 12:33:59 2016 +0200
Refactor RootInit class
Instead of calling multiple subprocesses make use of
the os capabilities for directories, symlinks and
device nodes
commit ba6847d013c4a1996ab907b2b3bfbe19f46f2647
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 15 11:01:16 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 15 11:01:16 2016 +0200
Update test_load_schema_from_xml_content test
Read schemaversion from RelaxNG instead of using
a fixed value
commit d1da7435ef837d0f60a4cdd50dcaaa8c73ec931d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 15 10:18:27 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 15 10:19:04 2016 +0200
debootstrap errors deserve their own exception
commit 9aea83a7c1878e6a7c369c8653317d18fdb95a2e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jun 14 17:22:37 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 15 10:19:04 2016 +0200
Add documentation for Exceptions
commit 7d37f3f849380beac0288a097c86583a746f161b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jun 14 17:27:24 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jun 14 17:27:24 2016 +0200
Avoid glob imports
This could start a series of further changes in the
unit test as we have allowed for glob imports there.
So treat this one as a start
commit c843806b3178ab1143b7f7dd840be0d55ce01f49
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Tue Jun 14 16:09:12 2016 +0200
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Tue Jun 14 16:09:12 2016 +0200
Support Tox with interactively positional arguments
Use posargs for py.test, see
http://tox.readthedocs.io/en/latest/example/general.html
commit e3baaec0a11dee1148168cbd38f88b76e3773a31
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jun 14 15:51:17 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jun 14 15:51:17 2016 +0200
Format message with named format parameters
commit b20e1e657f1d1845792bf1a4427d6beacea7c75d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jun 14 15:46:40 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jun 14 15:46:40 2016 +0200
Avoid re-assigning variable
commit a79d52b3688be20e07d0db0d219a6bbe7f5a072f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jun 14 12:12:47 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jun 14 12:12:47 2016 +0200
Fixed unit test for profile variables
commit 4ca75860e73674529095ed3fa9aed0a08f7c5059
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jun 14 11:53:43 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jun 14 11:53:43 2016 +0200
Handle XML per content or file more explicit
commit db6c64cfe7e1e75c74eae85ec186271bbb6aa859
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Tue Jun 14 09:34:24 2016 +0200
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Tue Jun 14 09:34:24 2016 +0200
Differentiate between Python 2.7 and 3 in doc
commit 4b0e77d1a2db362c996eb5e69e8fef66991481f6
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Tue Jun 14 09:27:41 2016 +0200
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Tue Jun 14 09:27:41 2016 +0200
State Python 2.7 in Trove category of setup.py
commit c2ae0cdcc183aedd3d7de634f8f16158e59de610
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jun 10 11:03:02 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jun 10 11:03:02 2016 +0200
Fixed use of shutil.copytree
commit e5d04c48b650285a1f9918a3b40f3badb21b5804
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jun 10 11:00:50 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jun 10 11:00:50 2016 +0200
Update ubuntu xenial vmxboot description
Make sure all drivers exists when dracut is called to allow
inclusion of potentially all needed driver modules
commit 5c37c86e9c2c1eae4d2d2fd2b53510e390c0cbde
Author: Bo Maryniuk <bo@suse.de>
AuthorDate: Thu Jun 9 20:08:42 2016 +0200
Commit: Bo Maryniuk <bo@suse.de>
CommitDate: Thu Jun 9 20:08:42 2016 +0200
Fix Lithuanian translation
commit 2e78c969785f4f8b01ac6814e4961f25ed46b778
Author: Bo Maryniuk <bo@suse.de>
AuthorDate: Thu Jun 9 20:01:21 2016 +0200
Commit: Bo Maryniuk <bo@suse.de>
CommitDate: Thu Jun 9 20:01:21 2016 +0200
Fix Ukrainian translation
commit 5e8c10471ae5b90958590f919eb9e562e4642b99
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 9 17:50:07 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jun 9 17:50:07 2016 +0200
Update grub2 config tempplate
Load font collection
commit 4c32f85c64c4859869273f27a9d643a6a667d5b9
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 9 17:20:55 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jun 9 17:20:55 2016 +0200
Refactor use of os.walk result
commit 079a50df5b15d68d9b65d2bf2f9037425d1e4364
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 9 16:56:31 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jun 9 16:56:31 2016 +0200
Integrate python improvement suggestions
commit 88d34d6284089b09b3b2b68de7534963c425316d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 9 16:34:22 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jun 9 16:34:22 2016 +0200
Integrate python improvement suggestions
commit 8e6023fd017baa27cb454cb111928ffc423c11dd
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 9 14:45:12 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jun 9 14:45:12 2016 +0200
don't intermingle suse namespace with debian
commit e2d00e2a257381531a6f9e48308b30fb9640a6fb
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 9 14:38:09 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jun 9 14:38:09 2016 +0200
Deleted libxslt-tools from spec template
commit c221392de95316d59933f4a983805f94e27ec2fa
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 9 14:33:07 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jun 9 14:33:07 2016 +0200
Fixup indentation of travis setup
commit ff5407f2e72c1aecaa9e5a585d34ee96ed90039d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 9 13:19:40 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jun 9 13:20:25 2016 +0200
Fixed license setup in spec file
commit d6ded84577487f5dcc42ea164cd1a52d9096ff90
Author: Bo Maryniuk <bo@suse.de>
AuthorDate: Thu Jun 9 12:30:31 2016 +0200
Commit: Bo Maryniuk <bo@suse.de>
CommitDate: Thu Jun 9 12:30:31 2016 +0200
Remove unused import (F401) and an extra line (W391)
commit 95751722c8e80fbbfc0910a1f425e00519e5dcee
Author: Bo Maryniuk <bo@suse.de>
AuthorDate: Thu Jun 9 12:09:47 2016 +0200
Commit: Bo Maryniuk <bo@suse.de>
CommitDate: Thu Jun 9 12:09:47 2016 +0200
Fix tests for Python3
commit 20c9376f6949034c49f444980f46d72bf90653e2
Author: Bo Maryniuk <bo@suse.de>
AuthorDate: Thu Jun 9 11:52:33 2016 +0200
Commit: Bo Maryniuk <bo@suse.de>
CommitDate: Thu Jun 9 11:52:33 2016 +0200
Fix tests for the XPath processing
commit 584ce24110d904a18d2d25e164a0229eca1f601e
Author: Bo Maryniuk <bo@suse.de>
AuthorDate: Thu Jun 9 11:34:10 2016 +0200
Commit: Bo Maryniuk <bo@suse.de>
CommitDate: Thu Jun 9 11:38:33 2016 +0200
Allow XMLDescription to be loaded also from the XML string
commit 298cc204f46233f93a9453846bbac64cd0c47d2c
Author: Bo Maryniuk <bo@suse.de>
AuthorDate: Thu Jun 9 11:33:35 2016 +0200
Commit: Bo Maryniuk <bo@suse.de>
CommitDate: Thu Jun 9 11:38:33 2016 +0200
Reimplement XSLT processing using LXML instead of calling 3rd party tools
commit 142ca22d8e22b71df3d9d6053a9fb643c855d89b
Author: Thomas Bechtold <tbechtold@suse.com>
AuthorDate: Thu Jun 9 11:33:49 2016 +0200
Commit: Thomas Bechtold <tbechtold@suse.com>
CommitDate: Thu Jun 9 11:33:49 2016 +0200
Release automatically on pypi for new tags
When a new tag gets created, automatically release it on pypi so
we don't have todo it manually.
commit db0ec819229e70223fa33c81ebc7480663926c32
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 9 11:29:38 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jun 9 11:29:38 2016 +0200
Added tox 2.7 target for travis
commit efa5a1b343b266cbb8e2b481b1fde9989e73d188
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jun 9 11:27:31 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jun 9 11:27:31 2016 +0200
Fixed creation of password hashes
kiwi uses the openssl command for this purpose but did
not strip the newline at the end of the hash output
commit 08f9ff1972914d84cecd0ac37a500a5dcf8bc61e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 8 20:47:44 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 8 20:47:44 2016 +0200
Apply python 2.x compatibility decorators
commit e699dc10ee257ebc898d11030ac2d598b7475100
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 8 20:08:39 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 8 20:41:10 2016 +0200
Fixup grub2 theme setup
We can't expect that specific fonts to exist for all theme packages
in all distributions. The code here should rely only on theme.txt
In addition we check if any theme or font related data is found
in the legacy grub location boot/grub which imho should not be
used for grub2
commit c69111d424ee7879617ec4e1cfbeabf4aa6a9232
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 8 12:11:34 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 8 20:41:10 2016 +0200
Update ubuntu-xenial boot description
No need for a drivers setup here, vmxboot is only the container
to run dracut
commit 742cb8a4626bfc3197f5752bc43824e56b368c20
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jun 7 21:52:08 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 8 20:41:09 2016 +0200
Added boot image description vmxboot/ubuntu-xenial
commit 4d531535ace4744e4f71670916a7135d7018bfe0
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jun 6 14:46:44 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 8 20:41:09 2016 +0200
debootstrap installs apt-get
Don't add the specified package manager to the list of
bootstrap packages for apt-get, because that is covered by
debootstrap
commit a5b568915cddd74e6d10ac9f7f46ef40d79f3aef
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jun 6 14:15:05 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 8 20:41:09 2016 +0200
Allow additional bootstrap packages for apt-get
commit 42c9a84992bafa06ac104fa55f5ed2c66319366e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Jun 5 23:09:15 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 8 20:41:09 2016 +0200
Don't run apt-get with mounted /dev
commit 8134d12e5c86e60baa46334fa7e11275f69b736b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Jun 5 22:48:36 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 8 20:41:09 2016 +0200
Fixed force-yes option for apt-get
commit 591de9b7d9db019f7c071381a8efff20946bfd8e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Jun 4 18:31:29 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 8 20:41:09 2016 +0200
Allow unattended installation of debian packages
commit e16baa00ddd0d320e97bc98f7b391c7e0e5d778f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jun 3 22:15:10 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 8 20:41:09 2016 +0200
Added PackageManagerApt class
Support installation/removal of deb packages
Related to #37
commit c3004b48eb5b6f17825fb7787660c80144c1ae51
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jun 3 12:02:55 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 8 20:41:09 2016 +0200
Support for apt-get package manager
Starting to support Debian based distributions also means to support
the deb repository types. This commit adds the RepositoryApt class
to handle deb repositories for image building. Related to #37
commit 77628658d3959d261160320c755ce24659229953
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 8 20:38:07 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 8 20:38:07 2016 +0200
Added tox target for python 2.7
commit 80fb5ac71cf10688ed89a69de864ea07049e53de
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 8 20:27:54 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 8 20:27:54 2016 +0200
python 2.x compatibility added new requirements
six and future modules are needed for the compat layer
commit 80900e46c569a8efde7d81402fba8da696a87ddd
Author: Bo Maryniuk <bo@suse.de>
AuthorDate: Wed Jun 8 11:46:36 2016 +0200
Commit: Bo Maryniuk <bo@suse.de>
CommitDate: Wed Jun 8 11:46:36 2016 +0200
Bring byte strings to Py2 compatibility in ISO
commit 6ee5981bd5652812fba528d8ff70abe5a8bf1f8a
Author: Bo Maryniuk <bo@suse.de>
AuthorDate: Tue Jun 7 23:44:33 2016 +0200
Commit: Bo Maryniuk <bo@suse.de>
CommitDate: Tue Jun 7 23:44:33 2016 +0200
Make iterators Py2 comptible
commit 06b95b727dd2dac3c3b789467026bebd5e20e04d
Author: Bo Maryniuk <bo@suse.de>
AuthorDate: Tue Jun 7 17:54:24 2016 +0200
Commit: Bo Maryniuk <bo@suse.de>
CommitDate: Tue Jun 7 17:54:24 2016 +0200
Replace 'builtins.open' with patch_open decorator
commit 596ff2da231b891411ac83b7cfa665bb8acce0c4
Author: Bo Maryniuk <bo@suse.de>
AuthorDate: Tue Jun 7 17:35:06 2016 +0200
Commit: Bo Maryniuk <bo@suse.de>
CommitDate: Tue Jun 7 17:35:06 2016 +0200
Add mock_open and patch_open helpers
commit 0debfa405241d5bb280a617a14907c1389250360
Author: Bo Maryniuk <bo@suse.de>
AuthorDate: Tue Jun 7 17:13:03 2016 +0200
Commit: Bo Maryniuk <bo@suse.de>
CommitDate: Tue Jun 7 17:13:03 2016 +0200
Remove double requirement
commit 782612a013850480cd734a4999eb84087f5bf7bb
Author: Bo Maryniuk <bo@suse.de>
AuthorDate: Tue Jun 7 16:04:46 2016 +0200
Commit: Bo Maryniuk <bo@suse.de>
CommitDate: Tue Jun 7 16:04:46 2016 +0200
Use ConfigParser from six
commit e7ff0801d73b6146f50ef5bc0eefbdb60252c757
Author: Bo Maryniuk <bo@suse.de>
AuthorDate: Tue Jun 7 16:04:23 2016 +0200
Commit: Bo Maryniuk <bo@suse.de>
CommitDate: Tue Jun 7 16:04:23 2016 +0200
Move urlparse to the Six package
commit 12b2601333125c1db4766850f307993fe9a21101
Author: Bo Maryniuk <bo@suse.de>
AuthorDate: Tue Jun 7 16:04:01 2016 +0200
Commit: Bo Maryniuk <bo@suse.de>
CommitDate: Tue Jun 7 16:04:01 2016 +0200
Remove duplicate key
commit 168b0f92dc86b66fa51078dfec5e9e713c3f5f07
Author: Bo Maryniuk <bo@suse.de>
AuthorDate: Tue Jun 7 16:03:46 2016 +0200
Commit: Bo Maryniuk <bo@suse.de>
CommitDate: Tue Jun 7 16:03:46 2016 +0200
Add print function for Python 2
commit 856d0c4c1a3e0952712a56bbda8aec09b50cfe7d
Author: Bo Maryniuk <bo@suse.de>
AuthorDate: Tue Jun 7 16:03:27 2016 +0200
Commit: Bo Maryniuk <bo@suse.de>
CommitDate: Tue Jun 7 16:03:27 2016 +0200
Add missing init file
commit cb71d73ea31e714997834be32db4608ed8d14dd4
Author: Bo Maryniuk <bo@suse.de>
AuthorDate: Tue Jun 7 15:30:30 2016 +0200
Commit: Bo Maryniuk <bo@suse.de>
CommitDate: Tue Jun 7 15:30:30 2016 +0200
Add Python2 compatibilitiy requirements
commit 6ed20b1829ab26bf4e9ebb306304b49225cfd7dc
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 1 15:33:47 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 1 15:33:47 2016 +0200
Bump version: 8.16.5 → 8.17.0
commit fbb8a03f89d5d75ba5054deaa426fc3eb1ba9f1b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 1 15:32:14 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 1 15:32:38 2016 +0200
Added pypi make target for upload
Please note an appropirate ~/.pypirc file and registered
user is required to upload
commit a8efd95b112cf98184ae38303ec9f6174110d6a5
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 1 14:38:50 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 1 14:38:50 2016 +0200
switch_root / pivot_root quiet call
commit b301d8d1198f10fd7e929358b22f80db8a19fed3
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 1 14:38:25 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 1 14:38:25 2016 +0200
Increase default boot partition size to be 300M
commit 7b1521cf303f55481567cc5943657d6621616d81
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 1 12:24:48 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 1 12:24:48 2016 +0200
Delete obsolete isFSTypeReadOnly from boot code
The check was used to detect if a read-only root filesystem
is in use, which can be done by checking if kiwi_ROPart
is defined
commit 6664ddcffcb4bc4fd158a1fb065925860794c9cb
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jun 1 12:05:41 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 1 12:05:41 2016 +0200
Refactor use of global FSTYPE variable
The kiwi boot code populates a global FSTYPE variable which was
used at several places. However there was no clarity for which
storage device this filesystem value was detected for. Thus
the entire handling has been refactored and there is no global
FSTYPE variable anymore
commit ec35b4029c0ee063eed2a46ccf502eb6d0b55cc2
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue May 31 17:25:19 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 1 08:40:51 2016 +0200
Add attribute <type ... overlayroot=true|false/>
Allow to activate the overlay root setup for disk images
commit c79afab617e29f087455a5b349bd45896e1f7d99
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri May 27 10:45:31 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jun 1 08:40:51 2016 +0200
Support for overlay disk images
overlay disk images uses a readonly root partition and are
overlayed using overlayfs to hook in a cow based read-write
space. This commit implements the basic disk setup.
Implementation to boot such a disk in the kiwi boot code
is still missing, as well as the investigation if dracut
is able to boot such a disk too. References #65
commit cd0894247cb979ecf25c20d45d477f001211fb24
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue May 31 16:15:16 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue May 31 16:15:16 2016 +0200
Bump version: 8.16.4 → 8.16.5
commit bf39698d6e71d17852fcab55efd5e9e3a4d038f2
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue May 31 16:14:42 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue May 31 16:14:42 2016 +0200
Update development status
Status :: 5 - Production/Stable
commit 0ebe7770568852d354098befafa6f5f3d065f782
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue May 31 15:43:35 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue May 31 15:49:31 2016 +0200
Don't search for kiwicompat in fixed absolute path
Allow alternative locations from search PATH
commit b77f4ba05f7dd7a69faa787558439ff71dbde36a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue May 31 13:02:41 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue May 31 13:02:41 2016 +0200
Integrate git attribute setup to sdist command
commit 0f084a14af4504e18321e9a7a3cb8d7910b8fb23
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue May 31 10:46:48 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue May 31 10:46:48 2016 +0200
Add C tools binaries to git ignore list
commit be56346c6fe78049ae8627219f57c7dda2222a85
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue May 31 10:42:56 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue May 31 10:42:56 2016 +0200
Fixed command class name for distutils
The overwritten build and install commands should not change
their name in order to stay consistent on e.g --help
commit bd309840758eb3c2e30cf924c1adef211afbe080
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue May 31 10:32:28 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue May 31 10:32:28 2016 +0200
Fixed kiwicompat binary lookup
The test for os.path.exists on just the binary name
without a path specification always fails if not
present in current directory. Let execvp do the job
for us
commit 2d6f8a3ebfa5a27a16d8b57908f461a62671f3ff
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue May 31 10:11:58 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue May 31 10:11:58 2016 +0200
Fixed entry point for kiwicompat
commit eafd17a4fcd8bdc70840ea5bdcbed8b79010d57c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue May 31 10:00:51 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue May 31 10:02:22 2016 +0200
Use path lookup for kiwi-ng in kiwi_compat
Instead of a fixed path use the PATH lookup. This would
allow to install kiwi at alternative places as long as
the path is part of the shell search PATH
commit 69992390ee85ecb78bf6301461b09eafdd1cdc0a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue May 31 09:38:28 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue May 31 10:02:22 2016 +0200
Create completion data at build time
commit 8c60ef66c56a39e094955b890563ebd8cdb92349
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon May 30 19:07:49 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon May 30 19:07:49 2016 +0200
Move all build and install tasks to setup.py
In an effort to distribute kiwi on pypi it should not be
required to call make targets for a complete installation.
Therefore the compilation of the C tools as well as the
installation of the man pages and the bash completion
has been added to setup.py. The spec file to build an rpm
package has been changed to use setup.py exclusively
commit 4241c3c0bfe1ae7448025f58b9834716cfcca572
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri May 27 15:17:12 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri May 27 15:17:12 2016 +0200
Delete obsolete .releasetags from MANIFEST.in
This avoids a warning on setup.py build
commit ed2e6695b18fcc9bc091cb599b4f61d78504ac8a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri May 27 15:16:38 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri May 27 15:16:38 2016 +0200
Fixed warnings in C written tools
commit e2e2e108695008be7a21cccde5b3cc1352c00b75
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri May 27 10:50:42 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri May 27 10:50:42 2016 +0200
Bump version: 8.16.3 → 8.16.4
commit 9e507a3c3f163b54df2532b4c1237ac5bcb2b5e8
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri May 27 10:50:10 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri May 27 10:50:10 2016 +0200
Fixed spec file
update-alternatives is used, thus needs to be required
commit fa8eba2a22f4260470473adf75aa207d098dcf43
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu May 26 00:35:46 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu May 26 00:35:46 2016 +0200
Bump version: 8.16.2 → 8.16.3
commit 75458c9e12b349959cb389999410f42c44e10187
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu May 26 00:33:13 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu May 26 00:33:13 2016 +0200
Fixed completion generator
In addition cleanup the main docopt definition
commit 174e6baab715a8e4d8faf62e014ae74a10d08ca3
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed May 25 23:39:51 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed May 25 23:39:51 2016 +0200
Fixed completion conflict with legacy kiwi
commit 0f67c8fb4670e871a5411cef9ec64cacc168fc26
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue May 24 15:26:07 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue May 24 15:26:07 2016 +0200
Bump version: 8.16.1 → 8.16.2
commit f3a13e714414fafcc7ecf48811ce0d99c85d4aae
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue May 24 15:23:43 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue May 24 15:23:43 2016 +0200
Fixed spec file
rpmlintrc file must be mentioned as source
commit 2db2be1499f105e7ee7dc582c000d8602891990e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue May 24 10:50:22 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue May 24 10:50:22 2016 +0200
Bump version: 8.16.0 → 8.16.1
commit 4e6c8977bb531adae2ffdf0f9ccc71b6cf34ee9a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue May 24 10:49:09 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue May 24 10:49:09 2016 +0200
Update quickstart documentation
kiwi can also be used as a module in other python3 projects.
An example how to do that has been added to the quickstart
commit 0e38be71992a65317933ee1beb1b639f8287ed63
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon May 23 12:01:36 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon May 23 12:01:36 2016 +0200
Bump version: 8.15.5 → 8.16.0
commit 17de09d26da18fce3007e237f2d3abe397b234ff
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon May 23 11:33:46 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon May 23 11:33:46 2016 +0200
Added support for grub2 console switch entry
An additional hidden entry allows the user to switch between the
graphics and the serial console by pressing the 't' key. The kiwi
grub2 template adds this switch if the terminal mode is set to
graphics. The additional entries are only effective of the
grub_platform is set to efi. Fixes #80
commit cd2112bd7defab4c411d286621f7f9da7966e2cc
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon May 23 09:58:40 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon May 23 10:07:30 2016 +0200
Fixed add_repo for zypper repositories
Always run zypper addrepo in order to make any change in the
repository definition to become effective
commit 8afddeb06408a234c569cb82d3414659f3929821
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon May 23 09:40:07 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon May 23 09:40:07 2016 +0200
Fixed add_repo for yum repositories
Always create the repo file from scratch in order to make
any change in the repository definition to become effective
commit 4140397a1441a7e55f8c95b2df2c9f555cde41d3
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat May 21 21:45:57 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat May 21 21:45:57 2016 +0200
Bump version: 8.15.4 → 8.15.5
commit e1c6fb37162e7ff1b3f326c22e995a65f4293b79
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat May 21 21:45:08 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat May 21 21:45:08 2016 +0200
Split quickstart into two parts
Split the quickstart information into a development and
a user part
commit 5f1402b1dca99b3b7ef30a09456baa18f73d8daa
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat May 14 21:19:05 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat May 14 21:19:05 2016 +0200
Bump version: 8.15.3 → 8.15.4
commit 1b2f842f812285b1db82dd80055cc8a9389a0608
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri May 13 18:47:18 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri May 13 19:44:47 2016 +0200
Added readonly check for persistent data
When creating a partition for persistent data, check
if the device class has the readonly flag set before
trying to write anything there. Fixes #74
commit 01995b98520ebf2ff7da7051b953dd4d4da2b65a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri May 13 10:48:23 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri May 13 10:48:23 2016 +0200
Bump version: 8.15.2 → 8.15.3
commit 63bf8d90c939e1343a52a90b444dae5b0fc82fd1
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri May 13 10:27:17 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri May 13 10:27:17 2016 +0200
Fixed removal of a package in XMLState
If a <package> was unwanted in a <packages> section the former
code sets the name of the package to a python None type. This
causes the rest of the code to operate on potential None types
which causes unexpected TypeError's under certain conditions.
Instead of leaving an inconsistent package section the entire
package section reference should be deleted from the packages
instance holding it. Fixes #76
commit cfa7714f31f4e10aba16fdb52cec775ce0ad62f6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu May 12 21:10:15 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu May 12 21:10:15 2016 +0200
Exit code for --version call should be zero
commit 1fc329afacbf02b89a2f85d542c2c78ab7a398fe
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu May 12 09:56:35 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu May 12 09:56:35 2016 +0200
Bump version: 8.15.1 → 8.15.2
commit d71da51cb989cae99f23f675091a6aaaf088fa1e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu May 12 09:55:29 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu May 12 09:55:29 2016 +0200
Set config.sh and images.sh scripts as optional
commit 0b5033f51beaf397eb31b74f26c55d68e37565d3
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu May 12 09:20:14 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu May 12 09:20:14 2016 +0200
Bump version: 8.15.0 → 8.15.1
commit 682021e7e58a2f1f21f1bb27ce2c20b80a233e8a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed May 11 23:01:30 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed May 11 23:01:30 2016 +0200
Fixed landscape smell
Unused variable 'key'
commit 05e8eebd999aa68d6a62aeb32dc0071856289e92
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed May 11 22:57:50 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed May 11 22:57:50 2016 +0200
Fixed landscape smell
Redefining built-in 'help'
commit 414fbcbc1fa28fe56834d8df4c96ead21f124b2b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed May 11 22:53:58 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed May 11 22:53:58 2016 +0200
Fixed landscape error
Dangerous default value [] as argument
commit 06a7472a4fcafa5883583219125115fcfdcda4a0
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed May 11 22:42:41 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed May 11 22:49:22 2016 +0200
Refactor import_description
split code into more readable parts
commit 39d76e754cb1896b3e1104dd95de6c783c0664da
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed May 11 21:33:00 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed May 11 21:40:51 2016 +0200
Make sure mandatory vmdk settings exists
Even without a machine section configuration the minimum
required information must be presented to the settings
template
commit 4e095621f4ec5674fbc3838e533a6af94500e11f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed May 11 19:42:04 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed May 11 19:42:04 2016 +0200
Added store_to_result for vmdk format
The vmdk format provides more than the standard result
store. for vmdk we need to store the vmdk and the
settings file
commit 026fb7b5e32425a0b7174d58d43f18cb32632e20
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed May 11 19:30:01 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed May 11 19:30:01 2016 +0200
Reduce amount of mountpoint check calls
commit 4124d545e0ce624adb2e22fd7929c2bf187c016c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed May 11 19:18:22 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed May 11 19:18:22 2016 +0200
Refactor subformat classes
Add a generic store_to_result method which allows to store
the format result files into an instance of Result. This
allows to customize result handling per format when needed
commit d1e689e00b738d144d84d4b1699f7463717c0626
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed May 11 18:46:02 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed May 11 18:46:02 2016 +0200
Create VMware settings file for vmdk subformat
In order to run or convert the vmdk with VMware products a
settings file is required.
commit 99cf51394b7f01b24665a726eb9ab5c64470734e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue May 10 16:17:31 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue May 10 16:17:31 2016 +0200
Added dropped features information for lxc
commit 69ff4a938a91c985cc21bb477131593d99b4a71f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue May 10 14:23:10 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue May 10 14:23:10 2016 +0200
Bump version: 8.14.2 → 8.15.0
commit 030550a280099734f9bfbed2ca1f639e191dae0a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue May 10 13:02:52 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue May 10 13:02:52 2016 +0200
Fixed script/archive lookup
If a script or archive is specified with an absolute path
in the image description, kiwi should not assume this path
to exist below the image description directory but just take
the absolute path as it is. Fixes #70
commit ea01c4fc38257675f58c887e9a4f7001578d1a03
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun May 8 19:04:41 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun May 8 19:11:52 2016 +0200
Load logging at runtime for MountManager
commit eab75e22bb854a142d4f6130c388019639fb2b83
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun May 8 19:03:52 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun May 8 19:03:52 2016 +0200
Runtime checker message fixes
Start with an empty line to improve readability
commit 183d34172b61b98928b485f7cdc99287fa2e7433
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun May 8 18:52:32 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun May 8 18:52:32 2016 +0200
Integrate runtime checks for tasks
Call appropriate runtime checks for prepare, create
and build tasks. Fixes #20
commit 08ee4ee420914d0e590eb26a79ea9662a0bcebe5
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun May 8 18:32:01 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun May 8 18:32:01 2016 +0200
Create instance of runtime_checker for any CliTask
commit 8b41a88d9edfacc85fe28fcd9e327eba75dc77c6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri May 6 15:12:55 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri May 6 15:12:55 2016 +0200
Fixed building documentation
commit cf81bad86760bfaba0758419945a874c18abbd1b
Author: Thomas Schraitle <tom_schr@web.de>
AuthorDate: Thu May 5 13:39:31 2016 +0200
Commit: Thomas Schraitle <tom_schr@web.de>
CommitDate: Thu May 5 13:39:31 2016 +0200
Reuse env in tox.ini
Reuse virtualenv directory with envdir. Should speed up things
a bit.
Taken from
https://blog.ionelmc.ro/2015/04/14/tox-tricks-and-patterns/#partial-environment-reuse
https://blog.ionelmc.ro/2015/04/14/tox-tricks-and-patterns/#environment-reuse
commit c60d76b9d40c37afb1f7730d470cf3b84ac86161
Author: Thomas Schraitle <tom_schr@web.de>
AuthorDate: Thu May 5 13:36:37 2016 +0200
Commit: Thomas Schraitle <tom_schr@web.de>
CommitDate: Thu May 5 13:36:37 2016 +0200
Use more compact config for tox.ini
Rewrite basepython to make it more compact
Taken from
https://blog.ionelmc.ro/2015/04/14/tox-tricks-and-patterns/#compact-configuration
commit 3a225a92f4a7f7f05898b1ea3912c29c384ab00a
Author: Thomas Schraitle <tom_schr@web.de>
AuthorDate: Thu May 5 13:19:25 2016 +0200
Commit: Thomas Schraitle <tom_schr@web.de>
CommitDate: Thu May 5 13:19:25 2016 +0200
Add requirements section in Quick Start
* Describe what KIWI needs to run, further requirements, and for development
* Introduce 'ghkiwi' as prefix in "extlinks" to shorten external links and
to make linking to KIWI's GitHub repository more intuitive and consistent.
For example, the string :ghkiwi:`tox.ini` is replaced with
https://github.com/SUSE/kiwi/blob/master/tox.ini
commit a64a3cbc9a3c0e3dc9bc69b83557edb5cf61fad5
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed May 4 18:24:11 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed May 4 18:24:11 2016 +0200
Added check_target_directory_not_in_shared_cache
Runtime checker method to check if the target directory
was set to - or below the shared cache directory
commit 82d6c96e1fb97bfb65fb21599ef817d5c1f79061
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed May 4 11:47:50 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed May 4 11:47:50 2016 +0200
Bump version: 8.14.1 → 8.14.2
commit 82235cc22b6eb439a5c8505d54e9300d2a612a95
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed May 4 11:33:57 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed May 4 11:33:57 2016 +0200
Move creation of mountpoint dir to setup method
The volume management classes should create the temporary
mountpoint directory when it is needed and not when an
instance of the class is created
commit 400468a4557bfd44e00d0d0b801db2144296d018
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed May 4 10:30:17 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed May 4 11:05:03 2016 +0200
Cleanup use of temporary directories
All mkdtemp created directories are created with the 'kiwi_'
prefix. In addition all code parts which leaves tmpdirs in
the system after kiwi is done were fixed
commit 0db9e928fd0f3bfb9b9a6a2e04a725717bef5781
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon May 2 16:15:12 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon May 2 16:15:12 2016 +0200
Bump version: 8.14.0 → 8.14.1
commit 8971de052353ab4bb191a405e662a52f394b7ac2
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon May 2 11:18:28 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon May 2 11:18:28 2016 +0200
Added python3-xattr dependency
commit c429c1828984a84e52dfcb92d1f54adb8b2a0b5a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon May 2 11:16:10 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon May 2 11:16:10 2016 +0200
Added xattr checker for DataSync class
The method target_supports_extended_attributes() checks if the
sync target directory supports extended filesystem attributes.
The method is called on sync_data() and will remove the -X / -A
options if provided. A warning message is issued to the caller
if the rsync option list has changed because of the underlaying
filesystem limitations
commit f3b2a045acde580c4700d0f8ca55ae294fce6e2b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon May 2 09:52:07 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon May 2 09:52:07 2016 +0200
Fixed subformat creation
The option -c makes only sense for the qcow2 subformat, whereas
on all other format it cause qemu-img convert to fail
commit 741e3a8c044087f65bef253dc8be4873f35d9f4c
Author: Thomas Schraitle <tom_schr@web.de>
AuthorDate: Sun May 1 19:18:51 2016 +0200
Commit: Thomas Schraitle <tom_schr@web.de>
CommitDate: Sun May 1 19:18:51 2016 +0200
Use iterator protocol instead of StopIteration
CommandIterator contains already the __iter__ magic method. We don't
need to manually use while and next() in order to advance to the next
element.
=> Code refactored to "for line in self.command" which does exactly the
same job, but is better readable. Plus we avoid the nasty try...except
block.
commit fd382e797ffab95bd544c9e43b08ef0753560ffa
Author: Thomas Schraitle <tom_schr@web.de>
AuthorDate: Sat Apr 30 12:05:27 2016 +0200
Commit: Thomas Schraitle <tom_schr@web.de>
CommitDate: Sat Apr 30 12:05:27 2016 +0200
Remove kiwi.logger.init() function
The init function is mostly unneccessary and can be directly created
in the kiwi.logger module.
commit 0033d9d76e1b0ccbc6233b58a297dbb02f43639c
Author: Thomas Schraitle <tom_schr@web.de>
AuthorDate: Sat Apr 30 11:53:47 2016 +0200
Commit: Thomas Schraitle <tom_schr@web.de>
CommitDate: Sat Apr 30 11:53:47 2016 +0200
Remove useless __init__.py
commit b2f8f2a40efa1696cdc4bd36a110b72285f227fa
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Apr 29 21:16:49 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Apr 29 21:16:49 2016 +0200
Fixup usage messages
commit f8d0fe69a255f95efcfb8e5f2e2f1f70ad24d17b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Apr 29 16:49:19 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Apr 29 16:49:19 2016 +0200
Bump version: 8.13.4 → 8.14.0
commit 3b7c4217ebc4c6104ad1fc1fffbba52616d51a2f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Apr 27 17:01:29 2016 +0200
Commit: cloud-init created default user <ec2-user@ip-172-31-0-105.eu-central-1.compute.internal>
CommitDate: Fri Apr 29 14:30:15 2016 +0000
Add check_image_include_repos_http_resolvable
Runtime checker method to check if repositories marked
with the imageinclude attribute are using a publicly
available protocol
commit 685c830e457c02c4f7f228700c0e604aaf609de4
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Apr 27 16:58:42 2016 +0200
Commit: cloud-init created default user <ec2-user@ip-172-31-0-105.eu-central-1.compute.internal>
CommitDate: Fri Apr 29 14:30:15 2016 +0000
Add shared cache location to Defaults
commit a07bbcac89c6c9316a1511a2106d81f7726bf893
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Apr 22 10:30:26 2016 +0200
Commit: cloud-init created default user <ec2-user@ip-172-31-0-105.eu-central-1.compute.internal>
CommitDate: Fri Apr 29 14:30:01 2016 +0000
Added RuntimeChecker class
An instance of RuntimeChecker allows to semantically check for
error conditions according to the provided image description
and build options. Related to #20
commit a2f9684c2570b684159e5f77a87b507af3cb2e54
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Apr 29 16:26:20 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Apr 29 16:26:20 2016 +0200
Added support for custom rootfs label
A new attribute <type ... rootfs_label="name"/> has been added
This Fixes #66
commit cf991c1a4c088d0646c18a82fb9426fc4b6d410f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Apr 29 15:49:10 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Apr 29 15:49:10 2016 +0200
Update grub2 bootloader template menuentries
Mark all menuentries as --unrestricted. Fixes #64
commit 84a6844059f972f89d4d6e6a81c2d0cf5985fa59
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Apr 29 09:26:05 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Apr 29 09:26:05 2016 +0200
Bump version: 8.13.3 → 8.13.4
commit 18d9d8ada1470cda38a8befcd92fd571c9ebf828
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Apr 29 09:24:58 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Apr 29 09:24:58 2016 +0200
Fixed shared local repository mounts
commit 42cff9230fad795947d128006a783b2947339cc5
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 28 18:04:42 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Apr 28 18:04:42 2016 +0200
Bump version: 8.13.2 → 8.13.3
commit 6b1211b8dd6b3241971943863fabed9793d02f87
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 28 15:14:39 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Apr 28 16:54:06 2016 +0200
Added evaluation of imageincluded repositories
repositories marked as imageinclude needs to be added
permanently to the image. Fixes #56
commit b5bdbed6e1b5c65ed25a7d1b414b7b9efe7d7178
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 28 14:30:10 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Apr 28 14:30:10 2016 +0200
Make xz the default compressor for squashfs
When creating squashfs compressed files use xz as compressor
if not other compressor is specified. Fixes #63
commit d5f1bdd1595437db8cd90c5d9d3dd53414d49fc8
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 28 14:21:57 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Apr 28 14:21:57 2016 +0200
Added --add|delete package for prepare command
Allow additional packages to be installed/deleted when
calling system prepare. Fixes #62
commit 24ab1a15c85f618628d298622c385f7854f01fec
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 28 14:14:16 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Apr 28 14:14:16 2016 +0200
Alpha sort option documentation
Alpha sort options in usage and man pages
commit 29c66acca83055bfcb37d48636d731fb1d3a7a79
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 28 14:04:51 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Apr 28 14:04:51 2016 +0200
Added --add|delete package for build command
Allow additional packages to be installed/deleted when
calling system build. Related to Issue #62
commit 22bd4e4dcbc84faf992234e5e150d1aa461933a6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 28 11:36:06 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Apr 28 11:36:06 2016 +0200
Fixed completion generator
complete for kiwi and kiwi-ng
commit 5d3005ceafcbf770ac4585a5b15d3f19421aaf59
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 28 10:16:27 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Apr 28 10:16:27 2016 +0200
Prevent double render on usage
commit 60f3abe3fe1e9539592d8e246d6a7a2322be3892
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Apr 27 11:39:52 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Apr 27 11:39:52 2016 +0200
Bump version: 8.13.1 → 8.13.2
commit faf862fa41d6293bc9dbe246d222acb3dcc01dd0
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Apr 27 11:08:13 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Apr 27 11:08:13 2016 +0200
Allow alternative if isolinux-config failed
If the setup of the base directory failed because
isolinux-config was not able to identify the isolinux.bin
signature, we create a compat /isolinux directory and
hardlink all loader files
commit 894758547ca9dcbf085f3d917d82e974d14d4ee6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Apr 27 11:02:16 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Apr 27 11:02:16 2016 +0200
Fixed typo in message
Fix condition to show the grub module info message
commit ef67966e5beaf5b0e5ba8b2c1cefb9c009ad55bc
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Apr 27 08:48:39 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Apr 27 08:48:39 2016 +0200
Use program output for synopsis in documentation
commit 7040b416275a2bd8fd45d28bc6d75a1ff0070247
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Apr 26 18:02:54 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Apr 26 18:02:54 2016 +0200
Provide custom usage message
Instead of the docopt way to show the usage information we
provide a kiwi specific usage information. The usage
data now always consists of:
1. the generic call
kiwi [global options] service <command> [<args>]
2. the command specific usage defined by the docopt string
short form by default, long form with -h | --help
3. the global options
commit 0bf00ba3c41096a8c0da409a91bf6507efdf9a48
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Apr 26 14:58:01 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Apr 26 14:58:01 2016 +0200
Fixed loadSELinuxPolicy
enforce policy is located in /sys/fs/selinux
commit f86fe19beff7cad2122489c6dd6d96096512dfd7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Apr 26 14:56:12 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Apr 26 14:56:12 2016 +0200
No authconfig on RHEL >= 7
commit 8d507e049d94a5db66bf01a3bac122ff4340a858
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Apr 26 14:41:44 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Apr 26 14:41:44 2016 +0200
Activate SELinux for RHEL systems
Added new boot method loadSELinuxPolicy and call it as part
of the rhel-preinit phase. This put SELinux in enforcing
mode also from the kiwi initrd
commit 24011064b35dd865b28f3ea7c49f54ed644ef5ea
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Apr 26 12:40:23 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Apr 26 12:40:23 2016 +0200
Handle fsmountoptions attribute in all builders
commit 27d13c555323d663977086e6d9d24021219d27fd
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Apr 26 11:53:19 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Apr 26 11:53:19 2016 +0200
Refactor custom_args handling for VolumeManager class
Allow for two elements fs_create_options and fs_mount_options
in a VolumeManager instance and pass along the information
to the FileSystem and MountManager instances
commit a9d0b607d79135251606a60f6093855599c97e8c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Apr 26 11:02:28 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Apr 26 11:02:28 2016 +0200
Refactor custom_args handling for FileSystem class
Any FileSystem class can receive a custom_args dictionary
which by defaults ensures the presence of an empty list
for create_options and mount_options. The create_options
are used in the subclasses when the filesystem is being
created and the mount_options are passed to the MountManager
when the filesystem is mounted for e.g data_sync
commit b0472abc8e445d0b46979f5a3566459f2253e59c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Apr 26 09:20:42 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Apr 26 09:20:42 2016 +0200
Make kiwicompat understand --version | -v option
commit c40d397b6eabef60a5ec0119debbefc495364125
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Tue Apr 26 09:17:04 2016 +0200
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Tue Apr 26 09:17:04 2016 +0200
Small spelling corrections
Apply title style:
* package -> Package
* module -> Module
* Use backticks for kiwi.* modules to avoid spelling problems
commit 26fca7f5f6c66e0bfec24d5022bdafdd9504e11a
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Tue Apr 26 09:12:59 2016 +0200
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Tue Apr 26 09:12:59 2016 +0200
Update spell-checking wordlist
GitHub, JeOS, KIWI, LXC, squashfs, stderr, stdin, stdout, Submodules,
Subpackages, zypper
commit 12856d4c8c2f555b9ea634a063beb4b0b7f7cc6e
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Tue Apr 26 08:47:07 2016 +0200
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Tue Apr 26 08:47:07 2016 +0200
Add "spell" rule in Makefile
Also included in the help target
commit b969f374742596c345e4ce619c18ea4b7208745e
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Tue Apr 26 08:45:33 2016 +0200
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Tue Apr 26 08:45:33 2016 +0200
Enable Acronyms, importable modules, and builtins
commit 30bb562a570ac72b464d8a33213f26e44df3cff1
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Mon Apr 25 18:34:17 2016 +0200
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Mon Apr 25 18:34:45 2016 +0200
First draft to "beautify" HTML appearance
* Add GitHub button and "Fork me" widgets
* Add Travis button
* Remove obsolete code
commit 6e927d7c2cc31fc529fa2c76bdc1c0345dcd6320
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 25 18:05:36 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 25 18:05:36 2016 +0200
Bump version: 8.13.0 → 8.13.1
commit 6df0282d1ca9a89649a512ce579a29abc7dea306
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 25 12:40:49 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 25 12:50:10 2016 +0200
Added support for SELinux file security contexts
Systems using SELinux require the filesystem data to be labeled
according to a security context configuration. kiwi now checks
for the presence of /etc/selinux/targeted/contexts/files/file_contexts
and labels accordingly if it exists. This Fixes #52
commit 2f1e892fb65e6cca2f1401df580e684bf28dbfa3
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 25 12:39:28 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 25 12:50:10 2016 +0200
Make grub2 installation path lookup dynamic
Not all linux systems installs grub2 below /usr/lib/grub2
For example RHEL7 packages it below /usr/lib/grub. Therefore
kiwi needs to be flexible with this path
commit 176a6d1690da5cf2c8e720334c78f48dd2f8ae93
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Fri Apr 22 16:25:58 2016 +0200
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Fri Apr 22 16:25:58 2016 +0200
Used :returncode: for sphinxcontrib-programoutput
Fix a warning when calling "kiwi-ng". As the script returns 1,
it is considered to have failed by the program-output directive.
The returncode line fixes that.
See more info here:
https://pythonhosted.org/sphinxcontrib-programoutput/#error-handling
commit 63add3325cb9987557dab62cc3668e84313261e1
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Fri Apr 22 13:30:45 2016 +0200
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Fri Apr 22 13:31:54 2016 +0200
Integrate version string from placeholder
Use |version| placeholder, no bumpversion etc. is needed.
Actually, it's taken from conf.py
commit 8733afc8f2401b10ede5039831dfc95b2d11811a
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Fri Apr 22 09:52:49 2016 +0200
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Fri Apr 22 09:52:49 2016 +0200
Spell checking doc and extended word list
commit 0c3f3c226f02071c4c6d434feba74468f9b4bf0c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 21 18:52:06 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Apr 21 18:52:06 2016 +0200
Add filesystem requires in kiwi-boot-requires
In order to have all filesystem creation tools available
when building in the buildservice we need to require them
in kiwi-boot-requires
commit 07f557ced464ab9f28b73a928e01895c317ea00a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 21 16:27:36 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Apr 21 16:27:36 2016 +0200
Bump version: 8.12.0 → 8.13.0
commit 606b131d7708403c175ea85a3fe4984a47ddf8fa
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 21 15:50:17 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Apr 21 16:21:00 2016 +0200
Set ident export-subst git attribute on version.py
commit c4f022161c17a028a12723de2337e3d2bcb7e259
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 21 12:16:26 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Apr 21 12:16:26 2016 +0200
Bump version: 8.11.0 → 8.12.0
commit 2c31d70ecb274283ad4246422a3431fbc0ce563d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 21 12:07:09 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Apr 21 12:07:09 2016 +0200
Fixed documentation link references
Use redirected target and fix broken targets according to
link check on make build
commit ec60cc58a8b28923236f6d01bd46e09b9a296887
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 21 11:51:36 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Apr 21 11:51:36 2016 +0200
Fixed typo in documentation
Missing question mark at end of sentence
commit 6368ef0ab843c1ae95b4f7860297a34d0ec75064
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 21 11:46:53 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Apr 21 11:46:53 2016 +0200
Bump version: 8.10.1 → 8.11.0
commit 4b1c59624ce8ef12729fb1594963ba1378f273ad
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 21 11:46:18 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Apr 21 11:46:18 2016 +0200
Fixed typo
commit 785b3a04476dbe7d987b29ede67e907b79a62214
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 21 11:32:21 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Apr 21 11:32:21 2016 +0200
Added Legacy KIWI vs. Next Generation chapter
commit 3f8d7f80ea4badff4924e7c019357d8fa0001786
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Thu Apr 21 08:48:33 2016 +0200
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Thu Apr 21 08:48:33 2016 +0200
md -> rst, radically shortend README
commit 0b1460aa4909b956566004206da963664d11b994
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Wed Apr 20 17:01:36 2016 +0200
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Wed Apr 20 17:01:36 2016 +0200
More substantial changes of the doc
* Overall: try to be more consistent
* index.rst
* Move "Supported Distributions" and "Dropped Features" sections
* Quick Start:
* Add abstract
* Add note about automatic link creation
* Move "example appliance description" sections and subsections
further down
* Streamlined "Contributing" section
* Corrected titles and distinguish more between descriptive and
procedural
commit bb5ae9f5e60213377fb567a8527a397b1fe1a66e
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Wed Apr 20 15:22:15 2016 +0200
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Wed Apr 20 15:22:15 2016 +0200
Remove useless substitutions (placeholders)
commit fd849229cbdbfc0925f0bfab863ceca050dab78f
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Wed Apr 20 15:21:16 2016 +0200
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Wed Apr 20 15:21:16 2016 +0200
Add KIWI logo
commit a15e1cf0e077f4893b1c60a77317034289015f49
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Wed Apr 20 15:17:54 2016 +0200
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Wed Apr 20 15:20:56 2016 +0200
Move Motivation section from quickstart to index
commit 4aad113d98847b69d82286bdf514be2999fae960
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Wed Apr 20 12:39:55 2016 +0200
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Wed Apr 20 12:39:55 2016 +0200
Correct heading and remove build status
commit 30ee0d229197c5f459781b33561e373767875a7a
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Wed Apr 20 11:27:59 2016 +0200
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Wed Apr 20 11:35:32 2016 +0200
Add QuickStart Guide and improve documentation
* Added Quick Start Guide, taken from README.md
* Improve index/main file:
* Shortend main entry page
* Make more headings
* Add feature highlights to draw attention
* Add sidebar with important KIWI links
* Use ordered list of KIWI concept (prep and creation step)
commit c8b95d96d97bf746a514c1d88d0c19706e52f34d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Apr 20 10:37:20 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Apr 20 10:37:20 2016 +0200
Add package manager requirements in spec file
commit 87e9a2defe4b5a15992e61125010ee31afc9fb68
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Apr 19 12:24:03 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Apr 19 12:24:03 2016 +0200
Update README
commit 36b1d6a8aa1dc20c9a2aa56fb7452267322a272b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Apr 19 12:23:10 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Apr 19 12:23:10 2016 +0200
Update README
commit 077aabd69c53d55770d0039cb22fe698cdd6e2fd
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Apr 19 12:21:55 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Apr 19 12:21:55 2016 +0200
Update README
commit 7de75965ea610620d71dae42f4c8ee4efcdd6566
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Apr 19 11:02:43 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Apr 19 11:02:43 2016 +0200
Move program name from kiwi-py3 to kiwi-ng
commit 47e83f7dcfbe36cde3df3132a723dc5e425fedb2
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Apr 19 10:09:20 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Apr 19 10:09:20 2016 +0200
Added genisoimage requirement to kiwi spec file
On SLE12 we only have genisoimage, on Leap and Tumbleweed we
have both genisoimage and mkisofs. For the moment both toolkits
produces working iso images with kiwi, thus I chose the save
default with genisoimage
commit 91afaad9232110c9ca1d8c871f5e1bab31801c17
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Apr 19 10:07:21 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Apr 19 10:07:21 2016 +0200
Be more flexible for isoinfo lookup
isoinfo can either be provided by the community package in
/usr/lib/genisoimage/isoinfo or by the mkisofs package from
J. Schilling in /usr/bin/isoinfo. kiwi should be smart enough
to lookup which tool is installed. /usr/bin/isoinfo will be
preferred
commit dfff0f21beb1c92248a8523315e17f1747dcbef6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Apr 19 08:44:51 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Apr 19 08:44:51 2016 +0200
Update README
Added link to documentation
commit b2351e111ff6944b52694426558a2692069ecf96
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 18 20:30:06 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 18 20:30:06 2016 +0200
Try with latest version of travis-sphinx
commit 6a20374e52f3124787df4ac13f53d5bec1abea3a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 18 19:01:31 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 18 19:01:31 2016 +0200
ghp-import required for travis-sphinx deploy
commit 96b44d68ae0bfef2dd9acbfb3800b9a59ff95e22
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 18 18:29:49 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 18 18:29:49 2016 +0200
Make sure enchant library is present for travis
commit 3aabe1b974e9672e4988ac628594910d14354202
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 18 18:23:36 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 18 18:23:36 2016 +0200
Update tox setup
Update TOXENV targets
commit 30667b3ec2985d43aa268913c7bdd8a912e7db49
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 18 17:59:07 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 18 17:59:07 2016 +0200
Move travis-sphinx build tox target to script section
commit 5f37b578d7b0a149283ab38a090a0677099e0372
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 18 17:46:59 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 18 17:47:38 2016 +0200
Use tox target for travis-sphinx
commit 8973f64fc3dcdb8a7b923021289d4fd97f6bcce5
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 18 17:31:12 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 18 17:31:12 2016 +0200
Put travis-sphinx build into script section
commit ce61d4bc4da16efcf20f69f2167d9e49f01c3cc7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 18 17:23:03 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 18 17:23:03 2016 +0200
Make travis-sphinx deploy work
It's required to call travis-sphinx build in order to be able
to run the deploy command
commit 63253068caa496945e0ee8acbe5f561638996a25
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 18 17:12:39 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 18 17:12:39 2016 +0200
Fixed documentation linkcheck results
commit ccf1ce6c7c05a84907ac131e8447cafd935e70ff
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 18 17:06:17 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 18 17:06:17 2016 +0200
Make sure shared mount directories exists
Create shared directory path on the host _and_ in the
new root directory to make sure the bind mount works
commit fb805ee10001fb0769e30491b46e80e19bc2c3c2
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 18 16:57:17 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 18 16:57:17 2016 +0200
Update documentation entry page
commit a71c2e6d37d350dbad5c014921c8cb20dce3475f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 18 12:20:00 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 18 12:20:00 2016 +0200
Use travis-sphinx to deploy doc to github
https://suse.github.io/kiwi
commit 3ccd2b0d185eb28f8b8bd8488e2ae3dbe6765169
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 18 10:05:27 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 18 10:05:27 2016 +0200
Fixed package requirements
libxslt-tools provides required xsltproc
commit c9693623c131c4d283d174382a0c6dcd6e90bd78
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 18 09:59:18 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 18 09:59:18 2016 +0200
Update README for style and markup
commit 7e8dead2e20d922fbc813b688d3e49f488b4cbb7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 18 09:58:18 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 18 09:58:18 2016 +0200
Fixed README, wrong markup
commit 068a5691170db1290166c5e61633430dbbbb836c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 18 09:57:08 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 18 09:57:08 2016 +0200
Update README
Add information how to build with dice
commit 33468110b1d509c0fa275ea800e5c5d6bfc8dcd9
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 18 09:36:44 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 18 09:36:44 2016 +0200
Add part_msdos module for self build EFI image
commit 81a8f2253172928cb1be578c6423e97015ef5f6e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Apr 15 14:45:23 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Apr 15 14:45:23 2016 +0200
Update tox.ini
Documentation building requires sphinx_rtd_theme and
sphinxcontrib-programoutput
commit fc4b8d6d7a712724f9bc60968bda751558932150
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Apr 15 14:41:16 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Apr 15 14:41:16 2016 +0200
Update volume_manager inline API documentation
References #49
commit b7cf1aa30272dc0f61f04cbf41d22b014a78c27f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Apr 15 11:58:44 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Apr 15 11:58:44 2016 +0200
Update utils inline API documentation
References #49
commit c1e3b2214c05b09102b2ca08fb92175b10db9eae
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Apr 15 11:43:17 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Apr 15 11:43:17 2016 +0200
Update tasks inline API documentation
References #49
commit ea42d733c6a82f33b1d3dfacabcb7f8a7b9876cc
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Apr 15 11:24:51 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Apr 15 11:24:51 2016 +0200
Complete system inline API documentation
References #49
commit 359a01615596487bb6db89bd7fe986707f176fcc
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Apr 15 10:35:19 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Apr 15 10:35:19 2016 +0200
Use Path.wipe instead of directly calling rm
commit 98b8018af193f6f66294b713ad2ec03435de955e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Apr 15 10:34:00 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Apr 15 10:34:00 2016 +0200
Update system inline API documentation
References #49
commit 4855fd92be983bfddb0456b58d22c02a39bfeb8d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Apr 15 09:34:12 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Apr 15 09:34:12 2016 +0200
Update storage inline API documentation
References #49
commit 4f5322f61805a5f5d945ccad660c0799ab049355
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 14 16:34:39 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Apr 14 16:34:39 2016 +0200
Fixed typo
commit 32c553bbd251291b428f2e7748fdf323fd3b729c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 14 15:38:31 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Apr 14 15:38:31 2016 +0200
Cleanup use of partition id maps
For the partition setup the Disk class uses dictionaries
to map the partition name to the partition number. However
there are public partition names such as 'kiwi_BootPart'
and kiwi internal partition names such as 'boot'. The code
should make it more clear which mapping table is used
commit ceb904716ac0c5125a35c7ed6d131f54349381db
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 14 14:57:11 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Apr 14 14:57:11 2016 +0200
Update repository inline API documentation
References #49
commit 22d1492775fc6fbaed284b857c679b9bade9f6d3
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 14 14:26:19 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Apr 14 14:29:28 2016 +0200
Update partitioner inline API documentation
References #49
commit b24f500549201dfabb193f75fee91b73508fd09a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 14 14:25:49 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Apr 14 14:25:49 2016 +0200
Complete bootloader inline API documentation
References #49
commit d13f1b3e7f5a62e45ccc561570e2bed52edc920a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 14 11:53:35 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Apr 14 11:53:35 2016 +0200
Update README
Add chapter about signing commits
commit 4019043667d5a7f788b6a2408e9dc48de20b68d7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 14 11:41:17 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Apr 14 11:41:17 2016 +0200
Update README
commit 364c737277b5b04fb8f1494550613fc8b2034fb4
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 14 11:36:27 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Apr 14 11:36:27 2016 +0200
Update README
commit c5bcecc56a6f71c5f83e727aaf12094d7e181e33
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Apr 13 17:52:12 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Apr 13 17:52:12 2016 +0200
Update package_manager inline API documentation
References #49
commit 2b8b5e91f3bc5544440acf9045d551170c1f6562
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Apr 13 17:16:39 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Apr 13 17:16:39 2016 +0200
Update filesystem inline API documentation
References #49
commit 1a0f0a444228cfc4a629ea94e124795dff91c383
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Apr 13 16:53:53 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Apr 13 16:53:53 2016 +0200
Update container inline API documentation
References #49
commit 9fd988f4e5acb36baf60cfec749fcb060416413c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Apr 13 12:52:25 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Apr 13 12:52:25 2016 +0200
Update builder inline API documentation
References #49
commit 37ad6008aafd83c2726be8e0b259fc2bf8ad070d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Apr 13 11:50:14 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Apr 13 11:50:14 2016 +0200
Update bootloader/template inline API documentation
References #49
commit e2966efe63aba9f1470c06bba4a7b52ac4803622
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Apr 13 11:42:28 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Apr 13 11:42:28 2016 +0200
Complete bootloader install interface
commit 48695c61259b1e5457cdb4438fd1f71908a5e48c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Apr 13 11:40:25 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Apr 13 11:40:25 2016 +0200
Update bootloader/install inline API documentation
References #49
commit 6e1b7c9c8857a6c650d5f8d5f3efd8d9bb91dc75
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Apr 13 11:22:46 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Apr 13 11:22:46 2016 +0200
Move get_failsafe_kernel_options to Defaults
commit 71d03a32017749a58a39c832974b9df00c5edb2c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Apr 13 11:15:56 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Apr 13 11:15:56 2016 +0200
Update bootloader/config inline API documentation
References #49
commit bc577bd758e2185e1ea94833cb7ce32482542d88
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Apr 12 15:24:20 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Apr 12 15:24:20 2016 +0200
Update boot/image inline API documentation
References #49
commit f5de55229d021a0d157e1f93a0223fd749c080cb
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Apr 12 15:12:33 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Apr 12 15:12:49 2016 +0200
Update archive inline API documentation
References #49
commit 659fe9a79526925901b6d0607da3b6d5d9b9fe78
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Apr 12 11:12:18 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Apr 12 11:12:18 2016 +0200
Delete traces of zfs support
commit d87685e717c0c050c051cedbff7e024ddef83e86
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Apr 12 11:10:01 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Apr 12 11:11:00 2016 +0200
Update inline API documentation
References #49
commit 3fc61acc961700b93c6a310634289a96f17e0d4d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 11 16:11:48 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 11 16:11:48 2016 +0200
Update inline API documentation
commit e03a430f4ca3314225edcfe34a437c7e25d0ac00
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 11 16:02:29 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 11 16:02:29 2016 +0200
Update inline API documentation
commit 486f12e426ea98bc0c38688580085efcdf28c23a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 11 15:42:13 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 11 15:42:13 2016 +0200
Update inline API documentation
commit 8e6812dcf62b07340c05daeafd446c1886ddb155
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Apr 11 15:09:26 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Apr 11 15:09:26 2016 +0200
Update inline API documentation
commit 6468b7c8ab1015f7bdddda63549ae7c8355c9c0f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Apr 10 22:47:52 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Apr 10 22:51:20 2016 +0200
Ignore auto generated code for API docs
commit 58861fdcc8ddf70d4969ccba41eaed1b23cd79af
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Apr 10 22:43:15 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Apr 10 22:51:20 2016 +0200
Update inline API documentation
commit 9be138acc8ee4cb6a0d048d7662cdd9ee2c39c12
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Apr 8 16:09:15 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Apr 8 16:10:15 2016 +0200
Update api documentation setup
commit b2552121f87c5d04d1f61bfbecc65bca8de64ea9
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 7 12:04:53 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Apr 8 16:10:15 2016 +0200
Create Initial autodoc structure
Called 'sphinx-apidoc -o source/api ../kiwi'
commit 7e2a332a92bed2c45407894122220783f6c953d5
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 7 12:04:24 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Apr 8 16:10:15 2016 +0200
Fixup docstring for kiwi/command.py
commit 467d3ee54c3602a6ae743d75d3d428de27a76bb9
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 7 11:03:06 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Apr 8 16:10:15 2016 +0200
Move manual page documentation in subdirectory
Separate api documentation from manual pages
commit 7fee187cf5feac24f4d1b3948fb4522cac4a464f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Apr 7 10:16:40 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Apr 8 16:10:15 2016 +0200
Update virtualenv development setup
make sure we can build the docu in the development
environment
commit e0f2418984cb70086ba54dc093129426b1b91f07
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Apr 6 16:16:48 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Apr 8 16:10:14 2016 +0200
Add docstrings for Cli class
References Issue #49
commit 54cf56b19466f26519af2c530ea7b9644ee47cdd
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Apr 8 11:48:05 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Apr 8 11:50:01 2016 +0200
package kiwi-pxeboot must not be noarch
We want to specify for which arch we provide it. Thus
it's not allowed to specify it as noarch even though
it provides only noarch data
commit 8c32f4af004e0992d6631304da3ea3ae9194e16d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Apr 6 11:02:59 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Apr 6 11:02:59 2016 +0200
Fixed ppc setup of etc/default/grub_installdevice
On power grub must be installed into the Prep partition into
the master boot record of the disk
commit d8379ef4e2f0984c5594ff29dfa3c80df2c2b3a9
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Mon Apr 4 10:47:21 2016 +0200
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Mon Apr 4 10:47:21 2016 +0200
Add Python 3.5 to be consistent with Travis
commit 8b3bd2054a730508142bf4c4185b8cab242946e0
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Apr 2 23:27:14 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Apr 2 23:27:14 2016 +0200
Fixed logger unit test
commit e68d61dc6b9afeecb411211b4c5f535d905ff113
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Apr 1 22:50:00 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Apr 1 22:50:00 2016 +0200
Make color output an option
By default no color output is used
commit 5cbca6d461cc0f98255d731bb474748e924ce361
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 30 17:41:07 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 30 17:41:07 2016 +0200
Added missing kiwi-packagemanager provides
The buildservice looks up for a package manager capability
commit 5f0cac443a595f01a529e315140393146d355b86
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 30 15:28:55 2016 +0200
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 30 15:28:55 2016 +0200
Fixed spec file
syslinux is not a requirement for the base package
commit 6161e202c32363b3a203a7a4ebd28b7f07278411
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Mar 24 16:57:38 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Mar 24 16:57:38 2016 +0100
Check for derived description path in prepare too
commit 773033eebe9569665f1b3872a5e337c4478966c0
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Mar 24 16:41:47 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Mar 24 16:41:47 2016 +0100
Refactor SystemSetup class
the information about the description_dir is part of the
provided xml_state instance. There is no need to pass that
information along twice
commit cc8b18e4ea836713c527bcc9151b14eeb374ffc6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Mar 24 16:29:28 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Mar 24 16:29:28 2016 +0100
Fixed use of derived_description_dir
Only in import_description we need to check for both locations
commit d8c8480fd4f4b1ca2a71d2123ef347fbb602fcb6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Mar 24 16:00:48 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Mar 24 16:00:48 2016 +0100
Make sure import_description preserves archives
commit f1c5531e248aacf37a87017db35cd6687936575e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Mar 24 11:14:14 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Mar 24 11:14:14 2016 +0100
Refactor InstallBootLoaderGrub2 constructor
architecture dependant device setup belongs to the install
method where it is actually needed. That prevents the
construction of the instance to be architecture specific
commit 535bff4010f2695e9a4c74693de202cfb5c0e191
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 23 17:41:13 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 23 17:41:13 2016 +0100
Make list of efi grub modules arch dependant
commit c46f692397c00c4e0c36fd41b0290f8bf9c6a169
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 23 17:37:57 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 23 17:37:57 2016 +0100
Revert "Delete efi_uga module from list"
This reverts commit 191d423eb571d3cc08f34b5e4ef15eb6296a6563.
commit 191d423eb571d3cc08f34b5e4ef15eb6296a6563
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 23 17:03:31 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 23 17:04:29 2016 +0100
Delete efi_uga module from list
commit 7ce8a3d8f57cc89137fee03ddca13922e9ac08db
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 23 16:52:34 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 23 16:52:34 2016 +0100
add multiboot grub module only on demand
multiboot is only needed for self build grub images in Xen
guest mode
commit 2a4aac0b4fb307e1557464f54f6652e9719be969
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 23 15:56:39 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 23 15:56:39 2016 +0100
Don't raise if kversion exits with error
In this case a default value applies
commit 0eef3d733694ba7ebcb8ea90c4dda3671b5ba5d9
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 23 15:19:31 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 23 15:19:31 2016 +0100
Activate partitioner support for arm
commit 82ab918cb46e427535e44a39d318676ce8c08911
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 23 15:00:39 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 23 15:00:39 2016 +0100
Add optional derived_from param to XMLDescription
An instance of XMLDescription can now optionally become
constructed with a path to an image description this
instance was derived from. This is currently used for
building the kiwi boot image to tell the boot image
XML description instance from which system image instance
it was derived from
commit 0eace0773c50b19cddacb70eb3ab05c753ab58f8
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 23 12:41:42 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 23 12:41:42 2016 +0100
Evaluate default video mode for iso images
commit c43f226577628faaff64b99f31b8fbe69b37c122
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 23 12:13:04 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 23 12:13:04 2016 +0100
Added custom profile for arm/oemboot/suse-tumbleweed
commit 9b1c2b83c38020d3b02af868e127a087d496a6ed
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 23 12:08:32 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 23 12:08:32 2016 +0100
Update firmware types for arm architectures
Add efi and uefi as allowed types, complete architecture name list
set efi as default firmware for arm
commit 9f0016956e7a8b126333215275a7af37322867cc
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 23 11:08:38 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 23 11:10:40 2016 +0100
Added pre/post hooks for bootloader setup/install
preInstallBootLoader, postInstallBootLoader
preSetupBootLoader, postSetupBootLoader
commit 3b5c937cd315199a647e286337b8a70f3d6522c4
Author: Marcus Schäfer <ms@novell.com>
AuthorDate: Wed Mar 23 09:23:56 2016 +0100
Commit: Marcus Schäfer <ms@novell.com>
CommitDate: Wed Mar 23 09:23:56 2016 +0100
Fixed architecture dependant tests
commit 08d39049bc3b2d61e26edbba1ec64bbb958abbe4
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 22 16:15:47 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 22 16:20:51 2016 +0100
Added support for virtual boot partition on arm
Triggered by the firmware="vboot" setup an EFI setup plus a
raw partition without filesystem is created as first partition.
The size of the partition can be controlled by the vbootsize
attribute. The vboot feature is used by the arm architecture
to provide a space in the partition table for custom code as
required by e.g the chromebook. The final customization of the
vboot space is board specific and can't be implemented in a
generic way in kiwi. For finalizing the vboot space the script
hooks editbootconfig and editbootinstall can be used
This is related to Issue #17
commit e98ab5f39eed8895e724ce0a1dab449cd275ab79
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 22 11:28:11 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 22 11:32:03 2016 +0100
Rename partition id kiwi_JumpPart to kiwi_EfiPart
This makes it explicit for what purpose the partition
is really used. EFI is not configured the same for all
architectures but what is consistent is that on this
partition an efi image is located to become loaded by
some firmware
commit 3a021594b3bfc415d694f9370bce2fc2648620a4
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 22 10:17:07 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 22 10:28:25 2016 +0100
Activate boot partition only for msdos tables
commit 2229072b275fa0336e5cfef3c06938b1687377a0
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 22 09:55:28 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 22 10:28:25 2016 +0100
have tar preserve all xattrs
By default tar will only preserve a subset of the capabilities
with --xattrs. Adding --xattrs-include=* should preserve all
capabilities (e.g. user.*, security.capability etc.).
commit e08b74f3eee5e5eb91ffac967e2bbd0754aa1add
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 22 09:18:14 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 22 10:28:05 2016 +0100
Preserve hybrid GPT status on boot
Added createHybridGPT method and setup the hybrid GPT/MBR
table if requested by the XML configuration. In addition
move the partition activation call also into the partition
table finalize method. This is related to Issue #17
commit 848c5144fb84fa29ea887216edaf3d5d5c16a565
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Mar 21 17:16:45 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 21 17:17:05 2016 +0100
Refactor partition table setup code
Added two methods preparePartitionTable and finalizePartitionTable
which are used to prepare the partition table to allow resizing
and to finalize for partition flags after resizing. This replaces
the updatePartitionTable method
commit a5015dedcede7496d6d6011c9d59682ff8747101
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Mar 21 11:39:46 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 21 12:41:51 2016 +0100
Delete obsolete GPT fixup code
Related to bnc#825221 code was added to recreate the disk with
a new GPT label. The reason was that parted created a gpt_sync_mbr
partition table when kiwi repartitioned the disk to use the full
geometry. This was an unwanted behavior by parted and causes the
additional code in kiwi. The current parted version behaves
correctly and thus makes this additional code obsolete
commit f954861f896eaeff9a89520c72269583731121ee
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 18 15:46:56 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 18 21:41:14 2016 +0100
Added support for hybrid GPT
Embedding an MBR into a GPT is required for a collection of
boards, e.g arm rapberry PI. The kiwi configuration provides
a new attribute called
<type ... gpt_hybrid_mbr="true|false"
which allows to control if the GPT should be hybrid or not.
On build procedures which do not create a GPT the attribute
has no effect. This references Issue #17
commit d51059d77aefde0b1b627b2d43935a1922939037
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 18 11:16:52 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 18 11:21:06 2016 +0100
Update all XML descriptions to schema v6.3
commit 545421f3ab498ff11185c0236f99f91aeeeda90a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 18 11:15:58 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 18 11:21:06 2016 +0100
Added make valid target to Makefile
make valid applies the latest XSLT processing to the boot
and test image descriptions
commit 9c0d36a2b956cbd8d563ecb84da2823f88598d91
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 18 11:03:15 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 18 11:21:06 2016 +0100
Added XSL stylesheet convert62to63.xsl
auto convert from schema v6.2 to v6.3
commit 73ef1e583386bd7e4398f8e6b7d4119908c6559f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 18 11:01:49 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 18 11:21:06 2016 +0100
Update schema to version 6.3
- Deleted obsolete split section
- Deleted zfsoptions, fsreadwrite and fsreadonly attributes
- Updated allowed values for bootloader and filesystems
commit 8217431c7eb0172b37c15f6e0b3772cb4af8ae1a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 18 10:28:47 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 18 10:28:47 2016 +0100
Delete obsolete support for syslinux(extlinux)
grub2 or the architecture specific loader requirement is
supported but the alternative x86 loaders syslinux/extlinux
were not really used
commit bb412e94cfbd6ff451e083b740a9ddc9c9a5b75c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 18 10:23:07 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 18 10:23:07 2016 +0100
Delete obsolete support for uboot
arm boot is using grub2 efi images loaded by a firmware. The
firmware could be uboot but due to the non generic way to
setup the board that it loads the firmware all of these tasks
are handled by custom scripts called via the kiwi
editbootconfig / editbootinstall script hooks. Therefore kiwi
itself does not have to setup or install uboot
commit 514c1b6f348df84818acaa829c9a8f3c5a15b614
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 18 10:20:27 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 18 10:20:27 2016 +0100
Delete obsolete support for yaboot
grub2 is used for ppc64 platforms, so far no older ppc
platform is supported
commit b1b73b4f072a104f11b76b8dfe2d9367a5fc274a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 18 10:15:08 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 18 10:15:08 2016 +0100
Delete obsolete kernelCheck method
commit a9a4f8d4f816d8b7bf11a9c9dacbcd26bf4fb35b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 18 10:12:13 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 18 10:12:13 2016 +0100
Delete obsolete support for legacy grub
commit 134b6658a771da75259251da2bd92e50e9bc5ea8
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 18 09:59:45 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 18 09:59:45 2016 +0100
Delete obsolete support for split(combined) image
commit 6d2ff2c00eb68a9484acbaaaa5dbbfd23ee32738
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 18 09:30:55 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 18 09:30:55 2016 +0100
Delete obsolete support for reiserfs
commit e0515ada76c45f710bb0a3423eeeedc57f2d1d42
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 18 09:27:53 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 18 09:27:53 2016 +0100
Delete support for ZFS filesystem
btrfs is the way to go these days and zfs still has some
proprietary bits in it
commit 015f268f9df611427880509156049079f7c6736b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 18 09:23:15 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 18 09:23:15 2016 +0100
Avoid the copy of the kiwi initrd to /run
the kiwi initrd copies itself to /run/initramfs in order
to have a way to jump into the initrd system from the later
system. However the kiwi initrd is unpacked pretty big
and exists also only for the very first boot.
commit 4b684749a4f16a5b10b0439b3dc1e4afceb75072
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 18 08:58:40 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 18 08:58:40 2016 +0100
Execute haveged in udevStart if fips is enabled
This ensure there is at least a source of entropy for /dev/random
when the fips mode is enabled. Without it, VMware virtual machines
hang at boot (bnc#964204)
commit b9eb921b503824444223ca98286904214f83d1e7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Mar 17 16:31:53 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Mar 17 16:31:53 2016 +0100
Fixed use of dracut initrd system for arm platform
commit 19f6ad921e79a3e661182d2a0d491b0851c0a69d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Mar 17 16:07:55 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Mar 17 16:07:55 2016 +0100
Added EFI images name for 32bit arm architectures
commit e246e72a52332123fb22edbdec243cd9c648e2f0
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Mar 17 10:42:08 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Mar 17 10:42:08 2016 +0100
Refactor data subpackage
Move from data to utils, data is generally considered
as text data and not code
commit c4c3c7054f89c4f31a561610f0c8eca3e141090e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 16 17:31:46 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 16 17:31:46 2016 +0100
Fixed 32bit x86 builds
Put it all under the ix86 namespace
commit f97dbf6fda25d238bf6ab00e3356e20847437a03
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 16 12:57:25 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 16 12:57:25 2016 +0100
Refactor grub2 EFI support
EFI support was target specific to the x86_64 architecture
This commit changes the structure to allow more architectures
supporting EFI. Thus the arm64 EFI support has been added
as a plus
commit 40a54683011b87f1a7db03a6773c7aa3a1f6595e
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Mon Mar 14 12:57:01 2016 +0100
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Mon Mar 14 12:57:01 2016 +0100
Add {toxinidir} variable for check target
commit 4404be06b9c0fa711e1e9bfc907035bfc70c55e5
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Mar 14 12:35:16 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 14 12:35:16 2016 +0100
Delete nose reference from virtualenv setup
commit e6cc5bfa09162469e31d7ea81e307d8476ce9c38
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Mar 14 09:55:29 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 14 12:23:14 2016 +0100
Move from nose to pytest
nose is no longer maintained, thus we have to move to another
testing system. This commit updates the tox setup and all tests
to use pytest instead of nose.
commit ed4098da3c065ef639aa1fde7429e15c06db0885
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Mar 14 11:04:34 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 14 11:04:34 2016 +0100
Prevent file duplicate badness in spec file
commit 0983e64f2dfde38ee8b1c7bb33b4d03ed0aa22ec
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Mar 14 10:28:12 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 14 10:28:12 2016 +0100
Revert "Added pv kernel profile"
There is no kernel-pv
This reverts commit f0c37709e941e18a1f9b963811a85bd772ee96ac.
commit d7e364e50b97833cb677f4fe406d36e05b913e13
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 11 16:23:24 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 11 16:23:24 2016 +0100
Fixed boot mount path at grub2 install
commit abfd0bf57e7324d5252e308972904acf6f72e629
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 11 16:11:57 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 11 16:11:57 2016 +0100
Revert "Revert "Call shim-install with --removable""
Try again using --removable for shim-install
This reverts commit e3d7d0239d58e901e7d61e215317b93cf0ee1bfb.
commit cc5638faa80b1255a096ee3d7663e19062b1335b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 11 16:09:54 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 11 16:09:54 2016 +0100
Fixed normalizing paths between host and image
commit e3d7d0239d58e901e7d61e215317b93cf0ee1bfb
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 11 15:30:00 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 11 15:30:00 2016 +0100
Revert "Call shim-install with --removable"
With --removable shim-install does not work for image building
This reverts commit d03baa9ee1d0ff44c76afadfc388791b1c5d29fa.
commit f0c37709e941e18a1f9b963811a85bd772ee96ac
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 11 15:12:21 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 11 15:12:21 2016 +0100
Added pv kernel profile
commit e4ff01ea7a994c88358718b402d1b26ab32a170b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Mar 10 15:01:30 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Mar 10 15:01:30 2016 +0100
Add handling for OPAL firmware setup on ppc64
This adds a capability of creating an image for Bare metal POWER
platform, where firmware parses grub2.cfg and simply kexecs into
an image kernel
commit d02bdc18b9d6d9dfb2f9599a280b8a734397300d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Mar 10 14:36:35 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Mar 10 14:36:35 2016 +0100
Refactor FirmWare class
provide a default firmware for each supported architecture
Avoid special sauce in the FirmWare constructor
commit c2e70734565fdee28941c9b9d8e99775da3bd51e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Mar 10 14:23:55 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Mar 10 14:23:55 2016 +0100
Adding opal firmware type for ppc64 architectures
commit e6d8483cc360e5f54f95d1719c284e3f01142131
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Thu Mar 10 13:33:50 2016 +0100
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Thu Mar 10 13:33:50 2016 +0100
First draft of issue#43
Add templates for contributing, issue, and pull requests
commit d03baa9ee1d0ff44c76afadfc388791b1c5d29fa
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Mar 10 11:29:28 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Mar 10 11:29:28 2016 +0100
Call shim-install with --removable
The --removable is to prevent shim-install from writing host's
uefi boot entry by pretending itself as removable disk
commit 8fb633257b849e1d8dd4c27c68685cdc82047916
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 9 18:33:16 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 9 18:33:16 2016 +0100
Delete obsolete shim setup code from kiwi
Due to the use of shim-install the code in kiwi to setup
for secure boot is no longer needed
commit 1e9b6dd9d62e406fd77ca91482d9d25ad7383f4f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 9 18:11:34 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 9 18:12:38 2016 +0100
Use shim-install to setup EFI secure boot
commit 349d1a33873c66a36b93a606fc1a716e08f713c1
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 9 12:16:04 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 9 12:16:04 2016 +0100
Fixed completion generator
Some global options were missing
commit 161a8b3f64c46453b84f0555e1119fe514fea73f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 9 10:29:13 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 9 10:29:13 2016 +0100
Update README
Fixed pyvenv call to use python3
commit d03b392213d8e2214f4c29f9a42d63889e168e71
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 9 10:26:58 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 9 10:26:58 2016 +0100
Update README
style fixes
commit 5616f72a7eb368e01ea23b5895ed2977b82d2292
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 9 10:25:33 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 9 10:25:33 2016 +0100
Update README
Fixed url to packages on the buildservice
commit b61ee7ce3b4552c5ef2c92caf0c2d8e5b7da555e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 9 10:13:52 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 9 10:13:52 2016 +0100
Update README
Be more clear about semantic versioning as documented here:
http://semver.org/
commit 39d08c35f3c4605c973af04ba819b6167855f526
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 9 10:04:44 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 9 10:05:47 2016 +0100
Continue Refactor into subpackage
Move container_setup from toplevel into container.setup
commit 8fc71a4e346fec514dbfa6f78ce1f20840bd5f70
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 8 16:40:06 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 8 16:40:06 2016 +0100
Fixed completion generator
The generated completion code was confused by the -py3 in the
program name if used with kiwi-py3
commit 1ab40fa33a4ebd199f94b1cb0df4c73e7e394d97
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 8 16:21:00 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 8 16:21:00 2016 +0100
Continue Refactor into subpackage
Move task classes into tasks namespace
commit dbd20e8ba308ded843c354149e130391cc7bbfbd
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 8 15:20:23 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 8 15:21:19 2016 +0100
Move storage and subformat tests to match namespace
commit b3c8d071de214c8cecff36f7447b852ae420abb6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 8 15:15:08 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 8 15:15:08 2016 +0100
Move builder test cases to match namespace
commit b4197d33a43320f6d44c723131c3a14a11e41def
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 8 15:09:54 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 8 15:11:13 2016 +0100
Continue Refactor into subpackage
Move DataSync, Checksum and Compress into the data namespace
commit aa6d327a27098cb7da779d823c6ada9e58b350d2
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 8 14:53:56 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 8 14:53:56 2016 +0100
Continue Refactor into subpackage
Move Kernel class to system namespace
commit 24c27b8a97608dc36d58f0b18f4a117a7a2c4bd3
Author: Dinar Valeev <dvaleev@suse.com>
AuthorDate: Thu Feb 25 23:48:33 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 8 11:54:09 2016 +0100
Add support for POWER architecture
Implements requirements for the partition and bootloader setup
in order to build images for ppc64 architectures. Fixes #18
commit 31d868ffe66ae8ae85d9aa95e687ef57f441f9fc
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Mar 7 17:35:32 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 7 17:35:32 2016 +0100
Package new system namespace
commit 612c57414826a3e4a030a62ee93d6f3e20eaeb97
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Mar 7 17:33:39 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 7 17:33:39 2016 +0100
Continue Refactor into subpackage
system install, update, size, users, result should have their own namespace
commit 80bb7c5e78556e245e5ba97b58739dc237670e50
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Mar 7 12:04:56 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Mar 7 12:11:15 2016 +0100
Consolidate all rsync calls into DataSync class
commit f5da3dd11721dd5ba2025f2120b3665193cad564
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Mar 6 14:38:39 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Mar 6 14:38:39 2016 +0100
Release mount after data sync for volume managers
commit ec92ffdba194820d5b1d6e299672bcac5aaba3c4
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 4 17:20:48 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 4 17:20:48 2016 +0100
Fixed LVM volume setup for oem image type
For the oem image type the requested volume sizes are applied
on first boot of the appliance. Therefore inside of the image
the volumes only needs to be created with their minimum required
size
commit 96079ecaf6f4bacc073a3593b777f660c3ed36a2
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 4 16:38:21 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 4 16:38:21 2016 +0100
Refactor use of kiwi_LVM_ profile variables
Reduce code duplication and encapsulate the reading of the
data from the profile into a readVolumeSetup function.
This is related to Issue #39
commit 49aaa59bf0cfd4fcddee70bfdcbd5501d1a8bc82
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Mar 4 10:01:53 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Mar 4 10:01:53 2016 +0100
Preserve extended attributes in tar archives
tar doesn't preserve extended attributes by default, causing Docker
images to not have any correct set-capabilities bits set on binaries
such as ping. This is fixed by adding the --xattrs flag to the tar
command
commit 3c3ad79cfdf8bd22214fa6e0999166c0f927079a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Mar 3 11:20:15 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Mar 3 11:20:15 2016 +0100
Sort output from helper/kiwi-boot-packages
commit a2bfb6c48ddf1387f546520d1951da65c4661d8d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Mar 3 11:05:42 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Mar 3 11:05:42 2016 +0100
Fixed gce disk format
The order of the files in the tarball is important. The first
entry must be the manifest.json followed by disk.raw. In addition
the style of the manifest.json has been adapted too. A space after
colon seems to be required for gce to accept the data
commit 00fb222bc3a08475133ca0da10d68404b71a1e48
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 2 21:38:02 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 2 21:38:02 2016 +0100
Fixed kernel names for dracut initrd system
If dracut is used as initrd system we should not use the
kiwi one shot names linux.vmx, initrd.vmx but stick with
the official naming convention for kernel and initrd which
is kernel-<version>, initrd-<version>
commit 0597bee5ba3012b11a15a35b1ecf4cbda7d69166
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Mar 2 21:35:14 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Mar 2 21:35:14 2016 +0100
Skip local repos if they don't exist
Instead of raising an exception if a local repository does
not exist, we will continue with a warning message. This is
needed for a flawless integration with the buildservice.
Inside of a buildservice environment only those repos are
setup from which packages were taken. Thus it can happen that
a configured repository does not exist in the buildservice
build environment if the resolver would not take any package
from this repository. kiwi should not fail to build such an
image
commit ecc351a6b9e1a87985820aac74974111d7419559
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 1 12:09:29 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 1 12:09:29 2016 +0100
Avoid lvcreate to ask for wiping swap signature
When kiwi creates the logical volume for the swap space
and there is already a swap signature at the place on
disk, lvm stops and asks what to do with it. This should
be generally avoided at that stage in the boot process
Fixes (bnc#968601)
commit 0fbaf0fdc36904e5e374f63073d502d3b73a4a51
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Mar 1 11:34:03 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Mar 1 11:34:03 2016 +0100
Calculate checksum in chunks
commit dfd9fea4109465ce0e2180df50275a916aa5c769
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 29 21:36:55 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 29 21:36:55 2016 +0100
Don't prevent an oem image from a custom disk size
An oem disk ist a self expandable disk and thus it normally
doesn't make sense to specify a disk size for it. However there
are filesystems like btrfs which are very hard to precalculate
a minimum required disk space for X bytes of data. In this
situation a user should have the opportunity to specify a
size
commit 48ca3ae500f2030c5a7156b7eca71e9ca25f2713
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 29 21:23:31 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 29 21:23:31 2016 +0100
Don't call dracut in background from kiwi initrd
This was useful to speedup the boot but opens a potential
race condition if a reboot happens while dracut is still
processing. With the last extension to use dracut as initrd
system people now have the choice what fits their needs
better and this allows us to revert the background call
commit d0fa83681f0043e01aceb381357d83b483c0ffcc
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 29 20:52:25 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 29 20:52:25 2016 +0100
Added support for using dracut initrd
As of today only the kiwi initrd could be used with an image
build. This commit adds a new initrd_system attribute and
allows to select between kiwi and dracut as initrd system.
Please note the dracut initrd does not support all features
of the kiwi initrd. This fixes #25
commit 45ae3bda450c5ebfb37b592a05fdcfab6850a35b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 29 15:03:28 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 29 15:03:28 2016 +0100
Add a feature drop list to the README
commit 242376b57a41bd78185e0325e2c7b58e58dcdf42
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 29 14:47:35 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 29 14:47:35 2016 +0100
update MANIFEST.in due to structure changes
commit 61fe301ad96bcd170a2a28f19ebfd7e2a4125976
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 29 11:57:55 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 29 11:57:55 2016 +0100
Update README
Use the real executable name for the documentation
commit f644d39a2f30655f62534c35ec8365c1ab1bf02d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 29 11:37:27 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 29 11:37:27 2016 +0100
Continue Refactor into subpackage
storage operations should have their own namespace
commit 10a036932f702002798728a81af464754d6a431e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 29 11:02:58 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 29 11:02:58 2016 +0100
Continue Refactor into subpackage
container and container_setup should have their own namespace
commit 043efcbbe97c3eb58e6e95b0e5e42b839aef65de
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 29 10:43:28 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 29 10:43:28 2016 +0100
Continue Refactor into subpackage
disk namespace init is not a factory, thus the Disk class should
have its own namespace. We choose disk.storage
commit b43a12bd83f2c2b06907b9dff8ab0e9539df243e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 29 10:38:08 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 29 10:38:08 2016 +0100
Continue Refactor into subpackage
rename dformat to subformat
commit 1e21da7201e2d84ffab0a3d8e39e7bcae033c4c3
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 29 10:32:01 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 29 10:32:01 2016 +0100
Continue Refactor into subpackage
The builder classes should have their own namespace
commit 82d36ab060490a986d00d3530dd6e662373ae68a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 29 09:29:20 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 29 09:29:20 2016 +0100
Fixed update alternative setup for kiwi completion
kiwi itself is provided as update alternative for kiwi-py3
Thus the completion should be based on kiwi-py3
commit 45bc5a03a7c6c14b16b914bb356a8c36eafc50fa
Author: Thomas Schraitle <tom_schr@web.de>
AuthorDate: Fri Feb 26 20:40:12 2016 +0100
Commit: Thomas Schraitle <tom_schr@web.de>
CommitDate: Sat Feb 27 10:31:31 2016 +0100
Refactor into subpackage to fix #23
Codecoverage are 100% and tests are green
Changes:
* Refactor archive_*.py -> archive subpackage
* Refactor partitioner_*.py -> partitioner subpackage
* Refactor package_manager_*.py -> package_manager/ subpackage
* Refactor bootloader_config*.py -> bootloader/config/ subpackage
* Refactor bootloader_template*.py -> bootloader/template/ subpackage
* Refactor bootloader_install*.py -> bootloader/install/ subpackage
* Refactor repository*.py -> repository/ subpackage
* Refactor filesystem*.py -> filesystem/ subpackage
* Refactor dist_*.py -> dist/dformat subpackage
The name `dformat` as package name is needed to avoid any name
conflicts with the built-in function `format`.
* Refactor volume_manager*.py -> volume_manager/ subpackage
* Refactor boot_image*.py -> boot/image/ subpackage
commit 1ea142f2ebb20a07da4fec2bb14d7ff2e20182c0
Author: Thomas Schraitle <tom_schr@web.de>
AuthorDate: Fri Feb 26 20:00:40 2016 +0100
Commit: Thomas Schraitle <tom_schr@web.de>
CommitDate: Fri Feb 26 20:00:40 2016 +0100
Remove unecessary Travis requirements
commit 18b5a0f04bbaa71503c4e8dd1e9f65d5084c3a7d
Author: Thomas Schraitle <tom_schr@web.de>
AuthorDate: Fri Feb 26 19:58:30 2016 +0100
Commit: Thomas Schraitle <tom_schr@web.de>
CommitDate: Fri Feb 26 19:58:30 2016 +0100
Fix check target
Didn't have a basepython line, fixed strange tox error
commit 98f2cd47c604d402f7af3b1d40aa56a49c4eab67
Author: Thomas Schraitle <tom_schr@web.de>
AuthorDate: Fri Feb 26 19:49:06 2016 +0100
Commit: Thomas Schraitle <tom_schr@web.de>
CommitDate: Fri Feb 26 19:52:52 2016 +0100
Enhanced Contributing, add new Developing section
* Create a procedure in section Contributing
* Add new Developing section to describe how to use tox
commit 0d38e7e199c97cbb16a246c1ea1529c57c142548
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Feb 26 17:13:37 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Feb 26 17:13:37 2016 +0100
Fixed device map for VolumeManagerBtrfs
The return value from get_device must be a map containing
an instance of a DeviceProvider, not only the DeviceProvider
commit 04764a42df045a1caec102f7f0f9532ec4682e2a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Feb 26 16:39:24 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Feb 26 16:50:31 2016 +0100
Refactor use of mount/umount calls
Provide a MountManager class and handle all mount/umount
calls in instances of MountManager
commit a888de2b770f1336e39d3e29ee5396f0b57ca1b8
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Wed Feb 24 13:13:21 2016 +0100
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Fri Feb 26 11:36:06 2016 +0100
Use tox in .travis.yml, remove .travis.script
commit 31bffb7b3dcb4bb0546b2b1ded6bf42eeedacbf7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Feb 26 09:31:26 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Feb 26 09:31:26 2016 +0100
Don't write grub.cfg to EFI directory
Originally the file was written there as reference, but nothing
will ever update that file if the real grub configuration changes.
Thus it doesn't make sense to provide this information (bnc#968270)
commit 147c0706eb6bd7d3b980bc366fdf637471e2e424
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 25 17:18:31 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 25 17:18:31 2016 +0100
Refactor grub2 bootloader installation
Make use of grub2-install to install the bootloader
commit f43546fd595ba0e5fb5621256ccc36b7007628f7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 25 10:12:39 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 25 10:12:39 2016 +0100
Changed debug log in case of failed command
Also log the stdout data from a failed command. So far we
expected error data on stderr but there are also commands
which print error messages on stdout. It should us at least
worth a debug message with this information
commit 9c2b77e0b5e5407004a258d69a8df1a40440b3b8
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 24 12:09:09 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 24 12:09:09 2016 +0100
Fixed helper/kiwi-boot-packages
Take care for packages marked for a specific architecture
commit 066ad4d8de21759c4d1793cfedd969b7192c915b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 24 11:49:31 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 24 11:49:31 2016 +0100
Delete unused helper/run-pep8
commit 9e597e6a53deaf07b62d83c4cca7f30bb0de5c0d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 24 11:47:21 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 24 11:47:21 2016 +0100
Adapt make flake target to changed tox target
commit e48a3082282d7176f567717dd35972bc13b9143c
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Wed Feb 24 11:38:31 2016 +0100
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Wed Feb 24 11:38:31 2016 +0100
Add --cover-min-percentage=100 and helper script
commit ea4e815eb6fb213bad1774a3eac4cdda8bc4ee63
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 24 11:28:02 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 24 11:28:02 2016 +0100
Fixed spec file for kiwi-boot-requires
The meta package for the buildservice has to require
the new python3-kiwi package
commit 96f52b5b143c855232c951850a1b83e7c35246a0
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Wed Feb 24 11:22:58 2016 +0100
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Wed Feb 24 11:22:58 2016 +0100
Use --cover-min-percentage=100 instead of coverage
commit 4929c206aa0262e2551890afc888ba790cc439a9
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Wed Feb 24 11:11:34 2016 +0100
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Wed Feb 24 11:11:34 2016 +0100
Replace helper/coverage-check with coverage
Use --fail-under=99 option which fails for tests under 100%
commit 8c8fc6bf87d45f3a1af1dc306df0839a4d7df770
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 24 10:59:52 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 24 11:00:54 2016 +0100
keep packages in yum cache
commit 3bcc90ad7adfb9751d814d691936408e39222da0
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Wed Feb 24 10:53:29 2016 +0100
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Wed Feb 24 10:53:29 2016 +0100
Rename flake -> check, move spell
* Move spell target/step to doc.spell
* Call doc.spell in the doc target/step
* Rename flake to check (to make it independant of any tool)
commit 5de6fd5781a866ffcebea582fcccfb915ef2e347
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 24 10:37:00 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 24 10:37:00 2016 +0100
Spelling fixes
commit bd0449bc4957b14384e396df68223b38e1ccd694
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 24 10:20:36 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 24 10:24:08 2016 +0100
Tox setup updates
Integrate with Makefile, delete pep8 target from Makefile,
use flake8, update travis script, delete coverage reference,
we want 100% anywhere
commit a0102cddbfe262a35a7ebe5ed5f4a452bdddebd6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 24 10:13:43 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 24 10:13:43 2016 +0100
Fixed raid_device_test
The test did not mock os.path.exists and thus could fail
on systems which uses a raid system
commit a3de628ac6ec5fa618b47e2b24aff03c655d8266
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Wed Feb 24 08:24:32 2016 +0100
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Wed Feb 24 08:24:32 2016 +0100
Update word list
commit 0b751fe5138587af6df6038cec3f5383c93a619c
Author: Thomas Schraitle <tom_schr@web.de>
AuthorDate: Tue Feb 23 20:58:34 2016 +0100
Commit: Thomas Schraitle <tom_schr@web.de>
CommitDate: Tue Feb 23 21:11:33 2016 +0100
Remove empty line to avoid error message
Avoid following error message:
CRITICAL **: enchant_is_title_case: assertion `word && *word' failed
commit cb579a822bfb2ad98b3f7131d9e0ad1b5db08e8f
Author: Thomas Schraitle <tom_schr@web.de>
AuthorDate: Tue Feb 23 20:58:12 2016 +0100
Commit: Thomas Schraitle <tom_schr@web.de>
CommitDate: Tue Feb 23 20:58:12 2016 +0100
Activate personal spellchecking dictionary
commit 0d614529e72bce5dc3f39b620e3d6a835f118e04
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 23 16:53:02 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 23 16:53:02 2016 +0100
Open travis check for all branches
commit 6fe0205f0aa1de3037f1234f9fb64f613b798e55
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 23 16:29:35 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 23 16:29:35 2016 +0100
Added kiwi-filesystem provides to spec template
The main python3-kiwi package provides support for these
filesystem image types
commit a9d0eddd89e36a1960d2d8d2e8dfa97810de67ef
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Tue Feb 23 15:42:02 2016 +0100
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Tue Feb 23 15:57:56 2016 +0100
Integrated Tox
* First incarnation of tox.ini
* Extend MANIFEST.in
* Add doc/requirements.txt
* Extend conf.py with 'sphinxcontrib.spelling' extension
* Add wordlist to doc/source/spelling_wordlist.txt
* Add flake8 section in setup.cfg
commit 9c2c868889069d1be8ab76768166c40a99e78074
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 23 14:38:31 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 23 14:38:31 2016 +0100
Fixed cmdline lookup
Only check contents of cmdline if it is not None
commit 0eeb37bf2e7019a64f203f21fdc7b82a84a71a77
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 23 12:38:27 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 23 12:38:27 2016 +0100
No fdupes checking required anymore
commit ef2fca16c14f619b856cf76c58a8e371bef9a309
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 23 12:25:37 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 23 12:25:37 2016 +0100
Don't track root/usr/share/locale in boot images
The data there is now generated by the make po target
commit 3bdaaa9f2d485285ec34639b6796d5822413728a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 23 12:01:03 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 23 12:01:03 2016 +0100
Fixed fuzzy i18n for en_US/LC_MESSAGES/kiwi.po
commit 8cb70923d0294cb1ba753069296278a941b05fde
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 23 11:32:36 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 23 11:32:36 2016 +0100
Added kiwi-image provides to spec template
The main python3-kiwi package provides support for these
image types.
commit 221d937d02d10ae457bd25fcc4ea0b14325d2869
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 23 09:50:55 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 23 09:50:55 2016 +0100
Prevent any output if quiet is set
If exec >/dev/null is run before setterm clears the screen,
then "Failed to find cpu0 device node" is displayed even if
quiet is set.
commit 61fc3b5836390bb2adeac93e1a08d0cfd57f5684
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 23 08:55:13 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 23 08:56:27 2016 +0100
Fixed shell syntax in grub2 template
Fixes (bnc#961334)
commit cc6584df34a7d145116ea277548ef7c8093a66f1
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 22 17:47:16 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 22 17:47:16 2016 +0100
Refactor suseStripKernel
The way the method downsizes the kernel tree is wrong in
several places and very hard to read. Therefore the code
has been refactored and splitted into task methods which
can run independently from each other. As one result the
kernel tree is not missing any metadata and/or update
weak-updates paths anymore. Fixes (bnc#965830)
commit 17c1c1690d3070dc5c4990ff3c0ed56c11f5ac95
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 22 09:54:21 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 22 09:54:21 2016 +0100
Remove flush before resize filesystem
According to the manpage, -F is flushing the fileystem buffer
caches. which is only really useful for doing resize2fs time
trials. With current Tumbleweed installed on MMC, -F triggers
a Inappropriate ioctl for device while trying to flush error,
and then fails to resize.
commit 802378b830cc7e4adcb907a17064c899e1c17744
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 22 09:50:30 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 22 09:50:30 2016 +0100
Update arm boot image descriptions
Grub2 adds 35MB to the initrd for no reason on armv6/v7, as
those images use u-boot scripts for booting.
commit e3bbd331f32f543bd542490a94273c8815919d4c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 22 09:47:46 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 22 09:47:46 2016 +0100
Fixed checkFileSystem call
In the refactoring fc363cc, the parameters of checkFileSystem got
changed to expect the device name, but one of the invocations didn't
pass down the device name due to a typo.
commit 92ea6504a6f7474fb12b9ee86e0a7e0e694b1db3
Author: Marcus Schäfer <ms@novell.com>
AuthorDate: Sun Feb 21 23:29:10 2016 +0100
Commit: Marcus Schäfer <ms@novell.com>
CommitDate: Sun Feb 21 23:29:10 2016 +0100
Ignore fdasd errors
Like fdisk, fdasd also reports an error when re-reading the
partition table. But the table was written correctly so we
continue for the moment and add a debug message
commit d522d69a52622f19eca6a680b72ddd6d641c6793
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Feb 21 22:40:50 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Feb 21 22:46:07 2016 +0100
Fixed boot image result filename
Has to follow the naming convention
commit fd8c2b75bd4e1974f3120df8e8a4a08092524bb6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Feb 21 22:40:08 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Feb 21 22:46:07 2016 +0100
Fixed pxe builder kernel/hypervisor target path
commit bb57bfc949ef4221631233c0b3f5b6f074b76f7b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Feb 21 22:20:12 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Feb 21 22:20:12 2016 +0100
Use bytes type with hashlib
commit 62ebb7e09875224a7407d5da1e21d79eaf4e4aad
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Feb 21 19:28:48 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Feb 21 21:32:19 2016 +0100
Refactor result bundler
instead of being clever in the result bundler we should be
more explicit when adding a result to the result instance.
Therefore the result.add method now also allows to specify
if this result should be part of a result bundle and whether
it should be placed compressed or uncompressed in this bundle
commit 37ae59cbc13bce1ff5e5ccb57c3f722cfcf9116a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Feb 21 15:14:57 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Feb 21 21:32:06 2016 +0100
Added metadata rpm files to all builders
rpm packages and verification information is now added to
all builder results. Fixes #13
commit 3a2c3554fcd404ef1eb6aa5daa966b281c461a54
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Feb 21 13:53:32 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Feb 21 21:05:24 2016 +0100
Added the following system setup methods
export_rpm_package_list and export_rpm_package_verification
Used to provide rpm package metadata and verification information
for rpm based image builds
commit 094fe871841ac907e971b94e0250f22ef64b9ab8
Author: Thomas Schraitle <tom_schr@web.de>
AuthorDate: Sun Feb 21 14:39:30 2016 +0100
Commit: Thomas Schraitle <tom_schr@web.de>
CommitDate: Sun Feb 21 14:39:30 2016 +0100
Fixing code smells from Landscape.io
https://landscape.io/github/SUSE/kiwi/161/messages/smell
Fixed issues:
* Unused imports
* Unused variables
* Specify string format arguments as logging function parameters
(log.warning("%s bla" % x) -> log.warning("%s bla", x)
commit 34d9ceb45a97190eb83da48ecb8c4ef5ff5cdc34
Author: Thomas Schraitle <tom_schr@web.de>
AuthorDate: Sun Feb 21 14:38:57 2016 +0100
Commit: Thomas Schraitle <tom_schr@web.de>
CommitDate: Sun Feb 21 14:38:57 2016 +0100
Ignore backup files
commit 5f86eb5311f60d415cab58552acfe1ec5bef2057
Author: Thomas Schraitle <tom_schr@web.de>
AuthorDate: Fri Feb 19 19:57:37 2016 +0100
Commit: Thomas Schraitle <tom_schr@web.de>
CommitDate: Fri Feb 19 19:57:37 2016 +0100
Improve doc
* Consistently use KIWI
* Fixed punctuation
* Added zypper ar for adding KIWI's OBS repo
commit da6973a7b593351b87ad82b37f4bd9ea4e028286
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Feb 19 11:52:12 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Feb 19 11:59:37 2016 +0100
Fixed unit test read return result
Unit test mocking read should return a bytes array and not
a string because that's what python3 would do in reality
commit f02303e34b0f641cf8f002363f6313bbcee021be
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Feb 19 11:34:51 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Feb 19 11:59:16 2016 +0100
Fixed path location in disk_format_image result
commit 68b7cd5e0cdadd15827c15718f0fb014b130e7ec
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Feb 19 11:31:45 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Feb 19 11:51:42 2016 +0100
Fixed disk format builder
This one was missing the output image name adaptions
commit 9745d598d287e6ca235a5f892f9b768c22cfb452
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Feb 19 11:04:18 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Feb 19 11:51:42 2016 +0100
Regenerate xml_parse data structures for python3
commit f173d5a7c937b23c978963081d6d4170f9b29528
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Feb 19 10:23:50 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Feb 19 11:05:04 2016 +0100
Better error response in debug output
If a Command.run fails with an error code != 0 but not data was
produced on the stderr channel, we provide this as information
to the caller
commit 20351bbfb1d7ce22b6743697f67b58f9eaeae45d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Feb 19 10:11:29 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Feb 19 10:11:29 2016 +0100
Port kiwicompat to python 3
commit 13743b7ff55028334539ca18aa77a86b35904acc
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 18 11:40:51 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 18 11:40:51 2016 +0100
Port helper tools to python3
Also fixes completion to correctly parse the toplevel --compat option
commit 8f4877395b59337fc2b0640ff29bbadce336bdff
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 18 11:09:12 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 18 11:09:12 2016 +0100
Do not activate dmraid paritions
Only activate the device itself, not the partitions,
that may also exist. If partitions exist, the UDEV rules
will create the corresponding "_partX" symlinks for each
partition within "/dev/mapper, which is totally sufficient.
commit 31630ff7357ab332fdfd1392d76730f23fba080f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 18 10:09:34 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 18 10:09:34 2016 +0100
Fixed cut and paste error in spec template
correct the project Url
commit 3196bf552dac6449484b78795bd9c7e761483050
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 18 09:01:48 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 18 09:01:48 2016 +0100
Update README
add install information for python3-devel
commit e67a7b1821797359c39a98e31b2a05a138e64275
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 18 09:00:23 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 18 09:00:23 2016 +0100
Fixed README
wrong reference to env2 where it should be env3
commit ce884dc73d0ea23c6677989f0514461957cdf32e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 18 08:58:47 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 18 08:58:47 2016 +0100
Update README
commit a7d16f210f10fe70011c70fb41692e5354750be3
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 17 22:40:47 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 17 22:40:47 2016 +0100
Update travis env to python 3.4
commit 40e6308aa90227549ca5b63f41648a036bc17d46
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 17 19:20:55 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 17 22:38:38 2016 +0100
Port application from python 2.7 to 3.4
For new applications like this kiwi version and its use cases
it is better to base it on a more recent python version
commit 5f878d64eb8e044011ae2ff5714f76ab7e8bffb8
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 17 13:49:44 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 17 13:49:44 2016 +0100
Fixed bundling container results
Container images are already compressed, there is no need
for the bundler to do that again
commit f9ab6a35a7ce0b2f2de52b0a5e31be798c1a37ac
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 17 10:58:02 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 17 10:58:02 2016 +0100
Use pinch_system with force in any case
Deletion of packages should be done with the force flag set.
Otherwise the package manager computes a resolved list for
the deletion targets which causes other packages to be
deleted which is unwanted
commit 8dbf932c05c7b7ebfdfbcd49cb2d4e37b5cdc06c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 17 10:56:40 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 17 10:56:40 2016 +0100
Fixed host to image root data setup
On bind mounts check if the origin path exists on the host.
On copy check if the origin file exists on the host
commit a5170050cc606997bcc3f4343ed1c09f660d850d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 17 10:54:58 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 17 10:54:58 2016 +0100
Fixed deactivate_systemd_service
Check if the service file exists, if not there is no need
to deactivate an non existing service.
commit 8caa8dcc02704cb723cc61d57fa70e488374ba13
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 16 17:05:26 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 17 08:56:34 2016 +0100
Use alternatives mechanism for completion file
This avoids the package conflict with the legacs kiwi version
commit 2a6a55ddd0f04090de8a69cdf93f951cab517987
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 16 08:49:41 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 16 08:49:41 2016 +0100
Weaken kiwi-tools requirement
commit 406749db423b177213b330d4dd9d5a92e024183d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 15 12:59:54 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 15 12:59:54 2016 +0100
Handle 32bit Intel arch as ix86 in boot code
commit 4d1fcbad374d54171749e3f01cb13cc49143dcaa
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 15 12:46:07 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 15 12:46:07 2016 +0100
Allow building 32bit bios images
commit e3bbd427d85e8d98ac7474e77e1bd3ab0be3dc34
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 15 10:57:07 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 15 10:57:07 2016 +0100
Delete %post from kiwi-pxeboot
We do not provide a default config file for the pxe setup anymore.
There is no good default file we can provide here because we don't
know how the user has configured a pxe image. The documentation
should explain how to setup the pxe config and infrastructure with
the help of the static data provided by the kiwi-pxeboot package
commit 2df90b0c340968a754baab89f0cac1b108ee196c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 15 10:50:26 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 15 10:53:58 2016 +0100
Don't require python-Sphinx at build time
Sphinx is not available on all platforms and required only to
build the manual pages. Thus the make build target can build
the man pages and pack the result into the source tarball
commit 0114a28bef58857351d4ee06ce066b5b6204b6f8
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 15 10:08:36 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 15 10:08:36 2016 +0100
Don't strip ctc_configure from initrd
ctc_configure is used on s390 images
commit 8d738b31d1377efc6b46c6353baffab6ade0b3b7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 15 00:14:22 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 15 00:14:22 2016 +0100
Added man page for result bundle command
commit bdd80502b8953ff8cede67c89d917a07b89274e8
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Feb 15 00:08:55 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Feb 15 00:08:55 2016 +0100
Added result bundler
commit 474262413f48b1019ea9786f15cc869846ffe2bf
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Feb 12 21:17:06 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Feb 12 21:17:06 2016 +0100
Added kiwi-boot-requires buildservice meta package
commit 887195b9379bde80736cb8be376135d09293973a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 11 17:27:33 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 11 17:27:33 2016 +0100
Delete unused .releasetags helper
Fixes #9
commit d421fc7f144ea3432d7380343916d64acb415e52
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 11 17:24:18 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 11 17:24:18 2016 +0100
Update README
commit 4284c180caffbf7771d81ca25456d4f2d99da42d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 11 17:22:16 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 11 17:22:16 2016 +0100
Update README
commit 64a7b83958f626f10a3592b5f5ed15f43151a494
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 11 17:08:30 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 11 17:08:30 2016 +0100
Added system update manual page
commit 2ec23f212e3ad48aba1a248d1cf78f6ec20e6b23
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 11 16:24:09 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 11 16:24:09 2016 +0100
Create manual pages
Create man pages for result list, system build, prepare and create
commit 2e342fe2998f0076609dcca35d321a0fbcb598d4
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 11 11:31:45 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 11 11:31:45 2016 +0100
Added pv xen drivers to boot descriptions
Beginning with SLE12 SP2 the default kernel is a pvops
capable kernel. This means it can be used in a Xen HVM full
virtual machine as well as in a PV - paravirtual machine.
However it's required to keep the paravirtual net, block
modules in the initrd. As their location also has move
an update of the boot image descriptions was necessary
commit bd41015972080e750a04809a23e2a247b7e37ebc
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 11 11:25:49 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 11 11:25:49 2016 +0100
Fixed wait message in waitFor boot functions
Better indicate for what we are waiting
commit 196ea0dc414ae8f7fd5adc8337d1a9545077bdeb
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 11 11:24:50 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 11 11:24:50 2016 +0100
Load xen modules by alias only
commit 8c08dcc54cdc6665ab794eec5165c9d1ef17a7ca
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 11 10:49:28 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 11 11:19:57 2016 +0100
Fixed validation of custom root cmdline variable
A variable of the format root=LABEL=x was not correctly validated
commit bc7b0d6af910d30b77b773a3a24b91a8e042af21
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 11 10:24:57 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 11 11:19:57 2016 +0100
Change default ec2 root_cmdline_parameter
For ec2 based firmware the value root=UUID=x is provided
instead of a static device node
commit a7fb5649f5e9e023f233b4fd57dd37b795cae058
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 11 10:09:15 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 11 11:19:57 2016 +0100
Refactor internal boot image task
Make a factory out of the task and allow to have e.g
a dracut boot image task at a later point in time.
The BootImageBase class creates an interface for this
implementation. So far only BootImageKiwi is implemented
commit e9a0b2c198951e73a4a2e9f702776857847cc54b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 10 16:26:35 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 10 16:26:35 2016 +0100
Added export_modprobe_setup method to SystemSetup
export_modprobe_setup copies the contents of etc/modprobe.d
to a specified target root directory. The method is used to
transfer the modprobe configuration from the system image
to the boot image
commit 1bd61fda4b27db999e5c35aef7e63f75086cd44a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 10 11:41:45 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 10 11:41:45 2016 +0100
Fixed archive_builder_test
Mock platform value
commit 54421f1240b835d68bf31b899eed1ba91b6183cf
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 10 11:19:34 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 10 11:19:34 2016 +0100
Added compatibility information to main man page
commit bc45bcc36f9985680a0ffcf023272b0f52bb68de
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 10 10:33:11 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 10 10:33:11 2016 +0100
Put arch and version to output image file name
commit d6e65f5d4a4701a6ffcd3d9c31cc149c4f85ffda
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 10 09:07:44 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 10 09:07:44 2016 +0100
Added quick start example to main kiwi manual page
commit ebc0a4ef4355ed14260f10b6c22c94335d84ae79
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 9 22:37:52 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 9 22:37:52 2016 +0100
Fill master manual page with content
commit a1aab40cae273bcde00d7b811221dfdea1d57796
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 9 21:12:03 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 9 21:12:03 2016 +0100
Added git like command completion
Provide a 'Did you mean' log message for unclear task names
commit aa6aab934ba53247c5d972a4ae6b9ba37b62487a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 9 17:54:07 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 9 17:54:07 2016 +0100
Update README
commit e083b73453fc8d7f6640057a5a539836da90a3f2
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 9 17:47:51 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 9 17:47:51 2016 +0100
Fixed non-executable-script rpmlint warning
commit c3c89b12d6734213e7f1e0fde112b56df49e44a7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 9 17:41:52 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 9 17:41:52 2016 +0100
Man pages are below level 2
commit 59080fbda84df68adf3a98041270f6af8fef1d70
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 9 17:40:25 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 9 17:40:25 2016 +0100
Fixed rpm-buildroot-usage rpmlint warning
commit 1171dd6289e64e4a7101e1242563086facd33760
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 9 17:36:53 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 9 17:36:53 2016 +0100
Fixed non-executable-script rpmlint warning
commit a476cfc09767a1fb2d4734e059a8d9ea751390b9
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 9 17:22:35 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 9 17:30:22 2016 +0100
Delete unused .md5 script
commit b2bb34f57f5f018bff27628b1a88dd5d8284efa8
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 9 16:57:54 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 9 17:30:22 2016 +0100
Fixed rpm package build
commit bcaf135f4c3d9fc0358c362d9eeb2c8527e0ffef
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 9 16:23:50 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 9 16:23:50 2016 +0100
Fixed dracut call
Always create a generic initrd, don't pass -H
commit 2bb73c33f4d8c5020cc6af886c1e3c901158591c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 9 15:43:15 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 9 15:43:15 2016 +0100
Fixed custom args setup for vmdk format
custom args is a hash with option/value pairs. For vmdk the option
could be e.g adapter_type=value and the value is None. This is by
intention because qemu which receives those type of options allows
only the syntax "-o option=value". The kiwi code setting up the
options did not check correctly if there really is a value for
e.g adapter_type
commit ff09a8034969f418002cd95b51f87f60dc08e7ac
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 9 15:28:06 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 9 15:28:06 2016 +0100
Allow alternative locations for grub installation
Different distributions install grub2 to different places.
Therefore kiwi should not use a fixed location but allow
to lookup grub data at several places
commit 366ffa77edeaed0982a5c03c63cc6c5e6147a71c
Author: Marcus Schäfer <ms@novell.com>
AuthorDate: Tue Feb 9 11:22:27 2016 +0100
Commit: Marcus Schäfer <ms@novell.com>
CommitDate: Tue Feb 9 11:22:27 2016 +0100
Fixed unit test for fix_boot_catalog on big endian
commit 6f50830ccd7da4297c3859dc33296b1492fbdb2b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 9 11:16:33 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 9 11:16:33 2016 +0100
Fixed unit test for fix_boot_catalog on big endian
commit 52ad8d89f03d78e1015fea37c84f5eabc2a0a643
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Feb 7 19:47:56 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Feb 7 19:47:56 2016 +0100
Make sure to cleanup yum requests after processing
commit f540dc4b04ca9f7d9d7c7229a97079cb582ab283
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Feb 7 18:12:31 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Feb 7 18:12:31 2016 +0100
Fixed CommandIterator
check for output before sending an iteration stop
commit 3b01fd2f32863e69f48b4694bf5defd548fbca7b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Feb 7 17:36:49 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Feb 7 17:36:49 2016 +0100
Fixed stateful copy of repository section
Profiles are not copied because they might not exist in
the target description
commit ef2dfd2681b87c6a70d3b80e0865f9bf814a26a7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Feb 7 15:45:15 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Feb 7 15:45:15 2016 +0100
Fixed host to root path patcher
Don't be confused by multiple /'es
commit 637d9b54abf0d806e384f1beb31710ba57de7496
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Feb 7 14:50:59 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Feb 7 15:16:10 2016 +0100
Added support for yum package manager
commit ca1539a98f4d5ede33c2e02a265f0424dc914628
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Feb 7 14:48:03 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Feb 7 14:52:34 2016 +0100
Fixed use of iso mounted repositories
When using an iso as repo, kiwi mounts it to a temporary
location. The location is different for each build and
therefore the zypper repo file needs to be recreated for
any new build in this situation
commit b98908e512e78a2c09496597ba34601709ce5a44
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Feb 7 00:54:07 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Feb 7 14:52:12 2016 +0100
Check if config file exists
Before updating a config file, check if it exists. If
it is not present skip the configuration and print a
warning message
commit 0624b59588743f806745d24e7b71e3ad53123d23
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Feb 6 21:26:48 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Feb 7 14:52:12 2016 +0100
Added yum repository support
commit 5494ce0915f736b982e5a661f3c69cbc0b7ffe4a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Feb 6 14:16:39 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Feb 6 14:16:39 2016 +0100
Make man install target more stable
commit f8c041815ffe513e5af4aaf90995c37a2c1c6b92
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Feb 6 14:13:51 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Feb 6 14:13:51 2016 +0100
Update source manifest
include only doc Makefile and source, the pages are
build at build time
commit 04020611a86a7bba48702acbcfe1248a77f4b449
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Feb 6 14:10:04 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Feb 6 14:10:04 2016 +0100
Include installation of man pages to spec file
commit e132246b354de5b88cfa7353a92b7ca75d8dc9c5
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Feb 6 13:55:10 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Feb 6 13:55:10 2016 +0100
Added man page templates for all commands
commit b6945bb7e6c8461afcd4d8ba48c3721323a298c8
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Feb 5 12:06:40 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Feb 5 12:06:40 2016 +0100
Added man page templates
Added template for master page and result_list
commit 4c4ae90affd1d4deab617e19bb8f98ea862fd285
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Feb 5 11:08:03 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Feb 5 11:08:03 2016 +0100
Added initial sphinx documentation structure
The documentation will cover kiwi manual pages. more detailed
documentation will be written and maintained in colaboration
with the documentation department
commit c55e4c790fb5a553cd118d276bdeac7248afd831
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Feb 5 09:44:11 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Feb 5 09:44:11 2016 +0100
Fixed use of noglob shell option
commit f2ff481bf2419e8f0594720626eb8b5c3a1c1abf
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Feb 4 15:06:56 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Feb 4 15:06:56 2016 +0100
Added support for kiwi --compat
The --compat call will trigger the call of the kiwicompat
tool written to support legacy kiwi commandlines. An example
could look like the following call:
sudo kiwi --compat -- --build /my/description --type vmx -d /my/dest
Please be aware the -- is required to tell docopt to treat all
options as parameters
commit 638083fb7661c8b839b72bd5f3c0fb86afe508ab
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 3 22:32:33 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 3 22:32:33 2016 +0100
Prevent duplicate error logging
commit 2e9f596c4a4bfa5ada61928a1103bd10edb65c9d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 3 22:14:52 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 3 22:14:52 2016 +0100
Refactor CommandProcess class
Use an iterator class to run through the process. implement
poll variants explicit and clear structured
commit 22792e3e026295b5b551f6efd4d0487d35054d63
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 3 15:57:24 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 3 15:57:24 2016 +0100
Fixed updateRootDeviceFstab
Support by-label mount entries for btrfs subvolumes
This fixes bnc#964474
commit 131904e8aa7ce98f20df060ed8fa0c90e5f81e4d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Feb 3 15:49:30 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Feb 3 15:52:09 2016 +0100
Add kiwicompat to Makefile build and install target
commit d46029297ecd5f5b1a511f0b528149bbef39fb74
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 2 23:45:23 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 2 23:45:23 2016 +0100
Update README
commit 75afede75162a24bcd9c31275fe074fde3b79b1c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 2 23:41:42 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 2 23:41:42 2016 +0100
Update README
commit ff03553b873102d0d16877574b3c62e688b03018
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 2 23:12:00 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 2 23:26:17 2016 +0100
Bump version: 8.10.0 → 8.10.1
commit 8ce43af5b428a9179bb8aa6aba21b34ad545b7f3
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 2 22:21:20 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 2 23:26:17 2016 +0100
Prepare for package building
commit a11f299f83c21e8dbed43a15ff0cdab86f1ba52b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 2 15:52:34 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 2 15:52:34 2016 +0100
Follow up fix for fstab setup
Use the system installed fstab as default if present
commit a1871cfa4bd5dfb597cf90f279746fb2dc04abf6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 2 15:01:02 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 2 15:01:02 2016 +0100
Support building in buildservice worker
The repo setup inside of a buildservice worker uses a static
path below /usr/src/packages/SOURCES/repos/. We need to adapt
the provided obs uri type to match this criteria
commit 03c7e6c50cc049e6d833b650031caed61c316479
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Feb 2 10:27:20 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Feb 2 10:27:20 2016 +0100
Don't add kernel filesystems to fstab
Systems with systemd which this kiwi version aims for, doesn't
need proc, sysfs, debugfs and friends to be part of the fstab
This fixes bnc#964472
commit 264fb56d93ed781243957a997c91ee5f83a2409e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jan 29 21:07:03 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jan 29 21:07:03 2016 +0100
Fixed btrfs build with snapshots
commit c4d496720eac180d8e5098274ec53c21bd63b7ac
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jan 29 16:21:02 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jan 29 16:21:02 2016 +0100
Allow system to be installed on btrfs snapshot
This fixes (bnc#946648)
commit d173fb468ca02728a309e427345b32ad9b7ac032
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jan 29 14:43:47 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jan 29 14:43:47 2016 +0100
Put kiwi_btrfs_root_is_snapshot to boot profile
commit 1d1ed3626101444d5992e61250e8447f97cc0399
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jan 29 14:38:29 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jan 29 14:38:29 2016 +0100
Recompile schema and data structures
New attribute btrfs_root_is_snapshot and methods
commit 708b23fe5efb8b38cec2174b5a40fb5586ac8ebb
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jan 27 14:57:07 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jan 29 14:35:36 2016 +0100
Evaluate kiwi_btrfs_root_is_snapshot in boot code
If set it's required to mount the subvolumes like it is
done with lvm volumes. In addition this patch fixes the
update of the fstab file which has to contain an entry
for each subvolume excluding snapshots and the toplevel
This is related to (bnc#946648)
commit 8834345182e9aab3c97b2a42e3c544adc411326c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jan 27 14:40:42 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jan 29 14:34:43 2016 +0100
Added btrfs_root_is_snapshot attribute
This is related to (bnc#946648)
commit 6a0292c9583dee1a8ecfe20e733eeb11f2dd80a5
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jan 27 12:36:44 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jan 27 12:36:44 2016 +0100
Added fix_boot_catalog and relocate_boot_catalog
commit 1e2309ef8c98a5fdc493bdecef86aa41e9d9ddd0
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 26 09:50:51 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 26 09:50:51 2016 +0100
Prevent duplicate validation of cmdline
commit 79be39945bef278e2e925a3bc2509b6c0066c5c9
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 26 09:33:41 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 26 09:33:41 2016 +0100
Fixed grub2 xen guest bootloader config
commit e8f0a651bf7f905f85273fc151f2fd23199900a6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 25 22:05:07 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jan 25 22:05:07 2016 +0100
More modules not present for grub2/x86_64-xen
commit 6358ff68062c5d3e144873de33bf15b9f976d2e2
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 25 21:57:08 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jan 25 21:57:08 2016 +0100
There is no multiboot module for grub2/x86_64-xen
commit 672ead733854914583c1b2e2953011e15a961b96
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 25 21:44:19 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jan 25 21:44:19 2016 +0100
Make sure get_partition_table_type returns a value
commit 11ff0f0f0f1d1c26eca09afec385abbffa9f4a16
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 25 21:35:06 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jan 25 21:35:06 2016 +0100
Use bash to call config scripts
commit 37737779650c24c87b86d95a526697c74948ec7a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 25 18:25:20 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jan 25 18:25:20 2016 +0100
Fixed regular expression pattern
use re.escape to make sure the search string has special regular
expression characters quoted correctly
commit e95eab38fac0cc3de76872ac152e9f33c1c79f41
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 25 17:09:19 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jan 25 17:09:19 2016 +0100
Added support for using internal build service
An option --obs-repo-internal was added
commit 26933705c7be96e08430b4438728900747c13198
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 25 16:24:23 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jan 25 16:24:23 2016 +0100
Add support for alternative config file *.kiwi
commit 15544f9a8c07f10f6e3cb1292a45db85a74197b9
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 25 16:13:16 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jan 25 16:13:16 2016 +0100
Allow to build directly from buildservice checkout
commit 60b8622d620c426d084869722f2eeb4ab0bd94d2
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 25 12:07:36 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jan 25 12:07:36 2016 +0100
Fix misleading variable name
commit 0356527dba9b46b5cfc4ae1fb03bc0f21a3047c3
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 25 12:05:18 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jan 25 12:05:18 2016 +0100
Move default boot timeout to Defaults class
commit b4e117b6eae5fffe6da1e0dee730330afbde71e1
Author: Marcus Schäfer <ms@novell.com>
AuthorDate: Mon Jan 25 12:01:58 2016 +0100
Commit: Marcus Schäfer <ms@novell.com>
CommitDate: Mon Jan 25 12:01:58 2016 +0100
Fixed boot exclude for zipl case
commit 56af5925f91eb3787764d121275a627772753f29
Author: Marcus Schäfer <ms@novell.com>
AuthorDate: Mon Jan 25 11:47:41 2016 +0100
Commit: Marcus Schäfer <ms@novell.com>
CommitDate: Mon Jan 25 11:47:41 2016 +0100
Fixed zipl bootloader setup and install
quote special characters in title for menu. refactor the
zipl bootloader install class to know about the boot partition
device node
commit baad1c652b45be5d1054fa42119769967b984524
Author: Marcus Schäfer <ms@novell.com>
AuthorDate: Mon Jan 25 11:47:15 2016 +0100
Commit: Marcus Schäfer <ms@novell.com>
CommitDate: Mon Jan 25 11:47:15 2016 +0100
Added title quoting method for older loaders
commit 8c790b32084d3d7bb94770a6e13a4e7612b5cd04
Author: Marcus Schäfer <ms@novell.com>
AuthorDate: Mon Jan 25 10:34:07 2016 +0100
Commit: Marcus Schäfer <ms@novell.com>
CommitDate: Mon Jan 25 10:34:41 2016 +0100
Move VTOC creation into Disk class
commit bd9d23385d6a10bde10adceef7792c7646264a44
Author: Marcus Schäfer <ms@novell.com>
AuthorDate: Mon Jan 25 10:18:28 2016 +0100
Commit: Marcus Schäfer <ms@novell.com>
CommitDate: Mon Jan 25 10:34:41 2016 +0100
Fixed missing setup_disk_boot_images for zipl
The interface class implements this with a raise condition
by default. For zipl no bootloader images needs to be created
Thus implement the method and pass
commit 917e8c134824903db40257805a9b3d2c820e4a05
Author: Marcus Schäfer <ms@novell.com>
AuthorDate: Mon Jan 25 10:17:39 2016 +0100
Commit: Marcus Schäfer <ms@novell.com>
CommitDate: Mon Jan 25 10:17:39 2016 +0100
Fixed typo in list assignment
commit 6e22093cb1721b95c5fa57e9ac42b9e3c7102fdc
Author: Marcus Schäfer <ms@novell.com>
AuthorDate: Mon Jan 25 10:16:37 2016 +0100
Commit: Marcus Schäfer <ms@novell.com>
CommitDate: Mon Jan 25 10:16:37 2016 +0100
Fixed LoopDevice class
custom blocksize value must be passed as string to the
command level not as integer
commit e40395e99fa59e026e5c2249a48d90360af2b531
Author: Marcus Schäfer <ms@novell.com>
AuthorDate: Mon Jan 25 09:49:27 2016 +0100
Commit: Marcus Schäfer <ms@novell.com>
CommitDate: Mon Jan 25 09:49:27 2016 +0100
Platform fixes for XML tests
commit b8c6b07dbb272387c1819e43ca5808e91895057e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 25 09:42:00 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jan 25 09:42:00 2016 +0100
Platform endian fix for vhd tag test
commit c9036833688374dd0b9ac37614495d3aa946301f
Author: Marcus Schäfer <ms@novell.com>
AuthorDate: Mon Jan 25 09:26:52 2016 +0100
Commit: Marcus Schäfer <ms@novell.com>
CommitDate: Mon Jan 25 09:26:52 2016 +0100
Platform fixes for unit tests
commit bfe75b869ff3e1c7ec89b5ba79534b71d9be4863
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 25 09:12:24 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jan 25 09:12:24 2016 +0100
Platform mock for grub2 bootloader tests
commit d4da2907018c7f89ba83d00b290e70ca9fe0c2fb
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 25 09:09:09 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jan 25 09:09:09 2016 +0100
Platform mock for grub2 bootloader tests
commit 9fc642b1f8e31c4211047617a278af7915fbce9b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Jan 24 21:29:06 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Jan 24 21:29:06 2016 +0100
Added BootLoaderInstallZipl class
commit a72f143e8ea951b8bb66f92a38880f89b5edcdb7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Jan 24 12:26:41 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Jan 24 12:26:41 2016 +0100
Activate zipl bootloader config in factory class
commit ccdfc108da73711c2c80f79ba58c2e19fb2a2a0d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jan 22 15:48:02 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jan 22 15:48:02 2016 +0100
Finished BootLoaderConfigZipl class and tests
commit 2bdf0ad68623d300f370e731150b7764752e3aee
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jan 22 10:49:14 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jan 22 10:49:14 2016 +0100
Delete unused patch statement from test
commit 1ede864322118990226bce5d7b795f38c62e2057
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jan 21 17:06:19 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jan 21 17:06:19 2016 +0100
Added BootLoaderConfigZipl class
The implementation is still unfinished
commit 8f0c277f1408b271f0196559c41311e34fef8130
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jan 21 16:29:12 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jan 21 16:32:30 2016 +0100
Pass the disk device to the bootloader config
As a custom option the BootLoaderConfig instance now
receives the target disk device node. So far this is only
used in the zipl case where it is needed which is the
reason why it is kept as a custom argument
commit 9524e79d52f4e74a793680016e667bf7c9fe4c9b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jan 21 15:37:44 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jan 21 15:39:22 2016 +0100
Allow custom options for bootloader config classes
commit bfe534029c9e081a49507599075e8a7db2bab8d9
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jan 21 11:38:20 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jan 21 11:38:20 2016 +0100
Added zipl bootloader template
commit e348441ff480fb3ae0fdb3dc1b4db97fe53a8688
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jan 20 17:50:12 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jan 20 17:50:12 2016 +0100
Added partitioner_dasd for s390
commit 8370f2fcb1fed8b007b48e9554227867105333d8
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jan 20 17:06:09 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jan 20 17:06:09 2016 +0100
Refactor Firmware class
more information from the XML description is needed in order
to make e.g decisions about the partition table type to use
according to the firmware setup in combination with e.g the
target loader type on s390. Thus the class now receives an
instance of the XML state and not only the firmware attribute
value
commit 01248084064ff34b2e253cb10389cddcffb15c5e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jan 20 16:02:09 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jan 20 16:02:09 2016 +0100
Disable setup of hwclock
hwclock seems not exist on all supported architectures. In addition
the build process should not fiddle with the build host hardware
clock
commit 6eb44ffebbff4716dffa93530a969182bc1bf32a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jan 20 11:12:18 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jan 20 11:12:18 2016 +0100
No need for a condition if there is no alternative
commit f6e18d362ceaa16bcb0096969d32ac66036d9831
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jan 20 11:02:57 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jan 20 11:02:57 2016 +0100
No need for a condition if there is no alternative
commit a2f9085673d303f98558cf7be6052c0724ad93c1
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jan 20 10:59:20 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jan 20 10:59:43 2016 +0100
Use 800x600 default for grub2 gfxmode
commit 24d28d5de4ab772b032ecadda9f859f083e7f592
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jan 20 10:58:42 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jan 20 10:59:43 2016 +0100
Close progress line with CR when finished
commit ad0353d6fc3212a3e7619d4ff746e4786df8aa7f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jan 20 10:34:15 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jan 20 10:59:43 2016 +0100
Added ImageBuilder factory
commit c6f37c2f12f092e42e2070a72827530807d2e70a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 19 17:04:29 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 19 17:04:29 2016 +0100
Added system build command
Allows to combine prepare and create into one big task
commit b67a7a12bbe9e8339a56aadefc6342d6be32ed45
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 19 15:21:50 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 19 15:21:50 2016 +0100
Better error message for pickle exceptions
There is no meaningfull error message for pickle.load
exceptions. Thus only provide the exception type and our
own message
commit 4efcb4cb4cebc87cec1bbaa87409ed2315eeea7e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 19 15:02:06 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 19 15:02:06 2016 +0100
Use pickle instead of marshal
commit 7bb5c32bcd9458def4d5efb7cd172a23ada6a49a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 19 14:39:21 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 19 14:39:21 2016 +0100
Fixes for the container builder
in the setup if the files to update do not exist the process
failed. This patch adds a check prior to changing the file
commit 16a112f567affe835a0b9ea6fcfa35045e18d1f5
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 19 14:38:58 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 19 14:38:58 2016 +0100
Make sure the create task creates the target dir
commit ce7fa6b6912d6760324e87d1624e67225906c65b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 19 14:38:17 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 19 14:38:17 2016 +0100
Fixed result object dump
marshal.dump requires an open file object not a filename
commit edbb2e7aa9afa17fed20664c4f21dc7dace7378d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 19 12:45:43 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 19 12:45:43 2016 +0100
Added ContainerBuilder
currently supports building of docker containers
commit d7ded563f366cbfebbe8c0b17ef95dff91d2ba53
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 19 11:53:34 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 19 11:53:34 2016 +0100
Added ContainerImage class
Factory plus implementation for docker
commit febd69ec0ffa74fac571fc7e8d8b97d6ac4dc706
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 19 11:08:08 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 19 11:15:18 2016 +0100
Refactor variable name for root directory
If it is clear the source directory is the root directory of
the image the variable should be named root_dir not source_dir
commit 5d6fa811f5d66b1e685b42e53c924f4df340090e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 18 17:30:38 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jan 18 17:30:38 2016 +0100
Fixing landscape issues
commit ae21222c61fd759c4d29f6cfc8bfbeba4f1a236a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 18 16:59:58 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jan 18 16:59:58 2016 +0100
Added ContainerSetup classes
Base and Factory plus implementation for docker
commit 2267023dbddf92bfc46a00b041f637affdca1591
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jan 15 15:48:52 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jan 15 15:48:52 2016 +0100
Refactor user/groups setup
Provide an easier to travers data type in xml_state for the
user and groups. The get_users() method returns a list of
tuples which assigns each user list the group name and id
it belongs to
commit 5fb3ae17decd843ad26a8172b21d7e57271c07e4
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jan 15 11:45:29 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jan 15 11:45:29 2016 +0100
Use normpath to avoid double slash in output
commit 9c60b1f1286919ac638d7ee56ce0ab161b01b2d1
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jan 15 11:38:08 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jan 15 11:38:08 2016 +0100
Added kiwi result task
Implementing 'kiwi result list' which marshal loads the
serialized result instance from a previous build and shows
the build results
commit 4a4f9b4b656abb264b943e8e386ffe48e3cf2228
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jan 15 10:44:35 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jan 15 10:44:35 2016 +0100
Dump the result instance as a marshal dump
commit 899b4a70181a2d603d71361967ce2a146016678b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jan 14 15:59:57 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jan 14 16:40:07 2016 +0100
Add clic as supported live media build target
commit 773db92b4dcdeef417cdf5a54ec0aa823bc043cd
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Jan 14 13:59:11 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Jan 14 13:59:11 2016 +0100
Added FileSystemClicFs class
commit d0319ed6476af0407209c0fca84f8b090b895588
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jan 13 21:52:05 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jan 13 21:52:05 2016 +0100
Fixed contents of header_end block
off by one bug
commit a1e603ef0c501c3c234cc5a33a072c2957c8cf36
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jan 13 16:56:37 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jan 13 16:56:37 2016 +0100
Finished LiveImageBuilder for overlay iso type
commit 6305dfc1ff78cf752ba6cd1bb86fd6ecd04fe5f2
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jan 13 16:04:20 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jan 13 16:15:28 2016 +0100
Added check if UDF extension is needed or not
commit cbced042c5f9d714443377d94dff78e49fa08047
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jan 13 12:39:55 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jan 13 12:39:55 2016 +0100
Put supported live image iso types into defaults
commit 37103549976480b4091897619f655532a5678390
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Jan 13 12:04:09 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Jan 13 12:04:09 2016 +0100
Added live ISO grub2 efi template and setup
commit ecfa3136b5d3199696cfa2e851ea8731d54f01d0
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 12 23:08:51 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 12 23:08:51 2016 +0100
pep8 fixes
commit 36dd77190d74268722d3b1a22f719f95e787508e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 12 22:50:29 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 12 22:50:29 2016 +0100
Rebuild schema and data structures
commit d82a734a16de69e2047364e7468d9e07259bba9c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 12 15:39:39 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 12 22:48:51 2016 +0100
Don't use filesystem specific mount option
When mounting the read write filesystem, prevent using
filesystem specific options like barrier
commit f614749343c801a0a620fa1da2d6aba41e1ada28
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 12 15:38:08 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 12 22:48:51 2016 +0100
Use HYBRID_EXT4_OPTS in fat container filesystem
commit fd68903a7924d4fde0bd7a506bd82ffb74582a18
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 12 15:34:40 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 12 22:48:50 2016 +0100
Check read write filesystem prior to mounting
If a filesystem type could be identified on the read write
partition check it before mounting to eliminate a potential
dirty state
commit 8e05ac2131a1014b40fa9da3fb49aa6332e3cb2d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 12 15:26:55 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 12 22:48:50 2016 +0100
Cascade exfat mount
try normal mount first, if this does not work try fuse mount
Normally this is done automatically by the mount program but
if not we will give the direct fuse mount a chance
commit ed1d953005dc2f686b16c550868626fa0bb6acc2
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 11 16:30:09 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 12 22:48:50 2016 +0100
Added support for exfat as hybrid filesystem
In addition to fat also exfat is now supported as persistent
write filesystem. Because of the limitations of a fat filesystem
fat and exfat are only used as a container filesystem providing
an ext4 linux filesystem as a cowfile. The algorithm to create
the size of the cow file has also been changed to use half of
the size of the write partition or on fat a max size of 4G.
The size of the cowfile is also prepared to become overwritten.
However the XML definition and implementation to do this
is still missing
commit 7ad754b9fef9d7a3343031f0b787b58737bf6dec
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 11 16:08:17 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 12 22:48:50 2016 +0100
Reread partition table after hybrid setup
The hybrid write partition is created via fdisk. Some version
of fdisk does not send the ioctl to let the kernel reread the
table or fdisk itself holds it busy. Thus we actively initiate
a reread via blockdev
commit 840b3ec6d8fe4f489b4f395f99b6a744a882277b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 11 16:05:28 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 12 22:48:50 2016 +0100
Optimize ext4 hybrid write filesystem options
Optimized for 512kB erase block size
commit 0c1bcc083ea57abe8ec5ed42278de162c816ee11
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 11 12:54:57 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 12 22:48:50 2016 +0100
Use mount options to increase overlay performace
For overlay filesystems not writing into a tmpfs performance is
more important than safety. We use this combination of options
for now, if you encounter stability problems please let us know
commit a4bfbd3432497348cdf8a749c11e4fe4f48548e7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 11 12:32:43 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 12 22:48:50 2016 +0100
Use -f force option for extX filesystem checker
commit b38671d09ff36dd9a37e82a76f71f9afeea65e32
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 11 12:25:15 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 12 22:48:50 2016 +0100
Refactor and cleanup setupReadWrite
Fix misleading error message and refactor the code to be less
complex and more clear in the processing of tasks
commit 8e961c3c218b0174d3be49f015ce3333c8b7b07c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 11 11:38:59 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 12 22:48:50 2016 +0100
Allow custom cowfile name for persistent data
Instead of a fixed name 'cowfile' we allow a custom name which is
predefined in HYBRID_PERSISTENT_FILENAME and prepared to become
overwritten by an XML defintion whose implementation will follow
later. Reason for the change is that a cowfile is visible as
plain data file to the operating system if e.g used on a live
stick. It should be more clear to the user what this file is
good for
commit 109e10fe23fbc455bf73fa66d597332d94a2c6c1
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 11 11:29:23 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 12 22:48:50 2016 +0100
Protect mkfs.exfat from being deleted
Added to the strip tools section in order to keep it in the initrd
commit 054c56fa554383417f8b0cd677db1b984a8317bd
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 11 19:11:12 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 12 22:48:50 2016 +0100
Make createFileSystem more robust
When passing in a loop file instead of a device name, the method
should be smart enough to handle the name without shell evaluation
commit 67b514cc6f115a3ed25baa1cadb80f12ae428f9e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 11 11:26:23 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 12 22:48:50 2016 +0100
Added support for exfat creation and probing
In preparation to use exfat instead of vfat in a loop container
for persistent data it's required to provide support for mkfs.exfat
commit e2646508b44e0ad727a718a9f14be3e107133ead
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 11 11:20:24 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 12 22:48:50 2016 +0100
Make loop_setup and loop_delete more robust
The methods did not cope well with filenames containing bash
characters with special meaning e.g spaces. For use with a
iso hybrid cowfile whose name is visible in the OS the methods
should be able to work with any given filename
commit 84f5167f17655131857b9066066840edfa6ee095
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 12 22:47:20 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 12 22:47:20 2016 +0100
Allow xfs as hybrid RW file system
commit c196705f548f8a01a1437c6afd795c68255bfd68
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 12 16:32:35 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 12 22:19:07 2016 +0100
Continue with LiveImageBuilder class
Added isolinux bootloader setup, finished live build procedure
Live metadata injection still missing. grub2 efi boot for live
image still missing
commit ed7be57e6e70220b06fcd77ca91c4abc09dddabc
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 12 10:38:53 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 12 10:38:53 2016 +0100
Fixed Makefile target to build data structures
A change in kiwi/schema/kiwi.rnc triggers the build of the
schema rng version as well as an auto update of the data
structures via python's generateDS. The intermediate xsd
schema format is only relevant for the data structure
creation process
commit 8b056f9928ef071e0b08f69c01a12a0b482d72e9
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Jan 10 19:12:58 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Jan 10 19:12:58 2016 +0100
Started with LiveImageBuilder class
Added interface and required steps. tests and implementation
are missing and will follow
commit 8b2a5690d136687f88b007347c95452a637c03be
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Jan 10 14:42:46 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Jan 10 14:46:29 2016 +0100
Added archive builder
commit 0bd3dc7856cdf05646592c935602da5db84d38d7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Jan 9 21:56:41 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Jan 9 21:56:41 2016 +0100
Added repo handling to compat caller
Also added process execution with translated arguments
commit fe4eebd690bcb9a6a36d2f11ee3a23f71bda726d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jan 8 14:01:07 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jan 8 14:01:07 2016 +0100
Add compat translation for prepare/create/upgrade
commit eae8f9caef5b8dac91891e21c8ecb90f619de08f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 5 17:01:35 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 5 17:01:35 2016 +0100
Added kiwicompat to support legacy commandline
commit 91c0b672cea7b11c1036679495851f4560fec24c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 5 15:40:40 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 5 15:40:40 2016 +0100
Added install pxe archive support
commit 1a15ee0ba6b69d905531249f608c92406dd78dcd
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 5 12:24:03 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 5 12:24:03 2016 +0100
Added warning message if pxedeploy section is used
At the moment there is no class to build the pxe client config
file from information provided with the optional pxedeploy
section. However this is not fatal to the build because the file
could be created manually too. Thus a warning message is shown
which will go away when the pxe client config file creation
has been ported
commit 3ef9bcbff2eccfed649f4eb7ccc5058c96201199
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 5 11:46:43 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 5 11:46:43 2016 +0100
cleanup test data to be consistent
commit 17402c42ba9fbdbc0d9b9a3add504dc0e2ab22af
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Jan 5 11:36:10 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Jan 5 11:36:10 2016 +0100
Added recovery setup
commit c081e364e5b4fb745e8be262ce31452fa449cc31
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 4 12:19:27 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jan 4 13:15:40 2016 +0100
Added DiskFormatGce class implementation
commit a5bc05db6ddb206517ff57fbab23f6cc97fe7ae1
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Jan 4 10:30:05 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Jan 4 10:30:05 2016 +0100
Fixed suffix name for compressed archives
commit c7567338a51a9559c439d50ab7faf325d05d8ed8
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Jan 2 19:17:00 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Jan 2 19:17:00 2016 +0100
Added creation of gnu and xz archives to tar class
commit 0e03524a09dc4fb0af6cccbe50763dcda727538f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Jan 2 18:42:14 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Jan 2 18:42:14 2016 +0100
Refactor result collection
Put the creation of a result object into the builder classes
and return them from there. The builder instances knows about
the results not the task instances
commit 4afa87606228bdb005abeeac8933288a3685d7b2
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jan 1 22:34:04 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jan 1 22:55:09 2016 +0100
Fixed option handling for vmdk format
commit c408114b39de54feaa26a61fe4ba9b1f61cab495
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jan 1 22:03:49 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jan 1 22:09:34 2016 +0100
Activate disk format building in disk builder
If disk format and install media is configured together only
the install media will be built and a warning message for
skipping the disk format is shown
commit 87d7273c869b08ecec5b3ac229eea1fc8a2cd1d7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jan 1 21:03:47 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jan 1 21:03:47 2016 +0100
Added custom argument handling for disk formats
commit 7ddb0ae86b6fd63147f61c0ad51eba7d228e524e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jan 1 19:18:29 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jan 1 19:18:29 2016 +0100
Added DiskFormat factory
commit 660bd9ad28a19b07009c10aa008524943d60e4bb
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Jan 1 19:07:19 2016 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Jan 1 19:07:19 2016 +0100
Added DiskFormatVmdk class implementation
commit 00b8ae10661d5f0f354330ddb06f47253fa7f1f3
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Dec 29 18:36:42 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Dec 29 18:36:42 2015 +0100
pep8 fixes
commit 0bc56e824dc60a2836de37fcd4f24c126865a98d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Dec 29 18:34:42 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Dec 29 18:34:42 2015 +0100
Added DiskFormatVhdFixed class implementation
commit 434006464880b477ffb2026307876224b1142dba
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Dec 29 18:33:47 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Dec 29 18:33:47 2015 +0100
Delete unused test data symlinks
commit b1ba8d5e10f1bf3150468ce4dd45d87680dfc7a4
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Dec 23 16:38:40 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Dec 23 16:38:40 2015 +0100
Added DiskFormatVhd class implementation
commit b8192a6c451008de6c4fc1e17bc0bb7d6b389950
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Dec 23 12:57:54 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Dec 23 12:57:54 2015 +0100
Added DiskFormat base class
Also added implementation for DiskFormatQcow2.
More format classes will follow next
commit a0d527777a92428b7c0d56456b27138882ce93fc
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Dec 23 10:58:35 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Dec 23 10:58:35 2015 +0100
Fixed import of kernel parameters including spaces
Kernel parameters like PRODUCT_TYPE=“PRODUCT BANANA” breaks
the code in includeKernelParameters. This patch allows spaces
for values in a way that it replaces the embedded whitespace
with \030 before parsing and then reverting after parsing.
Thanks to Jay Nitikman for providing the patch
commit 6793fe6d02e3dbaf654ef023840232002c735cc5
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Dec 22 19:44:49 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Dec 22 19:44:49 2015 +0100
Fixed LUKS setup for dracut
The system image has to provide /etc/crypttab to allow dracut
to create a working initrd for reboot. In addition the name
of the luks map must be 'luks' to make dracut happy.
commit d2f71d0b0c20862c6258b64b2eb5e905055fceb1
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Dec 22 18:34:56 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Dec 22 18:34:56 2015 +0100
luks setup triggers boot partition by default
commit a724baf75ed3c2d922db01b442f30500e82cfd08
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Dec 22 11:30:54 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Dec 22 14:13:11 2015 +0100
Add LuksDevice class and implementation
Also implemented luks support in DiskBuilder
commit 54726ba9d729229a88a6eaa1c2c901b79535d077
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Dec 22 09:39:36 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Dec 22 09:39:36 2015 +0100
Handle /boot/vc files for Raspberry Pi
openSUSE Tumbleweed raspberrypi-firmware[-branding-openSUSE] packages
have been updated to install files to /boot/vc rather than /boot.
Ensure that all files in /boot/vc are provided in image/loader for
further reference
commit 9bf7f110ae0cc7fd2ca440a918d67124df57cd85
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Dec 22 09:37:00 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Dec 22 09:37:00 2015 +0100
Refactor file system check in boot code
commit 742a8723f3d9a19cbd52a92a7d39c7d64fa2fb3c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Dec 21 16:50:53 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Dec 21 16:53:16 2015 +0100
Make sure VolumeManager instance updates root map
An instance of volume manager could cause the creation of a new
device e.g in case of LVM. The master device map in the disk
builder has to be updated with this device
commit d8efad6db491f4e7c7600cd5573f18d936b98570
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Dec 21 16:23:45 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Dec 21 16:23:45 2015 +0100
Fixed unconditional lookup of boot partition id
commit 05c3ccadcd406431640ada624ed0b8e24f027902
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Dec 21 12:17:10 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Dec 21 12:18:53 2015 +0100
Package check for packages marked for deletion
If none of the packages to become deleted are installed we
will raise an error, basically to force people to fixup the
image description
commit 39aae1e154304f36129b52c03e0f5d5afd7f1625
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Dec 21 11:57:53 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Dec 21 12:18:53 2015 +0100
Better error message for call with unknown command
If kiwi is called with an unknown command an error message
showing which commands actually exists should be shown
commit fe2ddcfad9c53b8b45848a98839e2b826f950543
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Dec 21 11:32:11 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Dec 21 11:32:11 2015 +0100
Fixed user group creation
The command name is groupadd not addgroup
commit 731069daf17f86aa9e2e074806e66c92a364bd73
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Dec 21 10:19:37 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Dec 21 10:19:37 2015 +0100
Fixed label and UUID support for XFS creation
commit c8e58b583859dfb1b162b579aa892550be5a706d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Dec 21 10:07:34 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Dec 21 10:07:34 2015 +0100
Traverse dictionary in ordered mode
commit a04d34e14578080da53455a636d534d0503c4f42
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Dec 21 09:53:01 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Dec 21 09:53:01 2015 +0100
Return sorted lists for packages/archives
commit cf0bc6566700faf11446cc31376485e811214aab
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Dec 21 09:43:53 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Dec 21 09:43:53 2015 +0100
Traverse dictionary in ordered mode
commit a843a7880452c18330ba18785e9f778454cab02f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Dec 21 09:17:46 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Dec 21 09:17:46 2015 +0100
Traverse dictionary in ordered mode
commit 115ee5d4bdbe1bfaeb90cee3d9284e70e1b69116
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Dec 21 09:12:03 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Dec 21 09:12:03 2015 +0100
Traverse dictionary in ordered mode
commit cd3ae5e3c5804c71a66bbe897724d268645138ae
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Dec 18 16:18:22 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Dec 18 16:46:04 2015 +0100
Added __githash__ to version.py
Any time the version.py is changed and committed the git ident
will be reset by git. After a checkout of version.py the ident
will be updated in version.py to the git commit id of version.py
Whenever we relase a new kiwi version the process is as follows:
1. run bumpversion to set the version for the release
2. run tox to create the source tarball for the release
We have to make sure tox calls a git checkout of
version.py
commit 65466ea8e731318a35d7067150198307472af7f6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Dec 17 15:46:58 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Dec 17 15:46:58 2015 +0100
Consolidate use of Makefiles for schema conversion
As we are going to switch to tox the Makefile setup should be
cleaned up. The make targets to build xsd and rng schemas has
been moved to the master Makefile
commit 34f98a745822ab771c3ee57440bb38928081ac84
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Dec 17 15:41:56 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Dec 17 15:41:56 2015 +0100
Consolidate use of Makefiles for locale setup
As we are going to switch to tox the Makefile setup should be
cleaned up. The make targets to handle po files and their
installation has now been moved to the master Makefile
commit 712c1b6053de8164cb5dcd306603ba7688e9e600
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Dec 17 15:29:37 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Dec 17 15:29:37 2015 +0100
Update translation po files with template
commit cfd66dd6eca58c81b47a66ef6cb8a9b8941fa56c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Dec 17 14:43:18 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Dec 17 14:43:18 2015 +0100
Consolidate use of Makefiles for compiling tools
As we are going to switch to tox the Makefile setup should be
cleaned up. I'm going to move the various places and its tasks
into one master Makefile to make it easier to move the targets
one after the other into a tox setup.
commit 4a4eb6c646e9637991293e0cac3ad59e8c27e547
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Dec 17 11:26:49 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Dec 17 11:26:49 2015 +0100
Refactor source code structure
All files referenced by kiwi should live below the kiwi
namespace and should be referenced by the resource_filename()
method from the pkg_resources
commit d808b241b77b05b2d137be068e0073a55f25afcd
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Dec 16 12:01:17 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Dec 16 12:01:17 2015 +0100
Update exclude list for boot image runtime data
There are some directories needed during boot image creation
time, e.g grub2 modules to create grub images. But at boot
time this data is no longer required and would just waste
space in the initrd
commit 2ec322add7c78104d31c235c55aa94f8b51985a8
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Dec 16 11:59:39 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Dec 16 11:59:39 2015 +0100
Delete dracut from boot images
dracut is needed in the system and also called from there
by the kiwi boot image, but inside of the boot image it is
not needed and just wastes space
commit 9d625b987a85c8a7854a7bdf27ef21a791ee888c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Dec 16 11:59:00 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Dec 16 11:59:00 2015 +0100
Add some paths not needed in the boot image
commit 845150aef2bf552e840b86c4ec173d3375708369
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Dec 16 10:59:10 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Dec 16 11:04:23 2015 +0100
Added boot messages translations
commit e29d290473878831df55c7dcab6a2e86d1edb21c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Dec 16 10:41:14 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Dec 16 10:41:14 2015 +0100
Exclude /image from boot images
commit 200824bb357f938c1a5e15584e4883d95ea319ce
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Dec 16 10:38:29 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Dec 16 10:38:29 2015 +0100
Change default boot image description path
Let the default boot image description path point to boot/arch
commit 92d53decf2bb73052c053721bd82f2ad16480cdf
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Dec 16 10:30:58 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Dec 16 10:30:58 2015 +0100
Make sure the boot image profile provides its name
The variable kiwi_initrdname was added to the .profile
environment for boot image builds
commit bf6f46cdff7ae49fc61fb6d9dc4a059eb5301ed0
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Dec 16 10:30:16 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Dec 16 10:30:16 2015 +0100
Update boot image functions
Delete a lot of legacy code from the bash boot code
commit 0861179f03a76d9a829b026af3a7cd8398a056e1
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Dec 16 10:29:19 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Dec 16 10:29:19 2015 +0100
Added boot image descriptions
Provide boot(initrd) image descriptions for supported
architectures and distributions
commit 8ff532847e76a28b61cfef36dbf12bda96c81575
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Dec 15 15:40:22 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Dec 15 15:40:22 2015 +0100
Fixed unit tests, mock NamedTemporaryFile
commit 3d065e5a85b50318f2aa64ac63d3760dc20d7059
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Dec 15 15:05:32 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Dec 15 15:05:32 2015 +0100
Added coverage to developer requirements
commit f00d4eb727d96d801009cd7d6dbff1307b314438
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Tue Dec 15 14:01:07 2015 +0100
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Tue Dec 15 14:01:07 2015 +0100
Use "next generation" string
To distinguish it between old and new KIWI
commit d29925867519bee34bb39a179db62dd8159902fe
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Tue Dec 15 13:17:19 2015 +0100
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Tue Dec 15 13:26:45 2015 +0100
Review and add corrections
* Consistent spelling: kiwi -> KIWI, python -> Python
* Add punctuation
* Use backticks for scripts and dirs
commit 6e00c74e61aa9084cf90eee50271f6692775dd10
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Dec 15 12:41:05 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Dec 15 12:41:05 2015 +0100
Update development status to be inline with setup.py
commit 3eace7f90d7d7da173e73f26c70d492567f4c92c
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Dec 15 12:33:06 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Dec 15 12:33:06 2015 +0100
Deleted no longer needed bin/kiwi script
commit 2ca8916618ab412a893283f9db5c6eae5b0ef7b3
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Dec 15 12:32:32 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Dec 15 12:32:32 2015 +0100
Update README
Added developer information how to contribute
commit 02f4bdfd167dca4e13054b985e952424824631ab
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Dec 15 12:19:31 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Dec 15 12:19:31 2015 +0100
Minor changes in virtualenv setup file names
Moved the requirements.txt setup files into a namespace
called .virtualenv in order to stay compatible with the
.travis requirement files
commit 1bff89565ec8ca583884814f96a737461b8af734
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Tue Dec 15 11:55:01 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Tue Dec 15 11:55:01 2015 +0100
Update development status in setup.py
commit 64424b3884ea6a25757c4da1fb775aa06092fcde
Author: Thomas Schraitle <tom_schr@web.de>
AuthorDate: Mon Dec 14 22:01:00 2015 +0100
Commit: Thomas Schraitle <tom_schr@web.de>
CommitDate: Mon Dec 14 23:03:25 2015 +0100
Fix #3: Requirement for Virtual Envs
* Add requirements.txt and dev-requirements.txt
The dev-requirements.txt installs requirements.txt automatically
* Ignore .env, .env2, and .env3 virtual env directories
commit 098f72079868f8ec0f4e7fb973629827eff3040f
Author: Thomas Schraitle <tom_schr@web.de>
AuthorDate: Mon Dec 14 22:28:52 2015 +0100
Commit: Thomas Schraitle <tom_schr@web.de>
CommitDate: Mon Dec 14 22:32:25 2015 +0100
Fix #5: Improve setup.py
* setup.py:
- use setuptools always, no need to check for distutils
- include keywords 'include_package_data', 'zip_safe', and 'classifiers'
* setup.cfg:
- add bdist_wheel and sdist section
* Add missing MANIFEST.in (needed for setup.py dist)
* Remove executable bit for LICENSE and README.md
commit 3bd50f18d56317745bb3b3a089b919ee5b88d90c
Author: Thomas Schraitle <tom_schr@web.de>
AuthorDate: Mon Dec 14 21:16:41 2015 +0100
Commit: Thomas Schraitle <tom_schr@web.de>
CommitDate: Mon Dec 14 21:16:41 2015 +0100
Fix #4: support bumpversion with .bumpversion.cfg
commit 62c077e8caf6ace7e06fb728451fe73dfa7c2f0b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Dec 14 17:31:55 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Dec 14 17:31:55 2015 +0100
Added RaidDevice class
implementation in disk_builder
commit 68ce70f10e79f706663d70edc51884ce9ae2ca2d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Fri Dec 11 18:15:37 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Fri Dec 11 18:15:37 2015 +0100
Fixed hybrid call
offset number should be passed as string to Command
commit 686e6d1bba620ac6d24fd7a928d2757d96fd750d
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Fri Dec 11 16:42:50 2015 +0100
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Fri Dec 11 16:42:50 2015 +0100
__VERSION__ -> __version__
commit d0519409ee9d5bac047594d8f7f74e0af97ae2f3
Author: Thomas Schraitle <toms@suse.de>
AuthorDate: Fri Dec 11 16:33:24 2015 +0100
Commit: Thomas Schraitle <toms@suse.de>
CommitDate: Fri Dec 11 16:33:24 2015 +0100
Rename __VERSION__ -> __version__
commit 7d596adc2e332492cc537e4b4ad4bf9b00b0abaf
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Dec 10 18:18:54 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Dec 10 18:18:54 2015 +0100
Added hybrid ISO setup
commit ded33d52124ff909ac5814f08dd035101d5d377f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Dec 10 17:43:04 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Dec 10 17:43:04 2015 +0100
Refactor creation of a PackageManager factory
commit ada5b1a666afb6c75d646ac553d7b63966496f04
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Dec 10 17:41:14 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Dec 10 17:41:14 2015 +0100
Refactor creation of a Repository factory
commit 77911a3f67207552632cd4ab3ae83f7f8cd87e8b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Dec 10 17:39:06 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Dec 10 17:39:06 2015 +0100
Refactor creation of a BootLoaderInstall factory
commit 1649939ed01bda04496e509ad0d561b37a991d8d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Dec 10 17:36:40 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Dec 10 17:36:40 2015 +0100
Refactor creation of a VolumeManager factory
commit c508c8838e931186b506869d668852cfea5fcc99
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Dec 10 17:34:13 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Dec 10 17:34:13 2015 +0100
Refactor creation of a BootLoaderConfig factory
commit b6586b4ba6a7013811f5df0e5950f4f79469c7a9
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Dec 10 17:30:34 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Dec 10 17:30:34 2015 +0100
Refactor creation of a Partitioner factory
commit 4f95bd084a44d289dd02330f16bd27485b9c5d08
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Dec 10 16:54:07 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Dec 10 16:54:07 2015 +0100
Refactor creation of a FileSystem factory
commit adb7da5fa8373f2821c147e58f6bdbad623da82b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Dec 10 14:01:10 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Dec 10 14:01:10 2015 +0100
Fixed travis setup
commit abc917b0fa1b637aae8d807fc583bd254134c0ff
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Dec 10 09:39:05 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Dec 10 09:39:05 2015 +0100
Refactor InstallImageBuilder
no need to provide the name of the disk image, this
information can be created from the xml state
commit 5587117f7ee97d4e6b4fd764c0d8a935ef3ddbcf
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Thu Dec 10 09:29:17 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Thu Dec 10 09:29:17 2015 +0100
Fixed missing md5 file on install media
commit 5ca5e44221d7cf5a5dad01e72d39e82dd0fd660d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Dec 9 18:10:26 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Dec 9 18:10:26 2015 +0100
Travis testing needs cdrtools for isoinfo
commit 2c8df54ee30fba0ad83343a4cd6c41e1c993be1b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Dec 9 18:00:53 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Dec 9 18:00:53 2015 +0100
Added two pass ISO creation system
The kiwi ISO's are prepared to be hybrid by adding an
end header block so that isohybrid can place its gpt
header at the correct offset address
commit a6e1d24c9fb709e79f6934ed10521bb20dcef4d4
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Dec 9 17:59:59 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Dec 9 17:59:59 2015 +0100
Added user log messages for install media builder
commit e1f092934831b8a628aa79ec2375231f8838432d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Dec 9 17:59:17 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Dec 9 17:59:17 2015 +0100
Fixed grub bootloader template for install case
Template was missing the cdinst option
commit ff52d672fe9e94cb377b821bcc9afbde2014a313
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Dec 9 17:06:22 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Dec 9 17:06:22 2015 +0100
Added create_header_end_block method in Iso class
commit f4d3711aa59f24a1fda3534371c3c3aa7734c8a7
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Dec 9 12:53:00 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Dec 9 12:53:00 2015 +0100
Added isols method in Iso class
commit d561c23697518fe6adf38760ea72fbea4f045b3e
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Dec 9 10:44:16 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Dec 9 10:44:16 2015 +0100
Fixed ui theme setup in isolinux.cfg
commit 61ea327a4c6b5daed617147fffddf22ea2df1ec2
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Wed Dec 9 10:39:21 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Wed Dec 9 10:39:21 2015 +0100
Added isolinux bootloader support
commit 48a96d65287e9b2d9921a9d304ce028e4ae21b7d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Mon Dec 7 12:00:54 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Mon Dec 7 12:00:54 2015 +0100
Prevent zypper failing on outdated system solvable
commit 205a073b6d43cba3b7ce0b8dc0e6924466f343eb
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Dec 6 20:48:57 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Dec 6 20:48:57 2015 +0100
landscape: fix unused imports
commit 6be405d98630100643daa49af4ff1c17fece6f0a
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sun Dec 6 20:43:38 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sun Dec 6 20:43:38 2015 +0100
Refactor boot data extraction from boot image
Allow data extraction multiple times, don't move files
away from their original location
commit 83364d2ced7cbf1666197521ca700ab45c66575d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Dec 5 22:47:52 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Dec 5 22:47:52 2015 +0100
landscape: fix unused imports
commit 455fe23ffbf03a64b118a7efe6985e712bfc4c42
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Dec 5 22:46:30 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Dec 5 22:46:30 2015 +0100
landscape: fix unused variables
commit 7edead83b970149e3a7498cf79b878449b685289
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Dec 5 22:34:47 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Dec 5 22:34:47 2015 +0100
Add debug message for repo cleanup
commit 77a8860d7c2672dcf894ebdfab693486caa6ac43
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Dec 5 22:17:27 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Dec 5 22:17:27 2015 +0100
landscape: fix unused variables
commit 70a756e3595ab9c3af9b614a351e26d44537d92f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Dec 5 21:53:51 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Dec 5 21:53:51 2015 +0100
landscape: fix unused imports
commit 1c11967a0424419674a1cdb25fc9c5e2b687ecda
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Dec 5 21:17:15 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Dec 5 21:17:15 2015 +0100
landscape: fix dangerous defaults
commit 5322eb9d79fabeb8ee6c62aa7074cf1203a4d3f4
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Dec 5 21:15:43 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Dec 5 21:15:43 2015 +0100
landscape: fix dangerous defaults
commit 0fcb8aea2160ea8b2913744a8cc6130e337ea1c6
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Dec 5 21:04:53 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Dec 5 21:04:53 2015 +0100
Added landscap config file
skip checking auto generated code
commit fbf46c2ee49ebfe093d8deca4d5af960eaf0af4f
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Dec 5 19:37:22 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Dec 5 19:37:22 2015 +0100
Update README
commit 244e4cf6aab7c0064aa0764c8054ecaf57c53a5b
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Dec 5 19:35:27 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Dec 5 19:35:27 2015 +0100
Set naster branch for travis setup
commit b6e40cba63f99217e898545e6dd74b449a843cdf
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Dec 5 17:00:02 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Dec 5 17:00:02 2015 +0100
Update README
commit d032b9558adb13f143dba1b2448b20b97763a59d
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Dec 5 16:53:01 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Dec 5 16:53:01 2015 +0100
Update README
Travis and Landscape status
commit a4a4450b6ccadac8f8eea6370707fd64486e3230
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Dec 5 16:51:08 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Dec 5 16:51:08 2015 +0100
Update README
commit 9a0c51de3e9f35435edc67fc52f03d8884899ab2
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Dec 5 16:46:24 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Dec 5 16:46:24 2015 +0100
Update README
commit 09daca60c0e0ed608cf42b121be6453f7d8bdd37
Author: Marcus Schäfer <ms@suse.com>
AuthorDate: Sat Dec 5 16:17:10 2015 +0100
Commit: Marcus Schäfer <ms@suse.com>
CommitDate: Sat Dec 5 16:17:10 2015 +0100
KIWI - appliance builder next generation
a rewrite of the current kiwi from https://github.com/openSUSE/kiwi