- 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 c55ffd67a8
commit ea1f2c2677
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
-------------------------------------------------------------------