Skip to content
Snippets Groups Projects
Commit 8ea86c33 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-951: Remove redundant statements in start-ds

parent 85c37f34
No related branches found
No related tags found
1 merge request!423L2SS-951: Disable site-packages and install pytango in tox
...@@ -39,8 +39,6 @@ else ...@@ -39,8 +39,6 @@ else
# DO NOT PUT SPACES IN THE EXCLUDE LIST! # DO NOT PUT SPACES IN THE EXCLUDE LIST!
rsync -av --progress --exclude={".tox","*.egg-info","dist","build",".git","*.pyc"} /opt/lofar/tango/tangostationcontrol /tmp/ rsync -av --progress --exclude={".tox","*.egg-info","dist","build",".git","*.pyc"} /opt/lofar/tango/tangostationcontrol /tmp/
cd /tmp/tangostationcontrol || exit 1 cd /tmp/tangostationcontrol || exit 1
# Remove the build directory if copied from the source
rm -rf build
pip -vvv install --upgrade --force-reinstall ./ pip -vvv install --upgrade --force-reinstall ./
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment