Skip to content

Commit

Permalink
add service file for build.opensuse.org
Browse files Browse the repository at this point in the history
Change-Id: I29170db8c53159f7590981e42e8608ddb817d089
  • Loading branch information
rdementi committed Jul 1, 2024
1 parent 9aa9b9e commit c15e809
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _service
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<services>
<service name="download_url">
<param name="host">github.com</param>
<param name="protocol">https</param>
<param name="path">/intel/pcm/archive/master.zip</param>
</service>
<service name="download_url">
<param name="host">github.com</param>
<param name="protocol">https</param>
<param name="path">/intel/pcm/archive/master.tar.gz</param>
</service>
<service name="download_url"><param name="host">raw.githubusercontent.com</param><param name="protocol">https</param><param name="path">/intel/pcm/master/pcm.spec</param></service></services>

0 comments on commit c15e809

Please sign in to comment.