2016-11-24 15:03:23 +00:00
|
|
|
<services>
|
|
|
|
|
2017-01-06 14:54:47 +00:00
|
|
|
<service name="tar_scm" mode="localonly">
|
2016-11-24 15:03:23 +00:00
|
|
|
<param name="scm">git</param>
|
|
|
|
<!--<param name="url">file:///home/matejcik/vc/multipython-macros</param>-->
|
|
|
|
<param name="url">https://github.com/openSUSE/multipython-macros.git</param>
|
|
|
|
<!-- <param name="subdir">the subdirectory of your repository you want to create an archive from</param>-->
|
|
|
|
<param name="filename">multipython-macros</param>
|
|
|
|
<param name="versionprefix">1.0git</param>
|
|
|
|
<!-- <param name="revision">optional: the commit hash, tag or branch you want to get</param>-->
|
|
|
|
</service>
|
|
|
|
|
2017-01-06 14:54:47 +00:00
|
|
|
<service name="extract_file" mode="localonly">
|
2016-11-24 15:03:23 +00:00
|
|
|
<param name="archive">*.tar</param>
|
|
|
|
<param name="files">*/python-rpm-macros.spec</param>
|
|
|
|
</service>
|
|
|
|
|
2017-01-06 14:54:47 +00:00
|
|
|
<service name="set_version" mode="localonly"/>
|
2016-11-24 15:03:23 +00:00
|
|
|
</services>
|