- go1.15rc2 (released 2020-08-07) is a release candidate of go1.15 cut from the master branch at the revision tagged go1.15rc2. OBS-URL: https://build.opensuse.org/request/show/824928 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.15?expand=0&rev=2
16 lines
629 B
Plaintext
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">6c75db8b4bc59eace18143ce086419d37da24746</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>
|