Use 'python setup.py develop' instead so that local syncing works

This commit is contained in:
Matt Prahl
2016-12-07 08:59:30 -05:00
parent edb0271d36
commit 22fbacdc20
2 changed files with 2 additions and 2 deletions

View File

@@ -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
View File

@@ -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