[SCM] build.samba.org - branch master updated

Matthieu Patou mat at samba.org
Thu Nov 11 12:33:27 MST 2010


The branch, master has been updated
       via  f3d059a change the name of the cache folder
      from  6e90a43 use the cached version of the build farm for the web interface

http://gitweb.samba.org/?p=build-farm.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit f3d059a3b1d591b509dd1e21ee1002006a10ef43
Author: Matthieu Patou <mat at matws.net>
Date:   Thu Nov 11 22:33:49 2010 +0300

    change the name of the cache folder

-----------------------------------------------------------------------

Summary of changes:
 buildfarm/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildfarm/__init__.py b/buildfarm/__init__.py
index bf6b0b0..147d0ff 100644
--- a/buildfarm/__init__.py
+++ b/buildfarm/__init__.py
@@ -143,7 +143,7 @@ class CachingBuildFarm(BuildFarm):
         if cachedirname:
             self.cachedir = os.path.join(self.path, cachedirname)
         else:
-            self.cachedir = os.path.join(self.path, "toto")
+            self.cachedir = os.path.join(self.path, "cache2")
         self.builds = self._open_build_results()
         self.upload_builds = self._open_upload_build_results()
 


-- 
build.samba.org


More information about the samba-cvs mailing list