Copy copr.conf to /etc/rida

This commit is contained in:
Jakub Kadlčík
2016-10-19 22:21:42 +02:00
parent 900b9dd88d
commit 69e4fca381
2 changed files with 2 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ COPY ./requirements.txt /opt/module_build_service/
RUN pip install --user -r ./requirements.txt
COPY koji.conf /etc/module_build_service/
COPY copr.conf /etc/module_build_service/
COPY . /opt/module_build_service/

1
Vagrantfile vendored
View File

@@ -8,6 +8,7 @@ $script = <<SCRIPT
cd /opt/module_build_service/src
mkdir -p /etc/module_build_service
cp -av koji.conf /etc/module_build_service/
cp -av copr.conf /etc/module_build_service/
python manage.py upgradedb
python manage.py generatelocalhostcert
cp /home/vagrant/.fedora-server-ca.cert /root/.fedora-server-ca.cert