[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gump
Subject:    cvs commit: gump/python/gump/core gumprun.py engine.py
From:       ajack () apache ! org
Date:       2004-04-30 20:23:43
Message-ID: 20040430202343.76975.qmail () minotaur ! apache ! org
[Download RAW message or body]

ajack       2004/04/30 13:23:43

  Modified:    python/gump/core gumprun.py engine.py
  Log:
  Fixed bug.
  
  Revision  Changes    Path
  1.4       +1 -1      gump/python/gump/core/gumprun.py
  
  Index: gumprun.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/core/gumprun.py,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- gumprun.py	30 Apr 2004 18:55:07 -0000	1.3
  +++ gumprun.py	30 Apr 2004 20:23:43 -0000	1.4
  @@ -322,7 +322,7 @@
           output.write(i+'Expression: ' + self.getProjectExpression() + '\n')   
           
           self.dumpList(self.projects,'Projects :',indent+1,output)
  -        self.dumpList(self.projectSequence,'Projects :',indent+1,output)
  +        self.dumpList(self.projectSequence,'Project Sequence :',indent+1,output)
           self.dumpList(self.modules,'Modules :',indent+1,output)
           self.dumpList(self.moduleSequence,'Module Sequence :',indent+1,output)
           self.dumpList(self.repositories,'Repositories :',indent+1,output)
  
  
  
  1.8       +1 -1      gump/python/gump/core/engine.py
  
  Index: engine.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/core/engine.py,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- engine.py	30 Apr 2004 18:55:07 -0000	1.7
  +++ engine.py	30 Apr 2004 20:23:43 -0000	1.8
  @@ -230,7 +230,7 @@
                   # self.performModulePackageProcessing(module)
                   continue
               
  -            if not isUpdatable(): continue
  +            if not module.isUpdatable(): continue
               
               log.info('Perform CVS/SVN/Jars Update on #[' + `moduleNo` + \
                           '] of [' + `moduleCount` + ']: ' + module.getName())
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic