Chandler Carruth
2014-Apr-05 17:23 UTC
[LLVMdev] [cfe-dev] Code reviews now at http://reviews.llvm.org
Yea, I'll try to get that set up eventually. It'll just take longer to push that change than the little splash. On Sat, Apr 5, 2014 at 10:16 AM, Alex Bradbury <asb at asbradbury.org> wrote:> On 5 April 2014 17:26, Manuel Klimek <klimek at google.com> wrote: > > We (hopefully successfully) migrated our phabricator servers to a new > home. > > As part of that migration, we also moved it to a new easier to remember > > location. > > > > Please find it at: > > http://reviews.llvm.org > > > > Make sure to update your bookmarks, and let us know of any problems you > see. > > Excellent news - any chance of setting up a redirect from > http://llvm-reviews.chandlerc.com/$FOO to > http://reviews.llvm.org/$FOO? > > Thanks, > > Alex > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140405/b9db8487/attachment.html>
Manuel Klimek
2014-Apr-05 17:30 UTC
[LLVMdev] [cfe-dev] Code reviews now at http://reviews.llvm.org
I'm not sure we want a redirect - currently I've set up http://llvm-reviews.chandlerc.com/ to show a link to the new site, but I think we'll eventually want to get rid of all mentions of llvm-reviews.chandlerc.com (so we can just take down the server and be done with it). The fewer automatic fallback mechanisms we have, the earlier we're sure that it's all moved. On Sat, Apr 5, 2014 at 7:23 PM, Chandler Carruth <chandlerc at gmail.com>wrote:> Yea, I'll try to get that set up eventually. It'll just take longer to > push that change than the little splash. > > > On Sat, Apr 5, 2014 at 10:16 AM, Alex Bradbury <asb at asbradbury.org> wrote: > >> On 5 April 2014 17:26, Manuel Klimek <klimek at google.com> wrote: >> > We (hopefully successfully) migrated our phabricator servers to a new >> home. >> > As part of that migration, we also moved it to a new easier to remember >> > location. >> > >> > Please find it at: >> > http://reviews.llvm.org >> > >> > Make sure to update your bookmarks, and let us know of any problems you >> see. >> >> Excellent news - any chance of setting up a redirect from >> http://llvm-reviews.chandlerc.com/$FOO to >> http://reviews.llvm.org/$FOO? >> >> Thanks, >> >> Alex >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140405/ad116a9c/attachment.html>
David Chisnall
2014-Apr-05 17:34 UTC
[LLVMdev] [cfe-dev] Code reviews now at http://reviews.llvm.org
On 5 Apr 2014, at 18:30, Manuel Klimek <klimek at google.com> wrote:> I'm not sure we want a redirect - currently I've set up http://llvm-reviews.chandlerc.com/ to show a link to the new site, but I think we'll eventually want to get rid of all mentions of llvm-reviews.chandlerc.com (so we can just take down the server and be done with it). The fewer automatic fallback mechanisms we have, the earlier we're sure that it's all moved.While we can easily move new stuff, a lot of commit messages contain links to llvm-reviews.chandlerc.com. It would be a shame for them to stop working... David