Marco Strigl
2046c5ec41
- add unpublish command (requires OBS 2.8) - add blame command (requires OBS 2.9) - results: show multibuild results by default - getbinaries: make .AppImage files executable - support operation in checked out package for cat/less/blame - add comment command - improved build recipe selection - added multibuild (-M) to commands: buildlog, remotebuildlog, buildinfo, build, buildhistory, jobhistory, rebuild, restartbuild/abortbuild, wipebinaries, getbinaries - add checkconstraints command - add workerinfo command OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=235
14 lines
447 B
Plaintext
14 lines
447 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="version">0.157.0</param>
|
|
<param name="revision">0.157.0</param>
|
|
<param name="url">git://github.com/openSUSE/osc.git</param>
|
|
<param name="scm">git</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|