2012-06-08 09:16:14 +00:00
|
|
|
<services>
|
2012-06-08 10:44:08 +00:00
|
|
|
<service name="tar_scm">
|
2012-06-08 09:16:14 +00:00
|
|
|
<param name="scm">git</param>
|
|
|
|
<param name="url">git://github.com/asalkeld/libqb.git</param>
|
|
|
|
<param name="exclude">.git</param>
|
|
|
|
<!--
|
|
|
|
To update to a new release, change "revision" to the desired
|
|
|
|
git commit hash and bump "version" if necessary
|
|
|
|
-->
|
|
|
|
<param name="version">0.13.0</param>
|
|
|
|
<param name="revision">e70e7908f01ee17e9e8454602a5cfabe19ccc439</param>
|
|
|
|
</service>
|
|
|
|
|
2012-06-08 10:44:08 +00:00
|
|
|
<service name="recompress">
|
|
|
|
<param name="file">*libqb*.tar</param>
|
2012-06-08 09:16:14 +00:00
|
|
|
<param name="compression">bz2</param>
|
|
|
|
</service>
|
|
|
|
|
2012-06-08 10:44:08 +00:00
|
|
|
<service name="set_version"/>
|
2012-06-08 09:16:14 +00:00
|
|
|
</services>
|