[Buildman] r6208 - buildman/trunk/src/model

svn at limb-project.com svn at limb-project.com
Wed Aug 1 10:04:23 MSD 2007


Author: pachanga
Date: 2007-08-01 10:04:23 +0400 (Wed, 01 Aug 2007)
New Revision: 6208
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6208

Modified:
   buildman/trunk/src/model/Project.class.php
Log:
-- tags and core directories are included in rsync cmd

Modified: buildman/trunk/src/model/Project.class.php
===================================================================
--- buildman/trunk/src/model/Project.class.php	2007-07-31 13:40:14 UTC (rev 6207)
+++ buildman/trunk/src/model/Project.class.php	2007-08-01 06:04:23 UTC (rev 6208)
@@ -395,7 +395,7 @@
 
   protected function _syncProjectDirWithWc()
   {
-    $this->_execCmd(BUILDMAN_RSYNC_BIN . ' -CaO --delete ' .
+    $this->_execCmd(BUILDMAN_RSYNC_BIN . ' -CaO --include=tags --include=core --delete ' .
                     $this->_cygwinPath($this->getWc()) . '/ ' .
                     $this->_cygwinPath($this->getProjectDir()));
   }



More information about the buildman mailing list