[yum-cvs] yum/yum config.py,1.47,1.48

Seth Vidal skvidal at login.linux.duke.edu
Fri Mar 11 03:17:57 UTC 2005


Update of /home/groups/yum/cvs/yum/yum
In directory login:/tmp/cvs-serv11166/yum

Modified Files:
	config.py 
Log Message:

merge in the "turn off the confirm in 'expected' situations" patch from
Matt Miller


Index: config.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/config.py,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- config.py	9 Mar 2005 08:14:20 -0000	1.47
+++ config.py	11 Mar 2005 03:17:55 -0000	1.48
@@ -218,6 +218,7 @@
                          ('tsflags', [])]
                          
         optionbools = [('assumeyes', 'False'),
+                       ('alwaysprompt', 'True'),
                        ('exactarch', 'True'),
                        ('tolerant', 'True'),
                        ('diskspacecheck', 'True'),




More information about the Yum-cvs-commits mailing list