- Bump version: 9.5.0 → 9.6.0

- 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
  

  
- 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
  

  
- Implement obs source on derived_from
  
  The following reference to a derived container:
  
  obs:/project/repo/container#tag

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=24
This commit is contained in:
Marcus Schaefer 2017-04-26 15:38:37 +00:00 committed by Git OBS Bridge
parent dc7872a8f8
commit 556f6c6717
3 changed files with 57 additions and 4 deletions

View File

@ -1,6 +1,59 @@
-------------------------------------------------------------------
Wed Apr 26 17:29:31 CEST 2017 - ms@suse.com
- Bump version: 9.5.0 → 9.6.0
-------------------------------------------------------------------
Wed Apr 26 14:12:33 CEST 2017 - ms@suse.com
- 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
-------------------------------------------------------------------
Tue Apr 25 17:41:01 CEST 2017 - ms@suse.com
- 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
-------------------------------------------------------------------
Tue Apr 25 15:28:38 CEST 2017 - ms@suse.com
- 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
-------------------------------------------------------------------
Tue Apr 25 15:25:04 CEST 2017 - ms@suse.com
- 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
-------------------------------------------------------------------
Mon Apr 24 13:22:03 CEST 2017 - ms@suse.com
- Bump version: 9.4.11 → 9.5.0
-------------------------------------------------------------------

View File

@ -67,7 +67,7 @@
%endif
Name: python-kiwi
Version: 9.5.0
Version: 9.6.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:65b9faac8af8d82485144e72918dd4d90113907939cf007af178ccdc4c1b498d
size 3169265
oid sha256:d5dba6da3e51a05a278828b1144a49aafaeeccc132adb6292447363ba3d77fb8
size 3177053