[PATCH] D110565: Fix URLs to the prod/staging buildbot master in the doc

Galina via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 27 22:48:03 PDT 2021


gkistanova added a comment.

Thanks for fixing this, Mehdi!



================
Comment at: llvm/docs/HowToAddABuilder.rst:16
 
-* The main buildmaster at `<http://lab.llvm.org:8011>`_. All builders attached
+* The main buildmaster at `<http://lab.llvm.org>`_. All builders attached
   to this machine will notify commit authors every time they break the build.
----------------
https://lab.llvm.org/ is more accurate URL. http://lab.llvm.org does a permanent redirect to HTTPS. Or even https://lab.llvm.org/buildbot, since we have the URL for the staging?


================
Comment at: llvm/docs/HowToAddABuilder.rst:18
   to this machine will notify commit authors every time they break the build.
-* The staging buildbot at `<http://lab.llvm.org:8014>`_. All builders attached
+* The staging buildbot at `<http://lab.llvm.org/staging>`_. All builders attached
   to this machine will be completely silent by default when the build is broken.
----------------
https://lab.llvm.org/staging


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110565/new/

https://reviews.llvm.org/D110565



More information about the llvm-commits mailing list