forked from pool/python-kiwi
- Bump version: 9.9.2 → 9.9.3
- 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. - Fixup helper/kiwi-boot-packages Make sure the code also works in python2 - Search for python interpreter in path Allow more flexible path spec to find python interpreter - 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. OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=42
This commit is contained in:
parent
46979ea0fc
commit
03fbcd8d25
@ -1,6 +1,105 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 17 10:58:47 CEST 2017 - ms@suse.de
|
||||
|
||||
- Bump version: 9.9.2 → 9.9.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 17 10:36:39 CEST 2017 - dcassany@suse.com
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 17 10:20:51 CEST 2017 - ms@suse.de
|
||||
|
||||
- Fixup helper/kiwi-boot-packages
|
||||
|
||||
Make sure the code also works in python2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 17 09:59:11 CEST 2017 - ms@suse.de
|
||||
|
||||
- Search for python interpreter in path
|
||||
|
||||
Allow more flexible path spec to find python interpreter
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 14 15:26:16 CEST 2017 - ms@suse.de
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 14 11:55:32 CEST 2017 - ms@suse.de
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 14 11:25:23 CEST 2017 - ms@suse.de
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 13 16:19:46 CEST 2017 - dcassany@suse.com
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 13 11:45:34 CEST 2017 - dcassany@suse.com
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 11 14:58:18 CEST 2017 - davidcassany@gmail.com
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 12:33:58 CEST 2017 - ms@suse.de
|
||||
|
||||
|
||||
- Bump version: 9.9.1 → 9.9.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -67,7 +67,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-kiwi
|
||||
Version: 9.9.2
|
||||
Version: 9.9.3
|
||||
Release: 0
|
||||
Provides: kiwi-schema = 6.5
|
||||
Url: https://github.com/SUSE/kiwi
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a10b060ce6639c3b21a39ca263f3a06e3d0e1446dccb266683057beec66f223d
|
||||
size 3337537
|
||||
oid sha256:12830b19dd7d709aea76ac86bee08c9df176c2dd76dc930ff95cd04dbb64cfb3
|
||||
size 3392288
|
||||
|
Loading…
Reference in New Issue
Block a user