[openstack-dev] [barbican] python-barbicanclient-master.tar.gz outdated on tarballs.openstack.org

Jeremy Stanley fungi at yuggoth.org
Sun Aug 30 12:49:30 UTC 2015


On 2015-08-30 10:23:32 +0200 (+0200), Thomas Bechtold wrote:
[...]
> Maybe the tarball won't be regenerated if only a new git tag is pushed?
> In that case the latest commit-id doesn't change but the content of the
> tarball need to change (from 3.2.1.dev24 to 3.3.0).

Correct, nobody has implemented a mechanism for our tarball jobs to
identify which branch tips need regenerating when a tag is pushed,
so the version numbers embedded within them will lag (potentially
for long periods if those branches don't see much new activity). An
alternative is to generate your own tarballs from the git repo with
`tox -e venv python setup.py sdist` and consume the result from the
dist subdirectory.
-- 
Jeremy Stanley



More information about the OpenStack-dev mailing list