ajack 2004/03/09 13:13:18
Modified: python/gump/model workspace.py
python/gump engine.py
Log:
Removed last trace of rsync...
Revision Changes Path
1.32 +3 -9 gump/python/gump/model/workspace.py
Index: workspace.py
===================================================================
RCS file: /home/cvs/gump/python/gump/model/workspace.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- workspace.py 1 Mar 2004 18:58:00 -0000 1.31
+++ workspace.py 9 Mar 2004 21:13:18 -0000 1.32
@@ -125,7 +125,6 @@
#
# Set to true if not found, see checkEnvironment
#
- self.noRSync=0
self.noForrest=0
self.noMaven=0
self.noRuper=0
@@ -634,7 +633,6 @@
#
# These ought set a switch..
#
- # rsync or cp
# forrest (for documentation)
#
self.checkExecutable('env','',0)
@@ -663,10 +661,6 @@
not self.checkExecutable('maven','--version',0,0,'check_maven'):
self.noMaven=1
self.addWarning('"maven" command not found, no Maven builds')
-
- if not self.checkExecutable('rsync','-help',0):
- self.noRSync=1
- self.addWarning('"rsync" command not found, so attempting recursive
copy "cp -R"')
if not self.checkExecutable('pgrep','-help',0):
self.noPGrep=1
1.79 +1 -2 gump/python/gump/engine.py
Index: engine.py
===================================================================
RCS file: /home/cvs/gump/python/gump/engine.py,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- engine.py 9 Mar 2004 19:57:06 -0000 1.78
+++ engine.py 9 Mar 2004 21:13:18 -0000 1.79
@@ -356,8 +356,7 @@
module.setUpdated(cmdResult.hasOutput())
def syncWorkDirs( self, run ):
- """copy the raw module (project) materials from source to work dir
- (hopefully using rsync, cp is fallback) """
+ """copy the raw module (project) materials from source to work dir"""
workspace = run.getWorkspace()
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]