combustion/_service
Fabian Vogt 415a89900f Accepting request 987009 from home:favogt:combustion
- Switch to use the git repo with obs_scm
- Update to version 1.0+git0:
  * Add Makefile for make install support
  * Start sysroot-usr.mount as well
  * Replace invalid use of ln_r in module-setup.sh

OBS-URL: https://build.opensuse.org/request/show/987009
OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/combustion?expand=0&rev=28
2022-07-06 14:55:56 +00:00

16 lines
588 B
Plaintext

<services>
<service mode="disabled" 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(.*)</param>
</service>
<service mode="disabled" 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>