You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2003/09/25 00:50:15 UTC

cvs commit: jakarta-gump/python/gump conf.py

ajack       2003/09/24 15:50:15

  Modified:    python/gump conf.py
  Log:
  Stamp this 0003, which gets into output, so I know what tonight's gumps built on...
  
  Revision  Changes    Path
  1.13      +4 -5      jakarta-gump/python/gump/conf.py
  
  Index: conf.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/conf.py,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- conf.py	23 Sep 2003 23:16:20 -0000	1.12
  +++ conf.py	24 Sep 2003 22:50:15 -0000	1.13
  @@ -103,14 +103,13 @@
       prefix = "[GUMPY]"
       signature="\r\n--\r\nGump http://jakarta.apache.org/gump"
       
  -    version="2.0.1-alpha-0002"
  +    version="2.0.1-alpha-0003"
       
   class switches:
       """Configuration of switches """    
       failtesting=0 # Not testing.. 
       debugging=0 # Not debugging..
       
  -
   def basicConfig():
       if not os.path.exists(dir.cache): os.mkdir(dir.cache)
       if not os.path.exists(dir.work): os.mkdir(dir.work)