upgradecheck upgradecheckspam.py,1.3,1.4 upgradecheck.py,1.35,1.36

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Mon Sep 3 17:56:45 UTC 2007


Author: mschwendt

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

Modified Files:
	upgradecheckspam.py upgradecheck.py 
Log Message:
no .fc4 anymore


Index: upgradecheckspam.py
===================================================================
RCS file: /cvs/fedora/upgradecheck/upgradecheckspam.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- upgradecheckspam.py	24 Jul 2007 18:04:23 -0000	1.3
+++ upgradecheckspam.py	3 Sep 2007 17:56:43 -0000	1.4
@@ -41,7 +41,7 @@
 # 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 = ('4', '5', '6', '7', '8')
+dists = ('5', '6', '7', '8')
 
 # Architectures to operate on.
 archs = rpmUtils.arch.getArchList('src')


Index: upgradecheck.py
===================================================================
RCS file: /cvs/fedora/upgradecheck/upgradecheck.py,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- upgradecheck.py	17 Aug 2007 18:19:32 -0000	1.35
+++ upgradecheck.py	3 Sep 2007 17:56:43 -0000	1.36
@@ -41,7 +41,7 @@
 # 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 = ('4', '5', '6', '7', '8')
+dists = ('5', '6', '7', '8')
 
 # Architectures to operate on.
 archs = rpmUtils.arch.getArchList('src')




More information about the fedora-extras-commits mailing list