agama-products/_service

25 lines
1.0 KiB
Plaintext

<services>
<service name="obs_scm" mode="manual">
<!-- the URL is modified by the .github/workflows/obs-staging-shared.yml
action when submitting to OBS -->
<param name="url">https://github.com/agama-project/agama.git</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="scm">git</param>
<!-- the revision might be changed to "release" branch or a git tag by the
.github/workflows/obs-staging-shared.yml action when submitting to OBS -->
<param name="revision">master</param>
<param name="subdir">products.d</param>
<param name="without-version">enable</param>
<param name="extract">agama-products.changes</param>
<param name="extract">agama-products.spec</param>
</service>
<service mode="buildtime" name="tar">
<param name="obsinfo">agama.obsinfo</param>
<param name="filename">agama</param>
</service>
<service mode="buildtime" name="set_version">
<param name="basename">agama</param>
</service>
</services>