other versions
KOJI-GC(1) | User Commands | KOJI-GC(1) |
NAME¶
koji-gc - 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
- --krb-rdns
- get reverse dns FQDN for krb target
- --krb-canon-host
- get canonical hostname for krb target
- --runas=USER
- run as the specified user (requires special privileges)
- --user=USER
- specify user
- --password=PASSWORD
- specify password
- --noauth
- do not authenticate
- --cert=CERT
- Client SSL certificate file for authentication
- --ca=CA
- ignored
- --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
February 2019 | koji-gc 1.16.2 |