move from cache to cache2 in order to be able to run tests on build.samba.org
authorMatthieu Patou <mat@matws.net>
Mon, 8 Nov 2010 20:06:53 +0000 (23:06 +0300)
committerMatthieu Patou <mat@matws.net>
Mon, 8 Nov 2010 20:06:53 +0000 (23:06 +0300)
buildfarm/data.py

index 74caedeac946dca58aa96015ff0dde622fee7ffb..950166aebb288042b3828d8a175c7668d4d8d7c9 100644 (file)
@@ -343,8 +343,8 @@ class BuildResultStore(object):
         self.datadir = os.path.join(basedir, "data")
         check_dir_exists("data", self.datadir)
 
-        self.cachedir = os.path.join(basedir, "cache")
-        check_dir_exists("cache", self.cachedir)
+        self.cachedir = os.path.join(basedir, "cache2")
+        check_dir_exists("cache2", self.cachedir)
 
         self.lcovdir = os.path.join(basedir, "lcov/data")
         check_dir_exists("lcov", self.lcovdir)