mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 02:40:03 +00:00
Don't duplicate 01_nodoc, and fix grammar in README
This commit is contained in:
parent
0a893aaa36
commit
2ea336dec9
2
Makefile
2
Makefile
@ -35,7 +35,9 @@ clean:
|
|||||||
-rm Dockerfile
|
-rm Dockerfile
|
||||||
|
|
||||||
supervisor-dind:
|
supervisor-dind:
|
||||||
|
cp 01_nodoc tools/dind/config/
|
||||||
cd tools/dind && docker build --no-cache=$(DISABLE_CACHE) -t resin/resin-supervisor-dind:$(SUPERVISOR_VERSION) .
|
cd tools/dind && docker build --no-cache=$(DISABLE_CACHE) -t resin/resin-supervisor-dind:$(SUPERVISOR_VERSION) .
|
||||||
|
rm tools/dind/config/01_nodoc
|
||||||
|
|
||||||
run-supervisor: supervisor-dind stop-supervisor
|
run-supervisor: supervisor-dind stop-supervisor
|
||||||
cd tools/dind \
|
cd tools/dind \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Resin Supervisor
|
# Resin Supervisor
|
||||||
|
|
||||||
This is the [resin.io](https://resin.io)'s Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as Resin's API informs it to.
|
This is [resin.io](https://resin.io)'s Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as Resin's API informs it to.
|
||||||
|
|
||||||
The Supervisor is for now a node.js program, with a subset of its functionality implemented in Go.
|
The Supervisor is for now a node.js program, with a subset of its functionality implemented in Go.
|
||||||
|
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
path-exclude /usr/share/doc/*
|
|
||||||
path-exclude /usr/share/man/*
|
|
||||||
path-exclude /usr/share/groff/*
|
|
||||||
path-exclude /usr/share/info/*
|
|
||||||
path-exclude /usr/share/lintian/*
|
|
||||||
path-exclude /usr/share/linda/*
|
|
||||||
|
|
||||||
path-exclude /usr/share/locale/*
|
|
||||||
path-include /usr/share/locale/en*
|
|
Loading…
Reference in New Issue
Block a user