- docker:
* use a correct prefixed label for disturl * Support building multiple image types containing a docker image * Set build user to root for docker/fissile builds * Compress containers so that old kiwi versions can handle them * Put obs-docker-support uninstall before the last user line * Also pass arch and buildflavor when creating the containerinfo * set disturl as container LABEL * Uncompress kiwi generated containers * build-vm-docker: type=bind instead of type=volume in --mount option - computeblocklists/extractbuild: * Tweak verbose logging of directories in computeblocklists/extractbuild * add support for FIEMAP ioctl * don't use bare F for file * document and use alternate ioctl numbers * more tweaks and sanity checks * Fallback to encode/decode helpers if perl does not support 'Q' in pack/unpack * Use 'eval' when querying the blocklist - Misc: * fix escaping in regexp * log toplevel KIWI directories in verbose mode * Split kiwi product parser in a separate function * Always add extra dependencies when doing sysdeps expansion * Fix REPOTYPE setting if the PKGCONFIG file is generated by a service * support zypper's handling of versioned deps * pam-modules got dropped on sles 15 * testing for build specific filesystem, which are more important then worker defaults * mark lint option as obsolete * Make sure that we know all pre/vminstalls OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=354
This commit is contained in:
parent
bb024e0ca8
commit
a6fc492764
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=build
|
pkgname=build
|
||||||
pkgver=20180329
|
pkgver=20180629
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Build packages in sandbox"
|
pkgdesc="Build packages in sandbox"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 29 12:02:10 UTC 2018 - FSchreiner@suse.com
|
||||||
|
|
||||||
|
- docker:
|
||||||
|
* use a correct prefixed label for disturl
|
||||||
|
* Support building multiple image types containing a docker image
|
||||||
|
* Set build user to root for docker/fissile builds
|
||||||
|
* Compress containers so that old kiwi versions can handle them
|
||||||
|
* Put obs-docker-support uninstall before the last user line
|
||||||
|
* Also pass arch and buildflavor when creating the containerinfo
|
||||||
|
* set disturl as container LABEL
|
||||||
|
* Uncompress kiwi generated containers
|
||||||
|
* build-vm-docker: type=bind instead of type=volume in --mount option
|
||||||
|
- computeblocklists/extractbuild:
|
||||||
|
* Tweak verbose logging of directories in computeblocklists/extractbuild
|
||||||
|
* add support for FIEMAP ioctl
|
||||||
|
* don't use bare F for file
|
||||||
|
* document and use alternate ioctl numbers
|
||||||
|
* more tweaks and sanity checks
|
||||||
|
* Fallback to encode/decode helpers if perl does not support 'Q' in pack/unpack
|
||||||
|
* Use 'eval' when querying the blocklist
|
||||||
|
- Misc:
|
||||||
|
* fix escaping in regexp
|
||||||
|
* log toplevel KIWI directories in verbose mode
|
||||||
|
* Split kiwi product parser in a separate function
|
||||||
|
* Always add extra dependencies when doing sysdeps expansion
|
||||||
|
* Fix REPOTYPE setting if the PKGCONFIG file is generated by a service
|
||||||
|
* support zypper's handling of versioned deps
|
||||||
|
* pam-modules got dropped on sles 15
|
||||||
|
* testing for build specific filesystem, which are more important then worker defaults
|
||||||
|
* mark lint option as obsolete
|
||||||
|
* Make sure that we know all pre/vminstalls
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 3 11:30:47 UTC 2018 - adrian@suse.de
|
Tue Apr 3 11:30:47 UTC 2018 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: build
|
Source: build
|
||||||
Version: 20180329
|
Version: 20180629
|
||||||
Binary: build
|
Binary: build
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
@ -22,7 +22,7 @@ Name: build
|
|||||||
Summary: A Script to Build SUSE Linux RPMs
|
Summary: A Script to Build SUSE Linux RPMs
|
||||||
License: GPL-2.0-or-later AND GPL-2.0-only
|
License: GPL-2.0-or-later AND GPL-2.0-only
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Version: 20180329
|
Version: 20180629
|
||||||
Release: 0
|
Release: 0
|
||||||
Source: obs-build-%{version}.tar.gz
|
Source: obs-build-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
build (20180329) unstable; urgency=low
|
build (20180629) unstable; urgency=low
|
||||||
|
|
||||||
* Update to current git trunk
|
* Update to current git trunk
|
||||||
- add sles11sp2 build config and adapt autodetection
|
- add sles11sp2 build config and adapt autodetection
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f333aebba43f31803155779e2a5d112882769d4e05b63a3cf29fc6c52fb535d6
|
|
||||||
size 297319
|
|
3
obs-build-20180629.tar.gz
Normal file
3
obs-build-20180629.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7b2581582446b08609b1aa6d835241f4e29332a28d8a4993fe851aeb6daa1e0e
|
||||||
|
size 300886
|
Loading…
Reference in New Issue
Block a user