koji-gc(1)
Garbage collection tool for Koji
SYNOPSIS
koji-gc
[,options/]
OPTIONS
- -h, --help
-
show this help message and exit
- -c FILE, --config-file=,FILE/
-
use alternate configuration file
- --keytab=,KEYTAB/
-
specify a Kerberos keytab to use
- --principal=,PRINCIPAL/
-
specify a Kerberos principal to use
- --krbservice=,KRBSERVICE/
-
the service name of the principal being used by the
hub
- --runas=,USER/
-
run as the specified user (requires special
privileges)
- --user=,USER/
-
specify user
- --password=,PASSWORD/
-
specify password
- --noauth
-
do not authenticate
- --network-hack
-
enable hackish workaround for broken networks
- --cert=,CERT/
-
Client SSL certificate file for authentication
- --ca=,CA/
-
CA cert file that issued the client certificate
- --serverca=,SERVERCA/
-
CA cert file that issued the hub certificate
- -n, --test
-
test mode
- -d, --debug
-
show debug output
- --debug-xmlrpc
-
show xmlrpc debug output
- --smtp-host=,HOST/
-
specify smtp server for notifications
- --no-mail
-
don't send notifications
- --send-mail
-
send notifications
- --email-domain=,EMAIL_DOMAIN/
-
Email domain appended to Koji username for
notifications
- --from-addr=,FROM_ADDR/
-
From address for notifications
- --action=,ACTION/
-
action(s) to take
- --delay=,INTERVAL/
-
time before eligible builds are placed in trashcan
- --grace-period=,INTERVAL/
-
time that builds are held in trashcan
- --skip-main
-
don't actually run main
- --unprotected-keys=,KEYS/
-
allow builds signed with these keys to be deleted
- --tag-filter=,PATTERN/, --tag=,PATTERN/
-
Process only tags matching PATTERN when pruning
- --ignore-tags=,PATTERN/
-
Ignore tags matching PATTERN when pruning
- --pkg-filter=,PATTERN/, --pkg=,PATTERN/, --package=,PATTERN/
-
Process only packages matching PATTERN
- --bypass-locks=,PATTERN/
-
Bypass locks for tags matching PATTERN
- --purge
-
When pruning, attempt to delete the builds that are
untagged
- --trashcan-tag=,TAG/
-
specify an alternate trashcan tag
- --weburl=,URL/
-
url of koji web server (for use in notifications)
- -s SERVER, --server=,SERVER/
-
url of koji XMLRPC server