From 3df7e9b128b479928e3de31dfb6cf839a7c15751 Mon Sep 17 00:00:00 2001 From: Aidan Ferguson Date: Wed, 27 Jan 2016 20:20:35 -0500 Subject: [PATCH] updated roborio hostname in the makefile. --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 3b9d5d2..c3936f7 100644 --- a/Makefile +++ b/Makefile @@ -17,15 +17,15 @@ clean: deploy: build @echo "Copying FRCUserProgram" - @ssh $(SSH_OPTIONS) lvuser@roborio-1786.local 'rm -f /home/lvuser/FRCUserProgram' - @scp $(SSH_OPTIONS) -o "LogLevel QUIET" FRCUserProgram lvuser@roborio-1786.local:/home/lvuser/FRCUserProgram + @ssh $(SSH_OPTIONS) lvuser@roborio-1786-frc.local 'rm -f /home/lvuser/FRCUserProgram' + @scp $(SSH_OPTIONS) -o "LogLevel QUIET" FRCUserProgram lvuser@roborio-1786-frc.local:/home/lvuser/FRCUserProgram @echo "Restarting FRCUserProgram" - @$(SSH_SSHPASS) ssh $(SSH_OPTIONS) admin@roborio-1786.local '. /etc/profile.d/natinst-path.sh; /usr/local/frc/bin/frcKillRobot.sh -t -r' + @$(SSH_SSHPASS) ssh $(SSH_OPTIONS) admin@roborio-1786-frc.local '. /etc/profile.d/natinst-path.sh; /usr/local/frc/bin/frcKillRobot.sh -t -r' restart: FRCUserProgram @echo "Restarting FRCUserProgram" - @$(SSH_SSHPASS) ssh $(SSH_OPTIONS) admin@roborio-1786.local '. /etc/profile.d/natinst-path.sh; /usr/local/frc/bin/frcKillRobot.sh -t -r' + @$(SSH_SSHPASS) ssh $(SSH_OPTIONS) admin@roborio-1786-frc.local '. /etc/profile.d/natinst-path.sh; /usr/local/frc/bin/frcKillRobot.sh -t -r' stop: @echo "Restarting FRCUserProgram" - @$(SSH_SSHPASS) ssh $(SSH_OPTIONS) admin@roborio-1786.local '. /etc/profile.d/natinst-path.sh; /usr/local/frc/bin/frcKillRobot.sh -t' + @$(SSH_SSHPASS) ssh $(SSH_OPTIONS) admin@roborio-1786-frc.local '. /etc/profile.d/natinst-path.sh; /usr/local/frc/bin/frcKillRobot.sh -t'