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:
@@ -480,7 +480,8 @@ def validate_releases(deliverable_info, zuul_layout,
|
|||||||
actual_sha,
|
actual_sha,
|
||||||
project['hash']))
|
project['hash']))
|
||||||
else:
|
else:
|
||||||
print('Found new version {}'.format(release['version']))
|
print('Found new version {} for {}'.format(
|
||||||
|
release['version'], project['repo']))
|
||||||
new_releases[release['version']] = release
|
new_releases[release['version']] = release
|
||||||
if prev_projects and project['repo'] not in prev_projects:
|
if prev_projects and project['repo'] not in prev_projects:
|
||||||
print('not included in previous release for %s: %s' %
|
print('not included in previous release for %s: %s' %
|
||||||
|
|||||||
Reference in New Issue
Block a user