9d675b51ed
- Add the missing dependencies to the requirements.txt - Change the builder ports to non-standard locations - Add the /b1/socket and /b1/controller endpoints in nginx, to map to the build manager - Have the build manager start automatically.
8 lines
No EOL
137 B
Bash
Executable file
8 lines
No EOL
137 B
Bash
Executable file
#! /bin/bash
|
|
|
|
echo 'Starting internal build manager'
|
|
|
|
cd /
|
|
venv/bin/python -m buildman.builder 2>&1
|
|
|
|
echo 'Internal build manager exited' |