@@ -206,6 +206,7 @@ class FileCache():
try:
with open(hash_file, "w") as fh:
fh.write(new_hash)
+ os.chmod(hash_file, 0o666)
except Exception, err:
raise CachingException("Can not write to file {0} : {1}".format(hash_file,
str(err)))
@@ -211,6 +211,7 @@ class ResourceFilesKeeper():
raise KeeperException("Can not write to file {0} : {1}".format(hash_file,