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:
12
_service
12
_service
@@ -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>
|
||||
|
Reference in New Issue
Block a user