osc meta -e pkg <name> |
Edit the meta information of a package (server) |
osc mkpac <name> |
Create a new package (client and server) |
osc repos |
Show repositories configured for a project |
osc build <repo> <arch> <recipe> |
Build a package on your local machine |
osc vc |
Edit the changes file |
osc status |
Show the status of the files in the working copy |
osc add |
Mark file to be added to the next commit |
osc ci |
Upload content to the package server |
osc blame |
Show who changed lines (similar to git blame) |
osc info |
Show information about the working copy |
osc log |
Shows the commit log of a packages |
osc results |
Show server side build results of a project or package |
osc rbl <proj> <pkg> <repo> <arch> |
Show server side build log |
osc getbinaries <repo> <arch> |
Download binaries to a local directory |
osc chroot |
Open a shell inside of the build root |
osc diff |
Generates a diff based on the working copy |
osc rdiff <oproj> <oldpac> <nproj> [<npac>] |
Server-side "pretty" diff of two packages |
osc checkconstraints |
Check the constraints and view compliant workers |
osc service run | runall |
Run configured source services (_service) |
osc update |
Update the local working copy |
osc co <proj> |
Checkout <proj> from repository sever |
osc co <proj> <pkg> |
Checkout <pkg> from <proj> from repository sever |
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets