forgot to add entries for DEBUG and VERBOSE
authorJohn P. Davis <zhen@gentoo.org>
Mon, 12 Jul 2004 14:37:45 +0000 (14:37 +0000)
committerJohn P. Davis <zhen@gentoo.org>
Mon, 12 Jul 2004 14:37:45 +0000 (14:37 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@411 d1e1f19c-881f-0410-ab34-b69fee027534

modules/catalyst_support.py

index df5c392e512e834722543ff3603251172233c279..f11e5ee5f36a6bb6f531539c418e872e9b2fa8da 100644 (file)
@@ -1,6 +1,6 @@
 # Distributed under the GNU General Public License version 2
 # Copyright 2003-2004 Gentoo Technologies, Inc.
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/catalyst_support.py,v 1.25 2004/07/11 21:22:07 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/catalyst_support.py,v 1.26 2004/07/12 14:37:45 zhen Exp $
 
 import sys,string,os,types
 
@@ -20,6 +20,8 @@ valid_config_file_values.append("DISTCC")
 valid_config_file_values.append("ENVSCRIPT")
 valid_config_file_values.append("AUTORESUME")
 valid_config_file_values.append("options")
+valid_config_file_values.append("DEBUG")
+valid_config_file_values.append("VERBOSE")
 
 verbosity=1