mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 11:48:33 +08:00
Use 'python setup.py develop' instead so that local syncing works
This commit is contained in:
@@ -30,4 +30,4 @@ RUN dnf install -y \
|
||||
&& mkdir /tmp/module_build_service/
|
||||
COPY . /tmp/module_build_service/
|
||||
WORKDIR /tmp/module_build_service/
|
||||
RUN python setup.py install
|
||||
RUN python setup.py develop
|
||||
|
||||
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -27,7 +27,7 @@ $script = <<SCRIPT
|
||||
systemctl enable fedmsg-relay
|
||||
systemctl start fedmsg-relay
|
||||
cd /tmp/module_build_service
|
||||
python setup.py install
|
||||
python setup.py develop
|
||||
mbs-upgradedb
|
||||
mbs-gencert
|
||||
echo "export KRB5CCNAME=FILE:/var/tmp/krbcc" >> ~/.bashrc
|
||||
|
||||
Reference in New Issue
Block a user