I've made the pypi project, so releasing will work now. To delete and re-create the tag (should be done only in rare circumstances such as this)
Do: git tag -d 0.2 git push gerrit :refs/tags/0.2 git tag -s 0.2 git push gerrit 0.2 On 07/15/2013 11:57 AM, Sergey Lukjanov wrote: > Savanna hosted in OpenStack pypi account, so, I have no access to it. The > version tag has been already pushed to the repo, is it ok to commit correct > project name and repush tag? > > Thank you! > > P.S. I'm planning to move Savanna to pbr asap after this release :) > > Sincerely yours, > Sergey Lukjanov > Savanna Technical Lead > Mirantis Inc. > > On Jul 15, 2013, at 19:34, Monty Taylor <[email protected]> wrote: > >> Yes. Three things: >> >> a) change project='savannadashboard' in your setup.py to >> project='savanna-dashboard' (and then later we should pbr you) >> >> b) run "python setup.py register" to register the project on pypi >> >> c) go to pypi, log in, and add 'openstackci' as an owner of the project >> >> At that point, releases should work. >> >> On 07/15/2013 11:11 AM, Rafael Folco wrote: >>> Tarball name is different from what you have in the repo... not sure the >>> reason though. >>> >>> I see a tarball without "-" at >>> http://tarballs.openstack.org/savanna-dashboard/savannadashboard-0.2.tar.gz... >>> >>> and curl is trying to retrieve with savanna-dashboard (with "-") >>> >>> curl --fail -o savanna-dashboard-0.2.tar.gz >>> http://tarballs.openstack.org/savanna-dashboard/savanna-dashboard-0.2.tar...gz >>> >>> <http://tarballs.openstack.org/savanna-dashboard/savanna-dashboard-0.2.tar..gz> >>> >>> >>> >>> >>> On Mon, Jul 15, 2013 at 11:54 AM, Sergey Lukjanov >>> <[email protected] <mailto:[email protected]>> wrote: >>> >>> Hi Infra team, >>> >>> today we released Savanna 0.2 version, but there are some problems >>> with uploading savanna-dashboard to pypi. >>> >>> savanna-dashboard isn't uploaded to pypi at all :( It looks like >>> that it's no project create for it - >>> https://jenkins.openstack.org/job/savanna-dashboard-pypi-upload/1/console >>> >>> Could you please help us? >>> >>> Thank you. >>> >>> Sincerely yours, >>> Sergey Lukjanov >>> Savanna Technical Lead >>> Mirantis Inc. >>> >>> >>> _______________________________________________ >>> OpenStack-Infra mailing list >>> [email protected] >>> <mailto:[email protected]> >>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra >>> >>> >>> >>> >>> _______________________________________________ >>> OpenStack-Infra mailing list >>> [email protected] >>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra >>> >> >> _______________________________________________ >> OpenStack-Infra mailing list >> [email protected] >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra > > _______________________________________________ OpenStack-Infra mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra
