15 lines
687 B
Plaintext
15 lines
687 B
Plaintext
|
<!-- See https://en.opensuse.org/openSUSE:Build_Service_Concept_SourceService -->
|
||
|
<!-- for more details on the syntax -->
|
||
|
|
||
|
<services>
|
||
|
<service name="tar_scm" mode="disabled">
|
||
|
<param name="scm">git</param>
|
||
|
<param name="url">https://github.com/raspberrypi/usbboot.git</param>
|
||
|
<param name="filename">raspberrypi-rpiboot</param>
|
||
|
<param name="versionrewrite-pattern">(.*)-(.*)</param>
|
||
|
<param name="versionrewrite-replacement">\1.\2</param>
|
||
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@</param>
|
||
|
</service>
|
||
|
<service mode="disabled" name="set_version" />
|
||
|
</services>
|