This is the client for the RemoteBuild system. You can use it to create/control jobs running on the server.
If you have no idea what this is, read the README from the repository I just linked.
Make sure you have go >=1.13 installed
yay -S rbuild-cli-git
or get it compiled from my repo
make build
sudo make install
# Run sudo make uninstall to uninstall it
rbuild setup <ServerHost>
(note: you have to set allowregistration
to true inside the server config!)
rbuild register
For further documentation refer to the man page