raspberrypi-rpiboot/_service
Matthias Brugger 77d8b40ca5 Accepting request 811898 from home:mbrugger
- 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
2020-06-09 08:56:09 +00:00

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>