Scroll to navigation

MINI-BUILDD-TOOL(1) User Commands MINI-BUILDD-TOOL(1)

NAME

mini-buildd-tool - mini-buildd-tool - User/client tool box for mini-buildd instances.

DESCRIPTION

usage: mini-buildd-tool [-h] [--version] [-v] [-q] [-O {plain,html,python}]

[-R] [-P {http,https}]
HOST {status,start,stop,printuploaders,meta,getkey,getdputconf,getsourceslist,logcat,list,show,migrate,remove,port,portext,retry,setuserkey,subscription} ...

Command line tool to run API calls.

positional arguments:

target host, either '[user@]host:port', or '[user@]DPUT_TARGET'

optional arguments:

show this help message and exit

--version

lower log level. Give twice for max logs (default: 0)
tighten log level. Give twice for min logs (default: 0)
output type (default: plain)
reset save policy of used keyring (to 'ask') (default: False)
protocol to use. Note: mini-buildd 1.0.x only speaks http -- you may use this in case you have manually set up a https proxy, though. (default: http)

API commands:

{status,start,stop,printuploaders,meta,getkey,getdputconf,getsourceslist,logcat,list,show,migrate,remove,port,portext,retry,setuserkey,subscription}
Show the status of the mini-buildd instance. [auth level 0: anonymous]
Start the Daemon (engine). [auth level 3: super user login]
Stop the Daemon (engine). [auth level 3: super user login]
Print all GPG ids allowed to upload to repositories. [auth level 3: super user login]
Call arbitrary meta functions for models; usually for internal use only. [auth level 3: super user login]
Get GnuPG public key. [auth level 0: anonymous]
Get recommended dput config snippet. Usually, this is for integration in your personal ~/.dput.cf. [auth level 0: anonymous]
Get sources.list (apt lines). Usually, this output is put to a file like '/etc/sources.list.d/mini-builddxyz.list'. [auth level 0: anonymous]
Cat last n lines of the mini-buildd's log. [auth level 2: staff user login]
List packages matching a shell-like glob pattern; matches both source and binary package names. [auth level 1: any user login]
Show a source package. [auth level 0: anonymous]
Migrate a source package (along with all binary packages). [auth level 2: staff user login]
Remove a source package (along with all binary packages). [auth level 3: super user login]
Port an internal package. An internal 'port' is a nochanges (i.e., only the changelog will be adapted) rebuild of the given locally-installed package. [auth level 2: staff user login]
Port an external package. An external 'port' is a nochanges (i.e., only the changelog will be adapted) rebuild of any given source package. [auth level 2: staff user login]
Retry a previously failed package. [auth level 2: staff user login]
Set a user's GnuPG public key. [auth level 1: any user login]
Manage subscriptions to package notifications. A package subscription is a tuple 'PACKAGE:DISTRIBUTION', where both PACKAGE or DISTRIBUTION may be empty to denote all resp. items. [auth level 1: any user login]

Note: Uses 'python-keyring' to persist passwords (see '~/.local/share/python_keyring/')

February 2017 mini-buildd-tool 1.1.0