debian-koji/plugins/builder/runroot.conf
Ralph Bean 43ba5a6071
Install both hub and builder plugins.
This is a different take at https://pagure.io/koji/pull-request/45

Instead of installing just the runroot builder plugin explicitly, here we
separate the plugins out into hub and builder plugins explicitly and install
each type in turn.
2016-04-08 10:05:28 -04:00

25 lines
982 B
Text

[paths]
; comma-delimited list of default mountpoints
; They will be mounted during each run. It is suggested, that these
; paths has readonly options and are made writable via extra_mounts
; parameter for individual calls.
; default_mounts = /mnt/archive,/mnt/workdir
; comma-delimited list of safe roots.
; Each extra_mount need 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/workdir/tmp
; path substitutions is tuple per line, delimited by comma, order is
; important.
; Path prefixes which can be substituted for other mountpoints.
; Usable for locations symlinked from other mounts.
; path_subs = /mnt/archive/prehistory/,/mnt/prehistoric_disk/archive/prehistory
; mount origins, order is important here, ordered by best catch
; [path0]
; mountpoint = /mnt/archive
; path = archive.org:/vol/archive
; fstype = nfs
; options = ro,hard,intr,nosuid,nodev,noatime,tcp