upgradecheck upgradecheck.py,1.32,1.33 upgradecheckspam.py,1.2,1.3

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Jul 24 18:04:25 UTC 2007


Author: mschwendt

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

Modified Files:
	upgradecheck.py upgradecheckspam.py 
Log Message:
Enable rawhide! (have not been too familiar with this script)


Index: upgradecheck.py
===================================================================
RCS file: /cvs/fedora/upgradecheck/upgradecheck.py,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- upgradecheck.py	1 Jun 2007 11:15:51 -0000	1.32
+++ upgradecheck.py	24 Jul 2007 18:04:22 -0000	1.33
@@ -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')
+dists = ('4', '5', '6', '7', '8')
 
 # Architectures to operate on.
 archs = rpmUtils.arch.getArchList('src')


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




More information about the scm-commits mailing list