forked from pool/MirrorCache
* Switch to manual in _service for the sources (to be able to submit to factory) * Add changesgenerate service so that `osc service manualrun` - gets new sources, extracts everything from dist/rpm - create a changes file entry (still needs to be checked as it puts changes from previous releases) * Add complete changelog OBS-URL: https://build.opensuse.org/request/show/911818 OBS-URL: https://build.opensuse.org/package/show/openSUSE:infrastructure:MirrorCache/MirrorCache?expand=0&rev=12
21 lines
823 B
Plaintext
21 lines
823 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="extract">dist/rpm/MirrorCache.spec</param>
|
|
<param name="extract">dist/rpm/MirrorCache-user.conf</param>
|
|
<param name="extract">dist/rpm/MirrorCache-tmpfilesd.conf</param>
|
|
<param name="url">git://github.com/openSUSE/MirrorCache.git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="revision">@PARENT_TAG@</param>
|
|
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">andrii.nikitin@suse.com</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|