other versions
KOJI-SHADOW(1) | User Commands | KOJI-SHADOW(1) |
NAME¶
koji-shadow - Shadow builds between koji instances
SYNOPSIS¶
koji-shadow [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
- --krb-rdns
- get reverse dns FQDN for krb target
- --krb-canon-host
- get canonical hostname for krb target
- --noauth
- do not authenticate
- -n, --test
- test mode
- -d, --debug
- show debug output
- --first-one
- stop after scanning first build -- debugging
- --debug-xmlrpc
- show xmlrpc debug output
- --skip-main
- don't actually run main
- --max-jobs=MAX_JOBS
- limit number of tasks
- --build=BUILD
- scan just this build
- -s SERVER, --server=SERVER
- url of local XMLRPC server
- -r REMOTE, --remote=REMOTE
- url of remote XMLRPC server
- --prefer-new
- if there is a newer build locally prefer it for deps
- --import-noarch-only
- Only import missing noarch builds
- --import-noarch
- import missing noarch builds rather than rebuilding
- --link-imports
- use 'import --link' functionality
- --remote-topurl=REMOTE_TOPURL
- topurl for remote server
- --workpath=WORKPATH
- location to store work files
- --auth-cert=AUTH_CERT
- Certificate for authentication
- --serverca=SERVERCA
- Server CA certificate
- --rules=RULES
- rules
- --rules-greylist=RULES_GREYLIST
- greylist rules
- --rules-blacklist=RULES_BLACKLIST
- blacklist rules
- --rules-ignorelist=RULES_IGNORELIST
- Rules: list of packages to ignore
- --rules-excludelist=RULES_EXCLUDELIST
- Rules: list of packages to are excluded using ExcludeArch or ExclusiveArch
- --rules-includelist=RULES_INCLUDELIST
- Rules: list of packages to always include
- --rules-protectlist=RULES_PROTECTLIST
- Rules: list of package names to never replace
- --tag-build
- tag successful builds into the tag we are building, default is to not tag
- --logfile=LOGFILE
- file where everything gets logged
- --arches=ARCHES
- arches to use when creating tags
- --priority=PRIORITY
- priority to set for submitted builds
February 2019 | koji-shadow 1.16.2 |