Deploy a stripped aos_starter
This saves space and time
Change-Id: I24e74e24c5110d7db54a558e1fe6cda230daf135
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/frc971/downloader/downloader.py b/frc971/downloader/downloader.py
index b3eb640..c228a97 100644
--- a/frc971/downloader/downloader.py
+++ b/frc971/downloader/downloader.py
@@ -105,7 +105,7 @@
if not recursive:
subprocess.check_call((ssh_path, ssh_target, "&&".join([
- "chmod u+s %s/starterd" % target_dir,
+ "chmod u+s %s/starterd.stripped" % target_dir,
"echo \'Done moving new executables into place\'",
"bash -c \'sync && sync && sync\'",
])))