Skip to content

Commit

Permalink
Merge pull request #121 from jbellister-slac/update_alarm_server
Browse files Browse the repository at this point in the history
Update alarm server so that alarm acknowledgments and bypasses persist through alarm server reboots
  • Loading branch information
jbellister-slac authored Nov 27, 2024
2 parents b8674bb + 6b9f85d commit 81c1b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phoebus-alarm-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update && \
git clone https://github.com/jbellister-slac/phoebus.git && \
cd phoebus && \
git fetch --tags && \
git checkout tags/v4.7.2-1.0.0 && \
git checkout tags/v4.7.2-1.1.0 && \
mvn install -pl services/alarm-server -am -DskipTests && \
mkdir /opt/phoebus-build && \
mv /opt/phoebus/services/alarm-server/target/service-alarm-server-*.jar /opt/phoebus-build/service-alarm-server.jar && \
Expand Down

0 comments on commit 81c1b26

Please sign in to comment.