combustion/_service
Fabian Vogt fa195b11f5 Accepting request 1187036 from home:favogt:combustion
- Switch _service to use mode="manual"
- Update to version 1.3+git11:
  * 30firstboot: Leave IPL DASD enablement to s390-tools (jsc#PED-8130)
  * Wait for tee to finish in example scripts (bsc#1222411)

OBS-URL: https://build.opensuse.org/request/show/1187036
OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/combustion?expand=0&rev=61
2024-07-12 09:39:18 +00:00

16 lines
595 B
Plaintext

<services>
<service mode="manual" name="obs_scm">
<param name="url">https://github.com/openSUSE/combustion.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v(.*?)(\+git0)?$</param>
</service>
<service mode="manual" name="set_version" />
<service mode="buildtime" name="tar" />
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>