go1.17/_service
Jeff Kowalczyk b5b7055379 Accepting request 903995 from home:jfkw:branches:devel:languages:go
- go1.17beta1 (released 2021-06-10) is a beta version of go1.17 cut
  from the master branch at the revision tagged go1.17beta1.

OBS-URL: https://build.opensuse.org/request/show/903995
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.17?expand=0&rev=1
2021-07-04 22:45:33 +00:00

16 lines
629 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/llvm/llvm-project.git</param>
<param name="scm">git</param>
<param name="include">compiler-rt</param>
<!-- [boo#1052528] Always make sure this is kept up to date with src/runtime/race/README. -->
<param name="revision">89f7ccea6f6488c443655880229c54db1f180153</param>
<param name="versionformat">%H</param>
<param name="filename">llvm</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">llvm-*.tar</param>
<param name="compression">xz</param>
</service>
</services>