File _service of Package drbd
27
1
<services>
2
<service name="tar_scm" mode="disabled">
3
<param name="url">git@github.com:LINBIT/drbd-9.0.git</param>
4
<param name="scm">git</param>
5
<param name="filename">drbd</param>
6
<!--
7
To update to a new release, change "revision" to the desired
8
git commit hash and bump "version" if necessary
9
10
This will download branch first instead of tag.
11
<param name="revision">drbd-9.0</param>
12
<param name="version">9.0.29~0</param>
13
-->
14
<param name="versionformat">9.0.29~0+git.%h</param>
15
<param name="revision">drbd-9.0</param>
16
</service>
17
18
<service name="recompress" mode="disabled">
19
<param name="file">*drbd*.tar</param>
20
<param name="compression">bz2</param>
21
</service>
22
23
<service name="set_version" mode="disabled">
24
<param name="basename">drbd</param>
25
</service>
26
</services>
27