Skip to content
Snippets Groups Projects

L2SS-1264 & L2SS-1257: AsyncDevice and improved beamtracking for digitalbeam and tilebeam

Merged L2SS-1264 & L2SS-1257: AsyncDevice and improved beamtracking for digitalbeam and tilebeam
Merged Corné Lukken requested to merge l2ss-1264-v2 into master
Files
15
+ 1
1
@@ -39,7 +39,7 @@ else
@@ -39,7 +39,7 @@ else
rm -rf /tmp/tangostationcontrol
rm -rf /tmp/tangostationcontrol
# Ideally we would use git copy but it can't copy on subdirectory level
# Ideally we would use git copy but it can't copy on subdirectory level
# 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","cover",".stestr",".coverage*",".pytest_cache","htmlcov"} /opt/lofar/tango/tangostationcontrol /tmp/
cd /tmp/tangostationcontrol || exit 1
cd /tmp/tangostationcontrol || exit 1
pip -vvv install --upgrade --force-reinstall ./
pip -vvv install --upgrade --force-reinstall ./
fi
fi
Loading