armbian-next: cli: distccd launcher for build farm

- relaunched under docker
- possibly much nicer if zeroconf enabled?
- this thing is ignoring signals. can't ctrl-c out of it. why? @TODO
- pt 1, subpt 3: distccd - distcc-pump - avahi
- pt 1, subpt 3: distccd + distcc-pump
- pt 1, subpt 2: distccd + avahi
- pt 1, subpt 1: distccd
This commit is contained in:
Ricardo Pardini
2022-10-28 00:13:12 +02:00
parent da0b3080a0
commit 093336e914
4 changed files with 46 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ function armbian_register_commands() {
["json-info"]="json_info" # implemented in cli_json_info_pre_run and cli_json_info_run
["build"]="standard_build" # implemented in cli_standard_build_pre_run and cli_standard_build_run
["distccd"]="distccd" # implemented in cli_distccd_pre_run and cli_distccd_run
["undecided"]="undecided" # implemented in cli_undecided_pre_run and cli_undecided_run - relaunches either build or docker
)