From f5d575482a5d69b7a0937dbc7c6e260629ff3dee Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 21 Jul 2008 15:01:01 -0400 Subject: Add more about where this came from, and a footer leading readers to where the code is --- scripts/check-upgrade-paths.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/check-upgrade-paths.py b/scripts/check-upgrade-paths.py index 3391418..510a44d 100755 --- a/scripts/check-upgrade-paths.py +++ b/scripts/check-upgrade-paths.py @@ -7,6 +7,8 @@ # # Authors: # Jesse Keating +# +# This script is loosely based on previous Extras script found at http://cvs.fedoraproject.org/viewcvs/upgradecheck/upgradecheck.py import koji @@ -92,3 +94,6 @@ for pkg in pkgs: for path in badpaths[pkg]: print " %s" % path print "\n" + +print "---------------" +print "This report generated by Fedora Release Engineering, using http://git.fedorahosted.org/git/?p=releng;a=blob;f=scripts/check-upgrade-paths.py;hb=HEAD" -- cgit