mini-buildd-dput - Upload it like mini-buildd (unlike
dput/dput-ng, supports ftps)
usage: mini-buildd-dput [-h] [--version]
- [-l {CRITICAL,ERROR,WARNING,INFO,DEBUG}] [-v] [-q]
- [-c CONFIG] [-f] [-C] TARGET CHANGES
Upload it like mini-buildd (unlike dput/dput-ng, supports
ftps)
- TARGET
- dput target (configuration section id in .dput.cf)
- CHANGES
- changes file
- -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)
- -c CONFIG, --config
CONFIG
- Configuration file to parse (default: ~/.dput.cf)
- -f, --force
- Disable check for unique upload (default: False)
- -C,
--check-result
- Wait for and check packaging results (fails if package is not installed)
(default: False)