extras-buildsys/utils/pushscript Config_Extras.py,1.23,1.24

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Feb 27 00:42:21 UTC 2007


Author: mschwendt

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

Modified Files:
	Config_Extras.py 
Log Message:
Add options --mail=owners and --mail=summary to rc-run.py and
rc-report.py and make them default to sending no mail.




Index: Config_Extras.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_Extras.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- Config_Extras.py	21 Feb 2007 20:34:32 -0000	1.23
+++ Config_Extras.py	27 Feb 2007 00:42:14 -0000	1.24
@@ -141,7 +141,7 @@
 
 #post_cmds = []
 post_cmds = ['upgradecheck.py -c %s' % os.path.expanduser('~/work/upgradecheck/upgradecheck-core+extras.conf'),
-             'nohup /srv/extras-push/work/extras-repoclosure/rc-run-all.py &'
+             'nohup /srv/extras-push/work/extras-repoclosure/rc-run-all.py --mail=owners --mail=summary &'
              ]
 
 # Build report.




More information about the scm-commits mailing list