.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8. .TH MINI-BUILDD "8" "April 2020" "mini-buildd 1.0.36+deb10u1" "System Administration Utilities" .SH NAME mini-buildd \- Easy Debian build daemon and repository. .SH DESCRIPTION usage: mini\-buildd [\-h] [\-\-version] [\-W HTTPD_BIND] [\-S SMTP] .IP [\-U DEDICATED_USER] [\-H HOME] [\-F PIDFILE] [\-f] [\-v] [\-q] [\-l LOGGERS] [\-d OPTION,..] [\-P PASSWORD] [\-D APP[.MODEL]] [\-L FILE] [\-R] .PP Minimal Debian build daemon. .SS "optional arguments:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .HP \fB\-\-version\fR .SS "daemon arguments:" .TP \fB\-W\fR HTTPD_BIND, \fB\-\-httpd\-bind\fR HTTPD_BIND Web Server IP/Hostname and port to bind to. (default: 0.0.0.0:8066) .TP \fB\-S\fR SMTP, \fB\-\-smtp\fR SMTP SMTP credentials in format '[USER]:[PASSWORD]@smtp|ssmtp://HOST:PORT'. (default: :@smtp://localhost:25) .TP \fB\-U\fR DEDICATED_USER, \fB\-\-dedicated\-user\fR DEDICATED_USER Force a custom dedicated user name (to run as a different user than 'mini\-buildd'). (default: mini\-buildd) .TP \fB\-H\fR HOME, \fB\-\-home\fR HOME Run with this home dir (you may use '~' for user expansion). The only use case to change this for debugging, really. (default: ~) .TP \fB\-F\fR PIDFILE, \fB\-\-pidfile\fR PIDFILE Set pidfile path (you may use '~' for user expansion). (default: ~/.mini\-buildd.pid) .TP \fB\-f\fR, \fB\-\-foreground\fR Don't daemonize, log to console. (default: False) .SS "logging and debugging arguments:" .TP \fB\-v\fR, \fB\-\-verbose\fR Lower log level. Give twice for max logs. (default: 0) .TP \fB\-q\fR, \fB\-\-quiet\fR Tighten log level. Give twice for min logs. (default: 0) .TP \fB\-l\fR LOGGERS, \fB\-\-loggers\fR LOGGERS Comma\-separated list of loggers (file,syslog,console) to use. (default: file,syslog) .TP \fB\-d\fR OPTION,.., \fB\-\-debug\fR OPTION,.. Comma\-separated list of special debugging options: \&'warnings' (show all warnings from python's warnings module in log), \&'exception' (log tracebacks in exception handlers), \&'http' (put http server [cherrypy] in debug mode), \&'webapp' (put web application [django] in debug mode), \&'sbuild' (run sbuild in debug mode), \&'keep' (keep spool and temporary directories), \&'profile' (produce cProfile dump in log directory). (default: ) .SS "database arguments:" .TP \fB\-P\fR PASSWORD, \fB\-\-set\-admin\-password\fR PASSWORD Update password for django superuser named 'admin'; user is created if non\-existent yet. (default: None) .TP \fB\-D\fR APP[.MODEL], \fB\-\-dumpdata\fR APP[.MODEL] Dump database contents for app[.MODEL] as JSON file (see 'django\-admin dumpdata'). (default: None) .TP \fB\-L\fR FILE, \fB\-\-loaddata\fR FILE INTERNAL USE ONLY, use with care! Load JSON file into database (see 'django\-admin loaddata'). (default: None) .TP \fB\-R\fR, \fB\-\-remove\-system\-artifacts\fR INTERNAL USE ONLY, use with care! Bulk\-remove associated data of all objects that might have produced artifacts on the system. (default: False) .SH "SEE ALSO" This manual page only describes the call syntax of the mini-buildd program, which you will only really need for fine-tuning, debugging or testing. End-users usually just go with the online manual, which is always available through mini-buildd's web interface. In a standard install, it's available at .B http://localhost:8066/manual/index.html.