mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-24 10:43:16 +08:00
runtime config files moved to conf/ directory
This commit is contained in:
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@@ -22,8 +22,8 @@ $script = <<SCRIPT
|
||||
pip install -r /opt/module_build_service/test-requirements.txt
|
||||
cd /opt/module_build_service
|
||||
mkdir -p /etc/module_build_service
|
||||
ln -s /opt/module_build_service/koji.conf /etc/module_build_service/koji.conf
|
||||
ln -s /opt/module_build_service/copr.conf /etc/module_build_service/copr.conf
|
||||
ln -s /opt/module_build_service/conf/koji.conf /etc/module_build_service/koji.conf
|
||||
ln -s /opt/module_build_service/conf/copr.conf /etc/module_build_service/copr.conf
|
||||
python manage.py upgradedb
|
||||
python manage.py generatelocalhostcert
|
||||
systemctl enable fedmsg-relay
|
||||
|
||||
Reference in New Issue
Block a user