<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/tool/downloader.rb, branch v3_0_4</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Increase the # of downloader.rb's retry attempts</title>
<updated>2020-11-23T08:06:51+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2020-11-23T08:06:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=53e352fd718cd2cae6d77298e6e92736dddcfeeb'/>
<id>53e352fd718cd2cae6d77298e6e92736dddcfeeb</id>
<content type='text'>
Apparently 9 was not enough either.
https://rubyci.org/logs/rubyci.s3.amazonaws.com/rhel_zlinux/ruby-master/log/20201123T063303Z.fail.html.gz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apparently 9 was not enough either.
https://rubyci.org/logs/rubyci.s3.amazonaws.com/rhel_zlinux/ruby-master/log/20201123T063303Z.fail.html.gz
</pre>
</div>
</content>
</entry>
<entry>
<title>Try to fix download error</title>
<updated>2020-11-20T05:18:14+00:00</updated>
<author>
<name>Kazuhiro NISHIYAMA</name>
<email>zn@mbf.nifty.com</email>
</author>
<published>2020-11-20T04:11:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4b899f91647b7da1174492f891de3d6ee8128458'/>
<id>4b899f91647b7da1174492f891de3d6ee8128458</id>
<content type='text'>
https://github.com/ruby/ruby/runs/1428320660?check_suite_focus=true#step:9:10
```
tool/downloader.rb:243:in `rescue in download': failed to download config.guess (RuntimeError)
OpenURI::HTTPError: 403 Forbidden: https://cdn.jsdelivr.net/gh/gcc-mirror/gcc@master/config.guess
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/ruby/runs/1428320660?check_suite_focus=true#step:9:10
```
tool/downloader.rb:243:in `rescue in download': failed to download config.guess (RuntimeError)
OpenURI::HTTPError: 403 Forbidden: https://cdn.jsdelivr.net/gh/gcc-mirror/gcc@master/config.guess
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Use https for downloading Unicode data.</title>
<updated>2020-03-09T04:39:23+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2020-03-09T04:38:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=544ebc669b6b15c730d21053cc1b2f6173be2b8a'/>
<id>544ebc669b6b15c730d21053cc1b2f6173be2b8a</id>
<content type='text'>
  Retry with 90de118a75921a08497b41de2950971073b3c924

  [Bug #13962][ruby-core:83074]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Retry with 90de118a75921a08497b41de2950971073b3c924

  [Bug #13962][ruby-core:83074]
</pre>
</div>
</content>
</entry>
<entry>
<title>Use jsDelivr instead of raw.githubusercontent.com</title>
<updated>2019-11-22T04:55:59+00:00</updated>
<author>
<name>Kazuhiro NISHIYAMA</name>
<email>zn@mbf.nifty.com</email>
</author>
<published>2019-11-22T04:55:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8eb0a9e5668032e750b91739cc40f3180278728d'/>
<id>8eb0a9e5668032e750b91739cc40f3180278728d</id>
<content type='text'>
Try to fix download error on Solaris CI

https://rubyci.org/logs/rubyci.s3.amazonaws.com/unstable11x/ruby-master/log/20191121T162422Z.fail.html.gz
```
tool/downloader.rb:243:in `rescue in download': failed to download config.guess (RuntimeError)
Net::HTTPFatalError: 503 "Service Unavailable": https://raw.githubusercontent.com/gcc-mirror/gcc/master/config.guess
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Try to fix download error on Solaris CI

https://rubyci.org/logs/rubyci.s3.amazonaws.com/unstable11x/ruby-master/log/20191121T162422Z.fail.html.gz
```
tool/downloader.rb:243:in `rescue in download': failed to download config.guess (RuntimeError)
Net::HTTPFatalError: 503 "Service Unavailable": https://raw.githubusercontent.com/gcc-mirror/gcc/master/config.guess
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Fix building with 1.8 BASERUBY"</title>
<updated>2019-05-30T01:03:21+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2019-05-30T00:58:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d2ba80b5df7118383cbcfae934316310c6d81633'/>
<id>d2ba80b5df7118383cbcfae934316310c6d81633</id>
<content type='text'>
This reverts commit 05bc14d81a1d7f6af826a92371aeff0c3fb2a67e.

We have decided that the cost of reintroducing support for 1.8
BASERUBY outweighs the benefit.  If you are still using 1.8 and want
to build master/trunk, build and install the latest release, and use
that as BASERUBY.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 05bc14d81a1d7f6af826a92371aeff0c3fb2a67e.

We have decided that the cost of reintroducing support for 1.8
BASERUBY outweighs the benefit.  If you are still using 1.8 and want
to build master/trunk, build and install the latest release, and use
that as BASERUBY.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean a garbage [ci skip]</title>
<updated>2019-05-28T05:20:59+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-05-28T05:20:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=40e175b390f39afdddcfbf74afcad96093a158e7'/>
<id>40e175b390f39afdddcfbf74afcad96093a158e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix building with 1.8 BASERUBY</title>
<updated>2019-05-28T03:55:56+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2019-05-28T03:54:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=05bc14d81a1d7f6af826a92371aeff0c3fb2a67e'/>
<id>05bc14d81a1d7f6af826a92371aeff0c3fb2a67e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Escape dots in regexp</title>
<updated>2019-05-24T10:03:29+00:00</updated>
<author>
<name>Kazuhiro NISHIYAMA</name>
<email>zn@mbf.nifty.com</email>
</author>
<published>2019-05-24T10:01:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=706c816ad270d981c37894b78ac49cdf1d7cf350'/>
<id>706c816ad270d981c37894b78ac49cdf1d7cf350</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>switch UNICODE_BETA to NO (one more try, first try didn't work)</title>
<updated>2019-05-24T09:22:36+00:00</updated>
<author>
<name>Martin Dürst</name>
<email>duerst@it.aoyama.ac.jp</email>
</author>
<published>2019-05-24T09:22:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c06f9e1d24e0e164506c6b5946a02814319485cc'/>
<id>c06f9e1d24e0e164506c6b5946a02814319485cc</id>
<content type='text'>
    Unicode version 12.1.0 was officially released on May 7th, 2019.
    There were no changes at all from the "real" beta
    published shortly after the new era name "Reiwa" was announced.
    So we can switch UNICODE_BETA back to NO.

    common.mk: switch UNICODE_BETA back to NO
    tool/downloader.rb: add additional conditions to avoid an error
                        when moving from beta to final
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    Unicode version 12.1.0 was officially released on May 7th, 2019.
    There were no changes at all from the "real" beta
    published shortly after the new era name "Reiwa" was announced.
    So we can switch UNICODE_BETA back to NO.

    common.mk: switch UNICODE_BETA back to NO
    tool/downloader.rb: add additional conditions to avoid an error
                        when moving from beta to final
</pre>
</div>
</content>
</entry>
<entry>
<title>Change Accept-Encoding from `*` to `identity`</title>
<updated>2019-04-30T13:35:38+00:00</updated>
<author>
<name>Kazuhiro NISHIYAMA</name>
<email>zn@mbf.nifty.com</email>
</author>
<published>2019-04-30T13:35:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0eedec68673fa74960dec80b26659263ec3b6a9a'/>
<id>0eedec68673fa74960dec80b26659263ec3b6a9a</id>
<content type='text'>
When `Accept-Encoding` is `*`,
http://www.unicode.org/Public/12.1.0/ucd/ returns gzipped content now.
So set `identity`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When `Accept-Encoding` is `*`,
http://www.unicode.org/Public/12.1.0/ucd/ returns gzipped content now.
So set `identity`.
</pre>
</div>
</content>
</entry>
</feed>
