Class | RunCapture | Run a command and capture its output to a slave's log |
Class | BuildManager | Build Daemon slave build manager abstract parent |
Class | BuilderStatus | Status values for the builder. |
Class | BuildStatus | Status values for builds themselves. |
Class | BuildDSlave | Build Daemon slave. Implementation of most needed functions |
Class | XMLRPCBuildDSlave | XMLRPC build daemon slave management interface |
Function | _sanitizeURLs | A generator that deletes URL passwords from a string sequence. |
This generator removes user/password data from URLs if embedded in the latter as follows: scheme://user:passwd@netloc/path.
Parameters | text_seq | A sequence of strings (that may contain URLs). |
Returns | A (sanitized) line stripped of authentication credentials. |