alt_pm
README.MD
ALT PM CLI
Compares packages in p10 and sisyphus branches and gives output in json
CLI commands
Usage: alt_pm <COMMAND>
Commands:
Show all data output in json, including all packages unique for p10, all packages unique for sisyphus, all packages with version-release greater in sisyphus then in p10 branchall-outputShows all packages unique for p10 in jsonp10-uniqueShows all packages unique for sisyphus in jsonsisyphus-uniqueShows all packages with version-release greater in sisyphus then in p10 branch in jsonv-checkPrint this message or the help of the given subcommand(s)help
Additional you can use subcommands with supported architechtures.
Usage: alt_pm <COMMAND> <SUBCOMMAND>
Suported architechtures:
- armh
- i586
- noarch
- x86_64
- ppc64le
- aarch64
- x86_64-i586
Usage example: - this command will show you all unique packages for alt_pm p10-unique i586 arch for p10 branchi586
Installation
The recommended way of ALT PM CLI installation is via from rust tools.cargo
- First of all install Rust via
(instructions: https://doc.rust-lang.org/book/ch01-01-installation.html)rustup - Download and unpack this repository into your Linux OS
- input command: cargo install --path /*absolute path to the repository folder*/