diff options
| author | Dennis Gilmore <ausil@fedoraproject.org> | 2016-10-02 21:20:45 +0000 |
|---|---|---|
| committer | Dennis Gilmore <ausil@fedoraproject.org> | 2016-10-02 21:20:45 +0000 |
| commit | 9ae384577ffbf46f0ec47f58d8b0ece02b2c1cfe (patch) | |
| tree | 97383ede78bcea5fae9f7fad8cfad35fe9ae977d | |
| parent | dc5d24ad81f09ca0058381a4fb7d661784ed2606 (diff) | |
allow /mnt/koji/atomic-cd to be mounted rw inside of runroot
As part fo the process to enable continuous delivery of atomic host
we need to allow /mnt/koji/atomic-cd/ to be mounted rw inside of the
runroot tasks so that the testing ostree repo can be written to
Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
| -rw-r--r-- | roles/koji_builder/templates/runroot.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/koji_builder/templates/runroot.conf.j2 b/roles/koji_builder/templates/runroot.conf.j2 index e91e7ef7b..1c5fdcbb2 100644 --- a/roles/koji_builder/templates/runroot.conf.j2 +++ b/roles/koji_builder/templates/runroot.conf.j2 @@ -15,7 +15,7 @@ default_mounts = /mnt/koji,/mnt/fedora_koji_prod/koji ; Each extra_mount needs to start with some of these prefixes. Other paths are ; not allowed for mounting. Only absolute paths are allowed here, no ; wildcards. -safe_roots = /mnt/koji/compose +safe_roots = /mnt/koji/compose,/mnt/koji/atomic-cd ; path substitutions is tuple per line, delimited by comma, order is ; important. |
