Files
go1.9/_service
Jordi Massaguer 44947170fa Accepting request 580919 from home:jordimassaguerpla:branch:update_go_1_9_4
- update to go1.9.4
 * go1.9.2 (released 2017/10/25) includes fixes to the compiler,
   linker, runtime, documentation, go command, and the crypto/x509,
   database/sql, log, and net/smtp packages. It includes a fix to a bug
   introduced in Go 1.9.1 that broke go get of non-Git repositories
   under certain conditions.
 * go1.9.3 (released 2018/01/22) includes fixes to the compiler, runtime,
   and the database/sql, math/big, net/http, and net/url packages.
 * go1.9.4 (released 2018/02/07) includes a security fix to “go get”.

OBS-URL: https://build.opensuse.org/request/show/580919
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.9?expand=0&rev=4
2018-02-28 12:22:49 +00:00

18 lines
699 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://git.llvm.org/git/compiler-rt.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<!-- [boo#1052528] Always make sure this is kept up to date with src/runtime/race/README. -->
<param name="versionformat">g%H</param>
<param name="revision">68e1532492f9b3fce0e9024f3c31411105965b11</param>
</service>
<service name="download_files" mode="disabled">
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">compiler-rt-*.tar</param>
<param name="compression">xz</param>
</service>
</services>