Merge "Don't overwrite system netconsole on deploy (PENDING NEW IMAGE)"

This commit is contained in:
Brad Miller (WPI)
2015-10-08 07:53:42 -07:00
committed by Gerrit Code Review
4 changed files with 0 additions and 2 deletions

View File

@@ -73,7 +73,6 @@
trust="true"
failonerror="false"
command="killall -q netconsole-host || :"/>
<scp file="${wpilib.ant.dir}/netconsole-host" todir="admin@${target}:/usr/local/frc/bin" password="${password}" trust="true"/>
<scp file="${wpilib.ant.dir}/robotCommand" todir="${username}@${target}:/home/lvuser/" password="${password}" trust="true"/>

View File

@@ -113,7 +113,6 @@
trust="true"
failonerror="false"
command="killall -q netconsole-host || :"/>
<scp file="${wpilib.ant.dir}/netconsole-host" todir="admin@${target}:/usr/local/frc/bin" password="${password}" trust="true"/>
<scp file="${wpilib.ant.dir}/robotCommand" todir="${username}@${target}:${command.dir}" password="${password}" trust="true"/>