mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-13 16:29:49 +08:00
Copy copr.conf to /etc/rida
This commit is contained in:
@@ -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
1
Vagrantfile
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user