Return-Path: Delivered-To: apmail-gump-general-archive@www.apache.org Received: (qmail 9626 invoked from network); 9 Mar 2004 21:13:19 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 9 Mar 2004 21:13:19 -0000 Received: (qmail 60760 invoked by uid 500); 9 Mar 2004 21:13:08 -0000 Delivered-To: apmail-gump-general-archive@gump.apache.org Received: (qmail 60684 invoked by uid 500); 9 Mar 2004 21:13:07 -0000 Mailing-List: contact general-help@gump.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Gump code and data" Reply-To: "Gump code and data" Delivered-To: mailing list general@gump.apache.org Received: (qmail 60670 invoked by uid 500); 9 Mar 2004 21:13:07 -0000 Received: (qmail 60667 invoked from network); 9 Mar 2004 21:13:07 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 9 Mar 2004 21:13:07 -0000 Received: (qmail 9618 invoked by uid 1728); 9 Mar 2004 21:13:18 -0000 Date: 9 Mar 2004 21:13:18 -0000 Message-ID: <20040309211318.9617.qmail@minotaur.apache.org> From: ajack@apache.org To: gump-cvs@apache.org Subject: cvs commit: gump/python/gump engine.py X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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: general-unsubscribe@gump.apache.org For additional commands, e-mail: general-help@gump.apache.org