mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
hydra: create runcommand-logs directory
This commit is contained in:
parent
632a8936b3
commit
6cecab9cd8
1 changed files with 5 additions and 1 deletions
|
@ -310,7 +310,11 @@ in
|
||||||
|
|
||||||
mkdir -m 0700 -p ${baseDir}/queue-runner
|
mkdir -m 0700 -p ${baseDir}/queue-runner
|
||||||
mkdir -m 0750 -p ${baseDir}/build-logs
|
mkdir -m 0750 -p ${baseDir}/build-logs
|
||||||
chown hydra-queue-runner:hydra ${baseDir}/queue-runner ${baseDir}/build-logs
|
mkdir -m 0750 -p ${baseDir}/runcommand-logs
|
||||||
|
chown hydra-queue-runner.hydra \
|
||||||
|
${baseDir}/queue-runner \
|
||||||
|
${baseDir}/build-logs \
|
||||||
|
${baseDir}/runcommand-logs
|
||||||
|
|
||||||
${optionalString haveLocalDB ''
|
${optionalString haveLocalDB ''
|
||||||
if ! [ -e ${baseDir}/.db-created ]; then
|
if ! [ -e ${baseDir}/.db-created ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue