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>
|
2022-03-08 14:53:36 +01:00
|
|
|
<param name="revision">c1c19fd4ba380a3e349791089701082cb51da39d</param>
|
2021-07-12 08:42:27 +02:00
|
|
|
<param name="versionrewrite-pattern">v([0-9\.]{10}).*</param>
|
|
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
|
|
<!--
|
|
|
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@~g%h</param>
|
|
|
|
-->
|
2021-01-25 19:25:16 +01:00
|
|
|
</service>
|
|
|
|
<service name="set_version" mode="disabled"/>
|
|
|
|
<service name="tar" mode="buildtime"/>
|
2021-01-25 19:59:45 +01:00
|
|
|
<service name="recompress" mode="buildtime">
|
2021-01-25 19:57:54 +01:00
|
|
|
<param name="file">*.tar</param>
|
|
|
|
<param name="compression">xz</param>
|
|
|
|
</service>
|
2021-01-25 19:25:16 +01:00
|
|
|
</services>
|
2021-01-28 17:09:22 +01:00
|
|
|
|