On 17-09-20 13:35:44, Michal Pryc wrote: > Hi, > > EOL releases for the nova component (checked neutron as well, possibly many > other components) have wrong pointers to the upper-constraints.txt files as > they are referencing stable/branch rather then branch-eol, see example: > > https://github.com/openstack/nova/blob/liberty-eol/tox.ini#L12 > > Line: > https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/liberty > > Should be: > https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=liberty-eol > > EOL means there should be no more changes to the release, but in this case > process of EOL'ing made regression as now it's impossible to run tests > against those tags (this applies to liberty/mitaka and in the future newer > releases). > > Should this be fixed somehow or EOL isn't really meant to be touched and > fixed and those will be left broken ? > > -- > best > Michal Pryc
> __________________________________________________________________________ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: [email protected]?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev I think this is an error in our process that should be fixed (newton is going EOL soon). While it'd be nice to fix I don't think it's worth the effort as an EOL'd and now unbranched project. We could create a temporary branch from the commit and retag, but as a rule we should not use the same tag twice (removing the pointer that existed and reusing it to point to a diferent commit). -- Matthew Thode (prometheanfire)
signature.asc
Description: PGP signature
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
