zopefoundation / transaction

Generic transaction implementation for Python.
Other
70 stars 31 forks source link

xenial is now the default #80

Closed icemac closed 5 years ago

icemac commented 5 years ago

See https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment

icemac commented 5 years ago

According to https://changelog.travis-ci.com/xenial-as-the-default-build-environment-99476 this should work. But it does not (yet?). Python 3.7 and 3.8 are run on 14.04 instead of 16.04.

mgedmin commented 5 years ago

According to https://changelog.travis-ci.com/xenial-as-the-default-build-environment-99476 this should work. But it does not (yet?). Python 3.7 and 3.8 are run on 14.04 instead of 16.04.

That blog post says this switch is gradual and incremental and the'll announce the transition is finished on https://changelog.travis-ci.com/. Meanwhile the last post (from 6 days ago) on changelog dot travis-ci dot com says

Right now, 5% of the repositories building that do not explicitly specify an Operating System, os: key, or an Ubuntu Linux distribution, via the dist: key are now being routed to Ubuntu Xenial 16.04 instead of Ubuntu Trusty 14.04.

icemac commented 5 years ago

@mgedmin Thank you for clarifying this. I was thinking only 5 % of the repositories are affected by the change at all, but it seems to tell that only 5 % are currently affected so the whole majority is not yet switched to xenial.