ajack 2004/05/15 11:16:11
Modified: python/gump/utils sync.py
python/gump/core engine.py
Log:
Pass the changesFile, to get it written..
Revision Changes Path
1.15 +2 -2 gump/python/gump/utils/sync.py
Index: sync.py
===================================================================
RCS file: /home/cvs/gump/python/gump/utils/sync.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sync.py 15 May 2004 18:11:11 -0000 1.14
+++ sync.py 15 May 2004 18:16:11 -0000 1.15
@@ -52,7 +52,7 @@
def execute(self):
log.debug('Starting %s from [%s]' % (self.action,self.sourcedir))
- log.debug(' target dir [' + self.targetdir + ']')
+ log.debug(' target dir [' + self.targetdir + ']')
# Allow user to pass an open stream, or a filename
# In later case control open/close.
@@ -60,7 +60,7 @@
if self.output:
if isinstance(self.output,types.StringTypes):
doClose=1
- log.debug(' changes to [' + self.output + ']')
+ log.debug(' changes to [' + self.output + ']')
self.outputStream=open(self.output,'w')
else:
self.outputStream=self.output
1.16 +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.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- engine.py 15 May 2004 18:02:31 -0000 1.15
+++ engine.py 15 May 2004 18:16:11 -0000 1.16
@@ -310,7 +310,7 @@
workspace.tmpdir, \
'changes_to_'+gumpSafeName(module.getName())+'.txt'))
- modified=syncDirectories(sourcedir,destdir,module)
+ modified=syncDirectories(sourcedir,destdir,module,changesFile)
# We are good to go...
module.changeState(STATE_SUCCESS)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]