forked from pool/obs-service-tar_scm
- Update to version 0.5.0.1412769870.6cda976: + change default git versionformat to %ct.%h + fix changes generation when version is blank + lots of refactoring + add info and caveats about data persisting between tests + gittests: give default author test a unique name OBS-URL: https://build.opensuse.org/request/show/254698 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=82
20 lines
729 B
Plaintext
20 lines
729 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.5.0.%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>
|
|
<param name="file">obs-service-tar_scm.spec</param>
|
|
</service>
|
|
</services>
|