Skip to content

Commit

Permalink
board/opentrons/ot2: Remove notify-server.
Browse files Browse the repository at this point in the history
Reverts commits ea079fb and e80f89e.
  • Loading branch information
SyntaxColoring committed Jan 30, 2024
1 parent 53bd134 commit d74ac1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion board/opentrons/ot2/post-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if [[ -f ${TARGET_DIR}/etc/systemd/system/multi-user.target.wants/avahi-daemon.s
mv ${TARGET_DIR}/etc/systemd/system/multi-user.target.wants/avahi-daemon.service ${TARGET_DIR}/etc/systemd/system/opentrons.target.wants/avahi-daemon.service
fi

python ./board/opentrons/ot2/write_version.py ${BINARIES_DIR}/opentrons-api-version.json ${BINARIES_DIR}/opentrons-update-server-version.json ${BINARIES_DIR}/opentrons-robot-server-version.json ${BINARIES_DIR}/opentrons-notify-server-version.json ${BINARIES_DIR}/opentrons-system-server-version.json ${BINARIES_DIR}/opentrons-server-utils-version.json ${BINARIES_DIR}/opentrons-hardware-version.json ${BINARIES_DIR}/VERSION.json
python ./board/opentrons/ot2/write_version.py ${BINARIES_DIR}/opentrons-api-version.json ${BINARIES_DIR}/opentrons-update-server-version.json ${BINARIES_DIR}/opentrons-robot-server-version.json ${BINARIES_DIR}/opentrons-system-server-version.json ${BINARIES_DIR}/opentrons-server-utils-version.json ${BINARIES_DIR}/opentrons-hardware-version.json ${BINARIES_DIR}/VERSION.json
cp ${BINARIES_DIR}/VERSION.json ${TARGET_DIR}/etc/VERSION.json

# Dropbear stores its host keys in /etc/dropbear, and the stock Buildroot
Expand Down
1 change: 0 additions & 1 deletion configs/ot2_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ BR2_PACKAGE_PYTHON_OPENTRONS_API=y
BR2_PACKAGE_PYTHON_OPENTRONS_UPDATE_SERVER=y
BR2_PACKAGE_PYTHON_OPENTRONS_ROBOT_SERVER=y
BR2_PACKAGE_PYTHON_OPENTRONS_SHARED_DATA=y
BR2_PACKAGE_PYTHON_OPENTRONS_NOTIFY_SERVER=y
BR2_PACKAGE_PYTHON_OPENTRONS_SYSTEM_SERVER=y
BR2_PACKAGE_PYTHON_OPENTRONS_SERVER_UTILS=y
BR2_PACKAGE_PYTHON_OPENTRONS_HARDWARE=y
Expand Down

0 comments on commit d74ac1c

Please sign in to comment.