On Friday, January 24, 2020 9:08:09 AM CET Pavel Raiskup wrote:
- next release (1.5.0) will likely take same time (hmm after New Year?) and may be released to rawhide only
So is it good time to start with v1.5 release? There are many changes but also many important bugfixes that would be pretty hard to fix in 1.4 (especially the broken `--use-bootstrap-image` feature, which is now the only way to build modern Fedora on EL7).
Any objections against wrapping new release?
Also, not only Rawhide -- I would rather submit updates to stable Fedora and EL7, and give it autopush=False for e.g. two months ... to have enough time for proper testing.
- In 1.5 version I plan to enable bootstrap feature by default. Last blocker was "file:///my/local/path" url in baseurl which was fixed in this 1.4.20 release.
The remaining issue was fixed (pr#454). The --bootstrap-chroot feature was bugfixed and enhanced a lot recently, especially caches (--scrub=bootstrap implemented) -- so mock users shouldn't really pay too much for additional overhead.
Koji shouldn't be affected, except that it needs to set: config_opts['use_bootstrap_container'] = False
I forgot to ask, any objections against `config_opts['use_bootstrap_container'] = True` flip?
Pavel