commit 948e6ab08bc59768f3e454347041a4513337e62b
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Wed May 13 11:23:55 2020 -0500
fix(agent): add debug to agent install failure.
M cli/agent.go
commit 02e8197a2b62f69e9afedcdc66e81de47c29efac
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Wed May 13 11:26:10 2020 -0500
build: ignore venv
M .gitignore
commit 8d1b8802acff19ecd87f7c7cff91ff8c171e0b09
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Wed May 13 11:23:55 2020 -0500
fix(agent): add debug to agent install failure.
M cli/agent.go
commit d3ac6ecdbd3b7af50448f04f26c88c68a4d03973
Author: okami <43506079+okamidash@users.noreply.github.com>
Date: Tue May 12 09:08:24 2020 +0100
Update install.sh
This commit allows for Rasberry Pis to be used for the provisioning service. I found that Updating the install.sh and adding `raspbian` to line 307 seems to allow for a seamless install.
M tools/install.sh
commit 3ff397c6016404f033edca08cf3659fc569b9576
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Sun May 10 14:57:05 2020 -0500
fix(tests): broken test
M api/bootenv_test.go
commit 6751e6bd1bc265e57286dfcf38023f5913259589
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Sun May 10 14:15:10 2020 -0500
fix(agent): make the install and runtime path for windows the same
Also Fix the path to be "correct" for windows2019 server.
In general, the path shouldn't matter for normal operations.
They just need to be the same.
M cli/agent.go
M cli/machines.go
commit dcb8fe4485be4ef4f175e4ddf303735eb42db725
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Sun May 10 14:14:44 2020 -0500
fix(agent): fix windows shutdown and reboot commands
M agent/agent.go
End of Note