2021-01-25 19:25:16 +01:00
|
|
|
<services>
|
|
|
|
<service name="obs_scm" mode="disabled">
|
|
|
|
<param name="scm">git</param>
|
|
|
|
<param name="url">https://github.com/raspberrypi/rpi-eeprom.git</param>
|
|
|
|
<param name="filename">raspberrypi-eeprom</param>
|
|
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
|
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@~g%h</param>
|
|
|
|
</service>
|
|
|
|
<service name="set_version" mode="disabled"/>
|
|
|
|
<service name="tar" mode="buildtime"/>
|
2021-01-25 19:57:54 +01:00
|
|
|
<service mode="buildtime" name="recompress">
|
|
|
|
<param name="file">*.tar</param>
|
|
|
|
<param name="compression">xz</param>
|
|
|
|
</service>
|
2021-01-25 19:25:16 +01:00
|
|
|
</services>
|