osc
Open Build Service command line tool
osc is a command line interface to the Open Build Service. It allows you to checkout, commit, perform reviews etc. The vast majority of the OBS functionality is available via commands and the rest can be reached via direct API calls.
- Versions: 1.19.0
- Website: https://github.com/openSUSE/osc
- Licenses: GPL 2+
- Package source: gnu/packages/build-tools.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of osc as follows:
guix install osc
Or install a particular version:
guix install osc@1.19.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of osc about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/osc'><img src='https://packages.guix.gnu.org/packages/osc/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/osc)
Example Org:
[[https://packages.guix.gnu.org/packages/osc][https://packages.guix.gnu.org/packages/osc/badges/latest-version.svg]]