report the repository when reporting a new version found

Expanding this warning message makes it easier to debug errors related
to "new" releases not appearing at the end of the release list.

Change-Id: Ie33de25ee68b434c93d3951930b085c817799f98
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-09-28 11:40:55 -04:00
parent 7b7bb69839
commit 095821fec2

View File

@ -480,7 +480,8 @@ def validate_releases(deliverable_info, zuul_layout,
actual_sha,
project['hash']))
else:
print('Found new version {}'.format(release['version']))
print('Found new version {} for {}'.format(
release['version'], project['repo']))
new_releases[release['version']] = release
if prev_projects and project['repo'] not in prev_projects:
print('not included in previous release for %s: %s' %