upgradecheck upgradecheck.py,1.4,1.5

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sat Jun 17 17:37:28 UTC 2006


Author: scop

Update of /cvs/fedora/upgradecheck
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4844

Modified Files:
	upgradecheck.py 
Log Message:
Document stuff a bit.


Index: upgradecheck.py
===================================================================
RCS file: /cvs/fedora/upgradecheck/upgradecheck.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- upgradecheck.py	17 Jun 2006 17:33:33 -0000	1.4
+++ upgradecheck.py	17 Jun 2006 17:37:26 -0000	1.5
@@ -32,6 +32,11 @@
 mail_subject = "Broken upgrade paths in FC+FE %s" % datetime.date.today()
 smtp_server = None
 
+# Add wanted distributions to "dists".  Values should be numbers (as strings),
+# and all repos containing that number in their id's will be associated with
+# the corresponding distro version.  For example, repo id "foo9bar" will be
+# associated with distro "9".
+
 dists = ('3', '4', '5', '6')
 
 def parseArgs():




More information about the scm-commits mailing list