In preparation for F29, I went to define new build and srpm-build groups to
remove gcc an gcc-c++ and remain aligned with Fedora.
However, `koji add-group f29 build` does nothing--it doesn't add the group to
the database (associated with the f29 tag). I can also find no errors in the
Apache or PostgreSQL logs.
It's been a while since I've needed to modify groups which are typically
inherited from the previous version tag. Is there something I'm missing?
--
Anthony - https://messinet.com
F9B6 560E 68EA 037D 8C3D D1C9 FF31 3BDB D9D8 99B6
Hi,
I just released new version of Mock. From the release notes:
https://github.com/rpm-software-management/mock/wiki/Release-Notes-1.4.13
Features:
Starting with mock-core-configs version 29.1 the gpg keys for rawhide are checked now.
There is a new config option print_main_output, which allows you to override default behavior:
# By default, mock only prints the build log to stderr if it is a tty; you can
# force it on here (for CI builds where there is no tty, for example) by
# setting this to True, or force it off by setting it to False.
# config_opts['print_main_output'] = None
Following new environment variables are passed to mock from user environment: http_proxy, ftp_proxy, https_proxy,
no_proxy.
bash completion has been reworked and is now much simple and hopefully better
There are new configs for Fedora 30.
Bugfixes:
Mockchain will again stop after the first failure if -c or --recurse is not used.
Commands started by mock will be using C.UTF-8 locale instead of en_US.UTF-8, which does not need to be available.
There is new default for nspawn_args: config_opts['nspawn_args'] = ['--capability=cap_ipc_lock']. This will enable
cap_ipc_lock in nspawn container, which will allow to use mlock() RHBZ#1580435.
Do not get spec from the command line when using scm GH#203
use host's resolv.conf when --enable-network is set on cml RHBZ#1593212
Following contributors contributed to this release:
Bruno Vernay
Chuck Wilson
Jaroslav Škarvada
Neal Gompa
Owen W. Taylor
Seth Wright
Todd Zullinger
Tomasz Torcz
Thank you.
Note: version 1.4.12 has been skipped due error discovered during releasing.
Miroslav