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 2004/05/19 19:13:19 UTC

cvs commit: gump/python/gump/update updater.py

ajack       2004/05/19 10:13:19

  Modified:    python/gump/update Tag: MultiRunner updater.py
  Log:
  moduleCount no longer available.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.5   +1 -1      gump/python/gump/update/Attic/updater.py
  
  Index: updater.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/update/Attic/updater.py,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -r1.1.2.4 -r1.1.2.5
  --- updater.py	19 May 2004 16:01:58 -0000	1.1.2.4
  +++ updater.py	19 May 2004 17:13:19 -0000	1.1.2.5
  @@ -175,7 +175,7 @@
                   module.setModified(1)                        
                   log.info('Update(s) received via CVS/SVN/Jars on #[' \
                                   + `module.getPosition()` + \
  -                                '] of [' + `moduleCount` + ']: ' + module.getName())
  +                                '] : ' + module.getName())
                                   
                   # Log of changes...
                   if os.path.exists(changesFile):                               
  
  
  

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