extras-buildsys/utils extras-push-new,1.35,1.36

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sun Jun 11 21:14:23 UTC 2006


Author: scop

Update of /cvs/fedora/extras-buildsys/utils
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27383

Modified Files:
	extras-push-new 
Log Message:
Add and enable upgrade path report.


Index: extras-push-new
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/extras-push-new,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- extras-push-new	10 Jun 2006 21:11:23 -0000	1.35
+++ extras-push-new	11 Jun 2006 21:14:21 -0000	1.36
@@ -52,6 +52,8 @@
 """
 smtp_server = ''
 
+upgradecheck_conf = os.path.expanduser('~/work/upgradecheck/upgradecheck-extras.conf')
+
 class opts:
     repoview = True
     repoclosure = True
@@ -63,6 +65,7 @@
     force = False
     hardlink = False
     excludearch_for_noarch = False
+    upgradecheck = True
 
 alldists = [ '5', '4', '3', 'development' ] # also the order in build reports
 
@@ -717,6 +720,9 @@
     if opts.mail:
         email_list( diststopush )
 
+    if opts.upgradecheck and (opts.force or totalchanges):
+        run_and_check('upgradecheck.py -c %s' % upgradecheck_conf)
+
     if opts.repoclosure and (opts.force or totalchanges):
         run_and_check('nohup rc-run-all.py &')
 




More information about the scm-commits mailing list