Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 757 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 757 Bytes

RemoteBuild - Client

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.

Install

Make sure you have go >=1.13 installed

Arch linux

yay -S rbuild-cli-git

or get it compiled from my repo

Compile manually

make build
sudo make install
# Run sudo make uninstall to uninstall it

Setup

rbuild setup <ServerHost>

Create an account

(note: you have to set allowregistration to true inside the server config!)

rbuild register

For further documentation refer to the man page