Tools to compile and test programs on the GCC Compile Farm. It requires the "builddeps" repository in a sister directory.
This is the hot mirror of https://codeberg.org/sox_ng/cfarm
| hosts | ||
| onall.sh | ||
| profile | ||
| README.md | ||
| results.sh | ||
| ssh_config | ||
| toall.sh | ||
| TODO | ||
| try.sh | ||
README for cfarm
This is a suite of programs to interact with the GCC compile farm.
Programs
toall.sh Copy files and directories to all hosts
onall.sh Run a shell command on all hosts
try.sh Run the sox_ng regression test suite on cfarm hosts
Usage: sh try.sh project [-b] [-c] [-t]
-b Install the project's build dependencies under $HOME
-c Compile the project
-t Test the project
Default: All three
Data files
hosts A text file listing cfarm hosts
profile Lines to add to .profile on cfarm hosts
ssh_config Configs for the cfarm
Sister directories
"try.sh -b" needs "builddeps" and "try.sh -[bt]" need "sox_ng" if the project is sox_ng (the default) in sister directories.