Skip to content

RemoteBuild/RemoteBuildClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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