From f939fc72cb0350841719f252fba4fe0fa9c0ac3d Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Sun, 6 Mar 2022 15:40:02 -0600 Subject: [PATCH] modified: ../bin/phoebus new file: settings.ini --- bin/phoebus | 2 +- css/settings.ini | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 css/settings.ini diff --git a/bin/phoebus b/bin/phoebus index 48b8caf..f4c1950 100755 --- a/bin/phoebus +++ b/bin/phoebus @@ -4,7 +4,7 @@ # When deploying, change "TOP" # to the absolute installation path -TOP="/opt/epics/css/phoebus-4.6.0" +TOP="/opt/epics/css/phoebus-4.6.6" # Ideally, assert that Java is found # export JAVA_HOME=/opt/jdk-9 diff --git a/css/settings.ini b/css/settings.ini new file mode 100644 index 0000000..b2191ed --- /dev/null +++ b/css/settings.ini @@ -0,0 +1,6 @@ + +# Self-update +org.phoebus.applications.update/current_version=2022-02-09 23:59 +org.phoebus.applications.update/update_url=https://controlssoftware.sns.ornl.gov/css_phoebus/nightly/phoebus-$(arch).zip +org.csstudio.trends.databrowser3/archives=pbraw://10.10.241.20:17668/retrieval|sodium +org.csstudio.trends.databrowser3/urls=pbraw://10.10.241.20:17668/retrieval -- GitLab