1
0
Fork 0
mirror of https://github.com/RobotechLille/cdf2018-principal synced 2025-09-07 18:30:24 +02:00
This commit is contained in:
Geoffrey Frogeye 2018-05-02 05:51:14 +02:00
parent 1ef117c0ad
commit 48b2901da4
10 changed files with 99 additions and 14 deletions

View file

@ -125,6 +125,10 @@ restart:
ssh -F sshconf principal true
ssh -F sshconf principal /etc/init.d/S50chef restart
getlogs:
ssh -F sshconf principal true
rsync --rsh 'ssh -F sshconf' --archive principal:/opt/chef/log/* ../log/
gdbcommands:
echo "set sysroot $(TARGET_DIR)" > "$@"
echo "exec-file $(TARGET_DIR)$(EXECDIR)$(EXECPATH)" >> "$@"