2016-06-12 17:13:05 +00:00
committed by Git OBS Bridge
commit ba2392cd7d
6 changed files with 107 additions and 0 deletions

14
_service Normal file
View File

@@ -0,0 +1,14 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/KhronosGroup/SPIRV-Headers</param>
<param name="filename">spirv-headers</param>
<param name="parent-tag">2065e59fa566c4596e469e8c4b1d23246b8fb4d1</param>
<param name="versionformat">1.1.g@TAG_OFFSET@</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>