A command line client for the openSUSE build service
osc is a subversion-like client written in Python. It serves as client for the source code repository part of the openSUSE build service, and is used to edit metadata or query about build results.
osc is a subversion-like client written in Python. It serves as client for the source code repository part of the openSUSE build service, and is used to edit metadata or query about build results.
To install osc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install osc
To see what files were installed by osc, run:
port contents osc
To later upgrade osc, run:
sudo port selfupdate && sudo port upgrade osc
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.