On Mon, 25 Mar 2019 at 12:35, Doug Hellmann <doug@doughellmann.com> wrote:
Tony Breeds <tony@bakeyournoodle.com> writes:

> On Mon, Mar 25, 2019 at 01:21:01AM +0000, zuul@openstack.org wrote:
>> Build failed.
>>
>> - release-openstack-python http://logs.openstack.org/62/628b0544eda77dd7a59d083126e6b94cbaef98a6/release/release-openstack-python/cd41f0d/ : POST_FAILURE in 6m 22s
>
> This and the other heat release failures are probably a result of there
> being confusion between heat and openstack-heat and the project's name:
>
> [tony@thor heat]$ for branch in origin/{master,stable/{stein,rocky,queens,pike,ocata}} ; do git grep ^name $branch -- setup.cfg ; done
> origin/master:setup.cfg:2:name = openstack-heat
> origin/stable/stein:setup.cfg:2:name = openstack-heat
> origin/stable/rocky:setup.cfg:2:name = heat
> origin/stable/queens:setup.cfg:2:name = heat
> origin/stable/pike:setup.cfg:2:name = heat
> origin/stable/ocata:setup.cfg:2:name = heat
>
> I *think* we can fix this with meta-data in the releases repo but until
> then older series can't be published to pypi.
>
> Yours Tony.
> _______________________________________________
> Release-job-failures mailing list
> Release-job-failures@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/release-job-failures

All Python projects are now being published to PyPI, so the dist name
needs to match the name being used there. The stein value,
openstack-heat, is correct. So to release from the stable branches we
need to update the dist name there.

Could someone post here or ping me on IRC when this has been resolved? We're trying to do a stable branch version bump in kolla.


--
Doug