77d8b40ca5
- add source service - add version c650cd7 * fix build warning Needed by jsc#64380 OBS-URL: https://build.opensuse.org/request/show/811898 OBS-URL: https://build.opensuse.org/package/show/hardware/raspberrypi-rpiboot?expand=0&rev=2
12 lines
467 B
Plaintext
12 lines
467 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="versionformat">%h</param>
|
|
</service>
|
|
</services>
|