mini-buildd - Once minimal Debian build and repository daemon
usage: mini-buildd [-h] [--version] [-l
{CRITICAL,ERROR,WARNING,INFO,DEBUG}]
- [-v] [-q] [-N HOSTNAME] [-E HTTP_ENDPOINT [HTTP_ENDPOINT ...]] [-W
HTTPD_BIND] [-S SMTP] [-U DEDICATED_USER] [-H HOME] [-d OPTION,..] [-P
PASSWORD] [-D APP[.MODEL]] [-L FILE] [-R]
Once minimal Debian build and repository daemon
- -h, --help
- show this help message and exit
- --version
- show program's version number and exit
- -l
{CRITICAL,ERROR,WARNING,INFO,DEBUG}, --log-level
{CRITICAL,ERROR,WARNING,INFO,DEBUG}
- set log level (DEBUG will enable exception tracebacks and python warnings)
(default: INFO)
- -v, --verbose
- DEPRECATED (use --log-level): increase log level. Give twice for
max logs (default: 0)
- -q, --quiet
- DEPRECATED (use --log-level): decrease log level. Give twice for
min logs (default: 0)
- -N HOSTNAME,
--hostname HOSTNAME, --fqdn HOSTNAME
- Custom public (fully qualified) hostname used for all services (uses
host's FQDN if none given). (default: None)
- -E HTTP_ENDPOINT
[HTTP_ENDPOINT ...], --http-endpoint HTTP_ENDPOINT [HTTP_ENDPOINT
...]
- HTTP Server Endpoint: Twisted-style Network Server Endpoint
- See:
https://twistedmatrix.com/documents/current/core/howto/endpoints.html#servers
- Notation Examples::
- 'tcp6:port=8066'
- : Unencrypted, bind on all interfaces.
- 'ssl:port=8066:privateKey=KEY_PATH:certKey=CERT_PATH': Encrypted, bind on
all interfaces.
- 'tcp6:interface=localhost:port=8066' : Unencrypted, bind on localhost
only. 'localhost:8066' : Compatibility host:port syntax (don't use
-- might eventually go away).
- You may give multiple endpoints -- the first endpoint given will be
the primary.
- (default: ['tcp6:port=8066']), not (default: None)
- -W HTTPD_BIND,
--httpd-bind HTTPD_BIND
- DEPRECATED (use '--http-endpoint' instead): Web Server IP/Hostname and
port to bind to. (default: :::8066)
- -S SMTP, --smtp
SMTP
- SMTP credentials in format '[USER]:[PASSWORD]@smtp|ssmtp://HOST:PORT'.
(default: :@smtp://localhost:25)
- -U DEDICATED_USER,
--dedicated-user DEDICATED_USER
- Force a custom dedicated user name (to run as a different user than
'mini-buildd'). (default: mini-buildd)
- -H HOME, --home
HOME
- Run with this home dir (you may use '~' for user expansion). The only use
case to change this for debugging, really. (default: ~)
- -d OPTION,.., --debug
OPTION,..
- Comma-separated list of special debugging options: 'webapp' (put web
application [django] in debug mode), 'sbuild' (run sbuild in debug mode),
'keep' (keep spool and temporary directories). (default: )