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>
This commit is contained in:
parent
dc5d24ad81
commit
9ae384577f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
; 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
|
; not allowed for mounting. Only absolute paths are allowed here, no
|
||||||
; wildcards.
|
; 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
|
; path substitutions is tuple per line, delimited by comma, order is
|
||||||
; important.
|
; important.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue