Adrian Schröter
2a6014ee75
- Update to version 0.3.2.1386694317.b85b342: + Fix adding to already existing _servicedata case + Don't reverse changes lines with 'tac' + Fix Python FutureWarning about comparison with None + Improve description of the versionformat parameter. - Enable changes generation OBS-URL: https://build.opensuse.org/request/show/210486 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=70
19 lines
673 B
Plaintext
19 lines
673 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="version">git-master</param>
|
|
<param name="versionformat">0.3.2.%ct.%h</param>
|
|
<param name="revision">master</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">obs-service-tar_scm</param>
|
|
</service>
|
|
</services>
|