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

Resolve L2SS-1430

parent 0e98ee0e
No related branches found
No related tags found
1 merge request!665Resolve L2SS-1430
......@@ -115,6 +115,7 @@ Next change the version in the following places:
# Release Notes
* 0.19.0 Ensure requirements.txt are installed when using pip install
* 0.18.3 Many configuration fixes in tango device configs, Fixed APS & EC device port mapping,
fixed variable initialization in several devices, Fixed XST device going into
fault state, prevent UDP packet loss and verify UDP buffer size for XSTs,
......
......@@ -41,7 +41,7 @@ else
# DO NOT PUT SPACES IN THE EXCLUDE LIST!
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
pip -vvv install --upgrade --force-reinstall ./
pip -vvv install --no-deps --force-reinstall ./
fi
# Return to the stored the directory, this preserves the working_dir argument in
......
......@@ -98,7 +98,7 @@ make start logstash http-json-schemas object-storage init-object-storage
# Update the dsconfig
# Do not remove `bash`, otherwise statement ignored by gitlab ci shell!
bash "${LOFAR20_DIR}"/sbin/update_ConfigDb.sh "${LOFAR20_DIR}"/CDB/LOFAR_ConfigDb.json
bash "${LOFAR20_DIR}"/sbin/load_ConfigDb.sh "${LOFAR20_DIR}"/CDB/LOFAR_ConfigDb.json
bash "${LOFAR20_DIR}"/sbin/update_ConfigDb.sh "${LOFAR20_DIR}"/CDB/test_environment_ConfigDb.json
bash "${LOFAR20_DIR}"/sbin/update_ConfigDb.sh "${LOFAR20_DIR}"/CDB/stations/simulators_ConfigDb.json
bash "${LOFAR20_DIR}"/sbin/update_ConfigDb.sh "${LOFAR20_DIR}"/CDB/stations/dummy_positions_ConfigDb.json
......
0.18.3
0.19.0
[build-system]
requires = ['setuptools>=42', 'wheel']
requires = ['setuptools>=62.6', 'wheel']
build-backend = 'setuptools.build_meta'
......@@ -24,8 +24,7 @@ classifier =
include_package_data = true
packages = find:
python_requires = >3.10
install_requires =
pip>=1.5
install_requires = file: requirements.txt
[options.packages.find]
where = .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment