hs-intake - Man Page
Hyperscale package intake tool — compare RPM package metadata between branches
Synopsis
Description
Hyperscale package intake tool — compare RPM package metadata between branches
Options
- -h, --help
Print help
- -V, --version
Print version
Commands
hs-intake compare-build-requires
hs-intake compare-build-requires [--json] [--show-unchanged] [-h|--help] <SRPM> <SOURCE_BRANCH> <TARGET_BRANCH>
Compare the BuildRequires of a source package between two branches
- --json
Output as JSON
- --show-unchanged
Also show unchanged entries
- -h, --help
Print help
- <SRPM>
Source RPM name (e.g. "systemd")
- <SOURCE_BRANCH>
Branch to compare from (e.g. "rawhide")
- <TARGET_BRANCH>
Branch to compare to (e.g. "c10s-hyperscale")
hs-intake compare-provides
hs-intake compare-provides [--json] [--show-unchanged] [-h|--help] <SRPM> <SOURCE_BRANCH> <TARGET_BRANCH>
Compare the Provides of a source package between two branches
- --json
Output as JSON
- --show-unchanged
Also show unchanged entries
- -h, --help
Print help
- <SRPM>
Source RPM name (e.g. "systemd")
- <SOURCE_BRANCH>
Branch to compare from (e.g. "rawhide")
- <TARGET_BRANCH>
Branch to compare to (e.g. "c10s-hyperscale")
hs-intake compare-requires
hs-intake compare-requires [--json] [--show-unchanged] [-h|--help] <SRPM> <SOURCE_BRANCH> <TARGET_BRANCH>
Compare the Requires of a source package between two branches
- --json
Output as JSON
- --show-unchanged
Also show unchanged entries
- -h, --help
Print help
- <SRPM>
Source RPM name (e.g. "systemd")
- <SOURCE_BRANCH>
Branch to compare from (e.g. "rawhide")
- <TARGET_BRANCH>
Branch to compare to (e.g. "c10s-hyperscale")
hs-intake safe-to-backport
hs-intake safe-to-backport [--json] [--also-check] [-h|--help] <SRPM> <TARGET_BRANCH> <SOURCE_BRANCH>
Check if a source package is safe to backport between branches
- --json
Output as JSON
- --also-check <ALSO_CHECK>
Additional branches to check for reverse dependencies (comma-separated)
- -h, --help
Print help
- <SRPM>
Source RPM name (e.g. "systemd")
- <TARGET_BRANCH>
Branch to backport to (e.g. "c10s-hyperscale")
- <SOURCE_BRANCH>
Branch to take the package from (e.g. "rawhide")