<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">git://github.com/SUSE-Cloud/supportutils-plugin-susecloud.git</param>
    <param name="scm">git</param>

    <param name="exclude">.git</param>
    <param name="exclude">.gitreview</param>

    <param name="filename">supportutils-plugin-susecloud</param>

    <!-- Format string which gets passed to git log via the pretty option -->
    <param name="versionformat">4.0.%ct.%h</param>

    <param name="revision">suse-cloud-4</param>
  </service>

  <!-- 
    The recompress source service compresses the newest tarball generated by tar_scm.
    However we do this via the Makefile, not here, for reasons described in the README.
  <service name="recompress" mode="disabled">
    <param name="file">supportutils-plugin-susecloud-2.0.tar</param>
    <param name="compression">gz</param>
  </service>
  -->

  <!-- The set_version source service rewrites the Version: header in the .spec file. -->
  <service name="set_version" mode="disabled">
    <!--
       Omit version parameter and specify basename in order to
       autodetect version from tarball generated by tar_scm service.
       Unfortunately this requires the '-git' suffix because of a
       limitation in set-version, in order to distinguish between
       tarballs of git snapshots and release tarballs.
      -->
    <param name="basename">supportutils-plugin-susecloud</param>
  </service>

</services>
