-
Notifications
You must be signed in to change notification settings - Fork 5
Client setup
jamesbennet edited this page Nov 20, 2012
·
20 revisions
If your package installation has not created /etc/pybit/client/client.conf
, stop the client, copy it from /usr/share/pybitclient/client.conf
and restart the client after editing.
Edit /etc/pybit/client/client.conf
for this specific buildd client.
- Specify the idstring for this client
- Specify the native architecture of this client. (cross-build support is pending #4)
- Specify if lvm is in use (default is true)
- Specify if the client should run in simulation mode which prints the commands it would run instead of executing the commands.
- Specify a user-writable location for the VCS to write the source, for the .dsc to be generated and for the buildlogs to be written.
- Specify the location of the RabbitMQ server. (not needed for the initial tests)
- Specify any dput options, e.g. -U to not generate .upload files.
The location of the machine providing the webAPI and controller queues is specified within each build request message and is not configured by the client, only the location of the RabbitMQ server itself.
- repository management, e.g. reprepro.
- pybit-web