2016-04-13 14:42:42 +02:00
|
|
|
<services>
|
2016-04-13 15:59:10 +02:00
|
|
|
<service name="tar_scm" mode="disabled">
|
2017-10-06 09:59:30 +02:00
|
|
|
<param name="url">git@github.com:LINBIT/drbd-9.0.git</param>
|
2016-04-13 14:42:42 +02:00
|
|
|
<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
|
|
|
|
|
2018-05-03 07:55:03 +02:00
|
|
|
<param name="version">9.0.14</param>
|
2016-04-13 14:42:42 +02:00
|
|
|
-->
|
2018-05-03 07:55:03 +02:00
|
|
|
<param name="versionformat">9.0.14+git.%h</param>
|
|
|
|
<param name="revision">62f906cf44ef02a30ce0c148fec223b40c51c533</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>
|