SHA256
1
0
forked from pool/MirrorCache

Accepting request 911818 from home:eroca:branches: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
This commit is contained in:
2021-08-12 12:43:25 +00:00
committed by Git OBS Bridge
parent 64df5ac930
commit edc5e22392
11 changed files with 141 additions and 119 deletions

View File

@@ -1,11 +1,17 @@
<services>
<service name="obs_scm">
<param name="extract">dist/rpm/*</param>
<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"/>
<service name="set_version" mode="manual"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="compression">xz</param>