summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2008-07-21 14:57:38 -0400
committerJesse Keating <jkeating@redhat.com>2008-07-21 14:57:38 -0400
commitea8be137aefe60fbfb07d3a6624f3503a665c12c (patch)
tree839584618388d8e2a6aa22755307565abf7b7130
parent5cf2ec6598c24c8c23529743bade788c4afd3354 (diff)
downloadreleng-ea8be137aefe60fbfb07d3a6624f3503a665c12c.tar.gz
releng-ea8be137aefe60fbfb07d3a6624f3503a665c12c.tar.xz
releng-ea8be137aefe60fbfb07d3a6624f3503a665c12c.zip
Add a blurb at the top of the report regarding what tags were checked
-rwxr-xr-xscripts/check-upgrade-paths.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/check-upgrade-paths.py b/scripts/check-upgrade-paths.py
index 375ca15..3391418 100755
--- a/scripts/check-upgrade-paths.py
+++ b/scripts/check-upgrade-paths.py
@@ -83,6 +83,8 @@ for pkg in pkgdict:
badpaths[pkg].append('%s > %s (%s %s)' % (tag, nexttag, pkgdict[pkg][tag], pkgdict[pkg][nexttag]))
# TODO We should print ownership here
+print """Broken upgrade path report for tags %s""" % tags
+print "\n"
pkgs = badpaths.keys()
pkgs.sort()
for pkg in pkgs: