- change service version generator to use "1.0.git" instead of "1.0git"

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=21
This commit is contained in:
Jan Matejek
2017-01-11 14:30:13 +00:00
committed by Git OBS Bridge
parent 92b9381a7c
commit 141acf062f
3 changed files with 12 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
<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="versionprefix">1.0.git</param>
<!-- <param name="revision">optional: the commit hash, tag or branch you want to get</param>-->
</service>