8ae83885b1
bsc#1166298 OBS-URL: https://build.opensuse.org/request/show/783588 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/drbd?expand=0&rev=108
27 lines
829 B
Plaintext
27 lines
829 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">git@github.com:LINBIT/drbd-9.0.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="filename">drbd</param>
|
|
<!--
|
|
To update to a new release, change "revision" to the desired
|
|
git commit hash and bump "version" if necessary
|
|
|
|
This will download branch first instead of tag.
|
|
<param name="revision">drbd-9.0</param>
|
|
<param name="version">9.0.22~1</param>
|
|
-->
|
|
<param name="versionformat">9.0.22~1+git.%h</param>
|
|
<param name="revision">drbd-9.0</param>
|
|
</service>
|
|
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*drbd*.tar</param>
|
|
<param name="compression">bz2</param>
|
|
</service>
|
|
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">drbd</param>
|
|
</service>
|
|
</services>
|