Merge "Ensure tag can be looked up outside cgit"

This commit is contained in:
Jenkins 2017-10-05 13:13:25 +00:00 committed by Gerrit Code Review
commit e0eb18d40a

@ -423,8 +423,9 @@ def validate_releases(deliverable_info, zuul_layout,
# doesn't exist.
continue
version_exists = gitutils.tag_exists(
project['repo'], release['version'],
# Check the presence of tag in the references
version_exists = gitutils.commit_exists(
workdir, project['repo'], release['version'],
)
# Check that the sdist name and tarball-base name match.