Balena Supervisor: balena's agent on devices.
Go to file
Pagan Gazzard 2210b1be29 Only wait for success if we're restarting due to an update attempt.
If we're restarting for binds/mounts then we're already in a non-working state, and starting the new supervisor may have to wait for bootstrap to complete (which takes an indefinite amount of time to complete, meaning the timeout was killing the new container before it could bootstrap in some cases)
2015-10-13 13:19:44 -03:00
bin Enable spawning a tty.js tunnel. 2015-10-13 13:10:12 -03:00
scripts Lots of logging and some bug fixing. Moved client.conf to client.conf.template 2013-07-21 02:30:12 +01:00
src Only wait for success if we're restarting due to an update attempt. 2015-10-13 13:19:44 -03:00
ttyjs-static A hack to use our custom css for tty.js - CSS comes from Eugene. 2015-10-13 13:19:44 -03:00
.dockerignore Make sure the .git folder is either removed or not included in the first place. 2015-10-13 13:10:11 -03:00
.gitattributes Add a .gitattributes file to make sure files for use on linux have linux style line-endings. 2015-10-13 13:03:14 -03:00
.gitignore Revamp/rewrite of supervisor as a docker application 2015-10-13 12:58:55 -03:00
deploy_key Use buildstep to build the supervisor just like a normal resin app 2015-10-13 13:02:49 -03:00
deps.sh Enable spawning a tty.js tunnel. 2015-10-13 13:10:12 -03:00
Dockerfile apt-get clean everywhere. 2015-10-13 13:19:43 -03:00
Dockerfile.i386 Move nodejs to node link to a more appropriate place 2015-10-13 13:19:43 -03:00
Dockerfile.x86_64 apt-get clean everywhere. 2015-10-13 13:19:43 -03:00
entry.sh Bash doesn't use set to set variables.. 2015-10-13 13:19:44 -03:00
Makefile i386 support for the edison 2015-10-13 13:19:39 -03:00
package.json Only try to copy the enter.sh if there is a /data directory. 2015-10-13 13:10:12 -03:00
postinstall.sh A hack to use our custom css for tty.js - CSS comes from Eugene. 2015-10-13 13:19:44 -03:00
ssh_config Use the buildstep pushed to staging & Remove deploy_key 2015-10-13 13:06:42 -03:00