- 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:
parent
dc7872a8f8
commit
556f6c6717
@ -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
|
Mon Apr 24 13:22:03 CEST 2017 - ms@suse.com
|
||||||
|
|
||||||
- Bump version: 9.4.11 → 9.5.0
|
- Bump version: 9.4.11 → 9.5.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-kiwi
|
Name: python-kiwi
|
||||||
Version: 9.5.0
|
Version: 9.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Provides: kiwi-schema = 6.5
|
Provides: kiwi-schema = 6.5
|
||||||
Url: https://github.com/SUSE/kiwi
|
Url: https://github.com/SUSE/kiwi
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:65b9faac8af8d82485144e72918dd4d90113907939cf007af178ccdc4c1b498d
|
oid sha256:d5dba6da3e51a05a278828b1144a49aafaeeccc132adb6292447363ba3d77fb8
|
||||||
size 3169265
|
size 3177053
|
||||||
|
Loading…
Reference in New Issue
Block a user