forked from lix-project/hydra
Merge pull request #514 from dtzWill/fix/issue-513
hydra-queue-runner: ensure roots directory exists
This commit is contained in:
commit
e70f9e872a
|
@ -105,6 +105,8 @@ State::State()
|
||||||
printMsg(lvlError, "hydra.conf: binary_cache_s3_bucket is deprecated and ignored. use store_uri=s3:// instead");
|
printMsg(lvlError, "hydra.conf: binary_cache_s3_bucket is deprecated and ignored. use store_uri=s3:// instead");
|
||||||
if (config->getStrOption("binary_cache_secret_key_file") != "")
|
if (config->getStrOption("binary_cache_secret_key_file") != "")
|
||||||
printMsg(lvlError, "hydra.conf: binary_cache_secret_key_file is deprecated and ignored. use store_uri=...?secret-key= instead");
|
printMsg(lvlError, "hydra.conf: binary_cache_secret_key_file is deprecated and ignored. use store_uri=...?secret-key= instead");
|
||||||
|
|
||||||
|
createDirs(rootsDir);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue