plugins/builder: change location of config file

Make the path reflect the name of the package / project.
This commit is contained in:
Christian Kellner 2020-09-07 18:39:13 +02:00
parent ccf6d60dac
commit cb7e4d76c5
2 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ fi
${CONTAINER_RUNTIME} run --rm -i -t --name org.osbuild.koji.builder --network org.osbuild.koji \
-v "${SHARE_DIR}:/share:z" \
-v "${DATA_DIR}:/mnt:z" \
-v "${PWD}/container/builder/osbuild-koji.conf:/etc/osbuild-composer/koji.conf:z" \
-v "${PWD}/container/builder/osbuild-koji.conf:/etc/koji-osbuild/builder.conf:z" \
--hostname org.osbuild.koji.kojid \
--add-host=composer:$(ip route show dev cni-podman0 | cut -d\ -f7) \
koji.builder