- Bump version: 9.7.4 → 9.8.0

- Fix content layout of zypper credentials file
  
  Missing line break for entries in zypper credentials file
  

  
- Allow imageinclude repositories inside the build service
  
  Fixes #397
  

  
- Fixed doc_travis tox target
  
  using shell syntax requires calling a shell process
  

  
- 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=37
This commit is contained in:
Marcus Schaefer 2017-06-30 13:18:17 +00:00 committed by Git OBS Bridge
parent 1fe4084c55
commit ea65a48716
3 changed files with 131 additions and 4 deletions

View File

@ -1,6 +1,124 @@
-------------------------------------------------------------------
Fri Jun 30 10:20:44 CEST 2017 - ms@suse.de
- Bump version: 9.7.4 → 9.8.0
-------------------------------------------------------------------
Fri Jun 30 09:50:19 CEST 2017 - ms@suse.de
- Fix content layout of zypper credentials file
Missing line break for entries in zypper credentials file
-------------------------------------------------------------------
Thu Jun 29 18:11:47 CEST 2017 - dcassany@suse.com
- Allow imageinclude repositories inside the build service
Fixes #397
-------------------------------------------------------------------
Thu Jun 29 16:52:11 CEST 2017 - ms@suse.de
- Fixed doc_travis tox target
using shell syntax requires calling a shell process
-------------------------------------------------------------------
Thu Jun 29 16:44:09 CEST 2017 - ms@suse.de
- 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
-------------------------------------------------------------------
Thu Jun 29 14:41:32 CEST 2017 - ms@suse.de
- Fixed travis whitelist_externals
test command is used in target
-------------------------------------------------------------------
Thu Jun 29 13:53:42 CEST 2017 - ms@suse.de
- Fixed travis whitelist_externals
commands cp and/or true are used in target
-------------------------------------------------------------------
Thu Jun 29 11:44:51 CEST 2017 - ms@suse.de
- Fixup travis doc deployment
Custom diagram images needs to be deployed manually
-------------------------------------------------------------------
Thu Jun 29 11:08:13 CEST 2017 - ms@suse.de
- Update schema documentation
-------------------------------------------------------------------
Thu Jun 29 11:06:41 CEST 2017 - ms@suse.de
- Delete unused data from schema docs processing
-------------------------------------------------------------------
Tue Jun 27 10:02:42 CEST 2017 - dcassany@suse.com
- 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.
-------------------------------------------------------------------
Fri Jun 23 21:12:03 CEST 2017 - ms@suse.de
- 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
-------------------------------------------------------------------
Wed Jun 21 14:57:43 CEST 2017 - ms@suse.de
- Update schema docstring for oem-systemsize
-------------------------------------------------------------------
Tue Jun 20 18:33:21 CEST 2017 - ms@suse.de
- Bump version: 9.7.3 → 9.7.4
-------------------------------------------------------------------
@ -12,6 +130,15 @@ Tue Jun 20 18:31:07 CEST 2017 - ms@suse.de
because it's section content. The return value of the method was
used as a string which caused a runtime error
-------------------------------------------------------------------
Tue Jun 20 18:22:25 CEST 2017 - ms@suse.de
- 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
-------------------------------------------------------------------
Tue Jun 20 15:18:53 CEST 2017 - dcassany@suse.com

View File

@ -67,7 +67,7 @@
%endif
Name: python-kiwi
Version: 9.7.4
Version: 9.8.0
Release: 0
Provides: kiwi-schema = 6.5
Url: https://github.com/SUSE/kiwi

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3336051ca689651e8efb7a7b4d063f4b50717f2fb6d4ca18b280950976290bed
size 3235481
oid sha256:370802c06c61314929953a059eee46f3f36fb5abb62930b9487e159181b0e76f
size 3456817