今天想让火狐自动升级到37,发现不行,仔细检查以后发现原来是Mozilla暂时关闭了升级。
他们的 Releases Scheduling 里是这样说的:
3-31: Firefox Released, 25% update rate
4-1: Firefox Release - Disable updates
又及,Release Management 的一个子页面里面也注明了发布之后要关闭升级。
有人知道这是为什么吗?
1
ALeo 2015-04-01 15:42:56 +08:00
吊一下胃口、、
|
3
Stof 2015-04-01 15:55:43 +08:00 via iPhone
一部分用户升级,看看有什么bug,然后集中其他问题一起处理,出37.0.1版。
因为官方的版本号进一之后问题都是蛮多的,所以大家都会等0.1出来再用。 应该可以说是这样子吧~(有错请指正) 这个问题建议去卡饭的Firefox区问。 |
4
OscarUsingChen OP |
5
aaaa007cn 2015-04-01 20:43:03 +08:00 1
wiki 只翻到这篇
https://wiki.mozilla.org/Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Throttling Generally, there's two different ways we do throttling for releases. Most of the time we ship a release partly throttled (10% served), throttle it completely 48 hours later (at the request of RelMan through release-drivers and/or a bug), once some amount of users have it in their hands. In certain cases (for example, when our release day coincides with a Microsoft patch Tuesday), we ship a release fully throttled (0% of requests are served an update). 想要详细了解还是得上 irc 或者邮件列表问吧 |
6
nicai000 2015-04-01 20:54:52 +08:00
我今天也是第一次出现这个状况, 以前都是第一时间更新的.
|
7
OscarUsingChen OP @aaaa007cn
我觉得不是Throttling,因为wiki里面提到 “Update queries which carry the parameter force=1will not be throttled.” 而FF检查新版本的地址是:(FF 36.0.4和OS X 10.10.2) https://aus4.mozilla.org/update/3/Firefox/36.0.4/20150320202338/Darwin_x86_64-gcc3-u-i386-x86_64/en-US/release/Darwin%2014.1.0/default/default/update.xml?force=1 所以觉得应该不是throttling。 还是感谢你的时间。 |
8
linhua 2015-04-01 22:06:35 +08:00
@OscarUsingChen Arch里刚滚了一下
|
9
aaaa007cn 2015-04-03 10:44:27 +08:00
自动检查不带 force
手动检查都有 force=1 我觉得 Disable updates 也算是一种 throttling 是包括 force=1 在内,所有更新检查请求都拦截掉的 throttling Releases Scheduling 上往前翻 可以看到每次大版本更新都这样 February 24, 2015 : 36.0 January 13, 2015 : 35.0 December 1, 2014 : 34.0 小版本就没有 March 5, 2015 : 36.0.1 March 20, 2015 : 36.0.3 March 21, 2015 : 36.0.4 |