Daniel Mach
d815eb4aaf
- 0.179.0 - signature (ssh key) authetication fixes (RSA key support, skip binary files) - commandline: handle calls without arguments gracefully - use percent-quoted url for download url generation - osc co/up: highlight pending requests' header - get_results(): fix check for empty details - another exception for github URLs for "osc add" - update Sphinx configuration, documentation fixes - make Sphinx optional in setup.py not to break package builds - support flavors in aggregatepac - check if repos provided to aggregatepac command exist - several coding style fixes OBS-URL: https://build.opensuse.org/request/show/980526 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=362
14 lines
449 B
Plaintext
14 lines
449 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="version">0.179.0</param>
|
|
<param name="revision">0.179.0</param>
|
|
<param name="url">https://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>
|