提交 d14ca2ce 编写于 作者: K Kohsuke Kawaguchi

regression in renaming

上级 bfc41671
......@@ -624,7 +624,7 @@ public class UpdateCenter extends AbstractModelObject implements Saveable {
* Absolute URL that ends with '/'.
*/
public String getUpdateCenterUrl() {
return "http://updates.hudson-labs.org/";
return "http://updates.jenkins-ci.org/";
}
/**
......
......@@ -339,7 +339,7 @@ public class UpdateSite {
* Is this the legacy default update center site?
*/
public boolean isLegacyDefault() {
return id.equals("default") && url.startsWith("http://jenkins-ci.org/");
return id.equals("default") && url.startsWith("http://hudson-ci.org/") || url.startsWith("http://updates.hudson-labs.org/");
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册