mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-04 03:08:21 +08:00
vagrantfile: put koji.conf to /etc/rida
so connection to koji works
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -6,6 +6,8 @@ $script = <<SCRIPT
|
||||
pip install -r /opt/fm-orchestrator/src/requirements.txt
|
||||
pip install -r /opt/fm-orchestrator/src/test-requirements.txt
|
||||
cd /opt/fm-orchestrator/src
|
||||
mkdir -p /etc/rida
|
||||
cp -av koji.conf /etc/rida/
|
||||
python manage.py upgradedb
|
||||
./generate_localhost_cert.sh
|
||||
SCRIPT
|
||||
|
||||
Reference in New Issue
Block a user