2016-04-13 14:42:42 +02:00
|
|
|
<services>
|
2016-04-13 15:59:10 +02:00
|
|
|
<service name="tar_scm" mode="disabled">
|
2016-04-13 14:42:42 +02:00
|
|
|
<param name="url">git://git.linbit.com/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
|
|
|
|
|
2017-03-29 10:55:06 +02:00
|
|
|
<param name="version">9.0.7rc1</param>
|
2016-04-13 14:42:42 +02:00
|
|
|
-->
|
2017-03-29 10:55:06 +02:00
|
|
|
<param name="versionformat">9.0.7rc1+git.%h</param>
|
|
|
|
<param name="revision">093821cd3aae36ee123744cc27a2ce548e3a13e9</param>
|
2016-04-13 14:42:42 +02:00
|
|
|
</service>
|
|
|
|
|
2016-04-13 15:59:10 +02:00
|
|
|
<service name="recompress" mode="disabled">
|
2016-04-13 14:42:42 +02:00
|
|
|
<param name="file">*drbd*.tar</param>
|
|
|
|
<param name="compression">bz2</param>
|
|
|
|
</service>
|
|
|
|
|
2016-04-13 15:59:10 +02:00
|
|
|
<service name="set_version" mode="disabled">
|
2016-04-13 14:42:42 +02:00
|
|
|
<param name="basename">drbd</param>
|
|
|
|
</service>
|
|
|
|
</services>
|