diff mbox series

[yocto-docs,kirkstone,1/1] release-notes-4.0,brief-yoctoprojectqs: update BB_HASHSERVE_UPSTREAM for new infrastructure

Message ID 91d6f1efc5f4dac64f73c282ed9aeab7f11ba05c.1730307770.git.steve@sakoman.com
State New
Headers show
Series [yocto-docs,kirkstone,1/1] release-notes-4.0,brief-yoctoprojectqs: update BB_HASHSERVE_UPSTREAM for new infrastructure | expand

Commit Message

Steve Sakoman Oct. 30, 2024, 5:04 p.m. UTC
Public hashserver is now at hashserv.yoctoproject.org:8686

Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 documentation/brief-yoctoprojectqs/index.rst         | 2 +-
 documentation/migration-guides/release-notes-4.0.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Quentin Schulz Oct. 31, 2024, 9:58 a.m. UTC | #1
Hi Steve,

On 10/30/24 6:04 PM, Steve Sakoman via lists.yoctoproject.org wrote:
> Public hashserver is now at hashserv.yoctoproject.org:8686
> 

This should hit master before the other branches.

Please split the commit in two so it can be nicely applied.

> Signed-off-by: Steve Sakoman <steve@sakoman.com>
> ---
>   documentation/brief-yoctoprojectqs/index.rst         | 2 +-
>   documentation/migration-guides/release-notes-4.0.rst | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst
> index db17437aa..df9e7eadf 100644
> --- a/documentation/brief-yoctoprojectqs/index.rst
> +++ b/documentation/brief-yoctoprojectqs/index.rst
> @@ -251,7 +251,7 @@ an entire Linux distribution, including the toolchain, from source.
>         To use such mirrors, uncomment the below lines in your ``conf/local.conf``
>         file in the :term:`Build Directory`::
>   
> -         BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"
> +         BB_HASHSERVE_UPSTREAM = "hashserv.yoctoproject.org:8686"

This one will not apply on master, styhead and scarthgap because we now 
use websockets, c.f. 9c7869b95b1784f58f0a31f7c015ad3e15af34e1 (and 
9dfe3d2dcba8bb2d2e277ff2204862dc8b77c8b9). So a backport for kirkstone 
will be necessary.

I see that scarthgap seems to support the websocket hashserv as well, so 
any release earlier than that needs that change? (Kirkstone is the only 
one supported that is released before Scarthgap, but maybe it doesn't 
hurt to patch the other releases /me shrugs).

>            SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH"
>            BB_HASHSERVE = "auto"
>            BB_SIGNATURE_HANDLER = "OEEquivHash"
> diff --git a/documentation/migration-guides/release-notes-4.0.rst b/documentation/migration-guides/release-notes-4.0.rst
> index 11206072a..005a299c2 100644
> --- a/documentation/migration-guides/release-notes-4.0.rst
> +++ b/documentation/migration-guides/release-notes-4.0.rst
> @@ -22,7 +22,7 @@ New Features / Enhancements in 4.0
>   
>        BB_SIGNATURE_HANDLER = "OEEquivHash"
>        BB_HASHSERVE = "auto"
> -     BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"
> +     BB_HASHSERVE_UPSTREAM = "hashserv.yoctoproject.org:8686"

This still exists in master and so should be fixed in master first.

No clue if the changes actually make sense though, will let other people 
figure that one out :)

Cheers,
Quentin
diff mbox series

Patch

diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst
index db17437aa..df9e7eadf 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -251,7 +251,7 @@  an entire Linux distribution, including the toolchain, from source.
       To use such mirrors, uncomment the below lines in your ``conf/local.conf``
       file in the :term:`Build Directory`::
 
-         BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"
+         BB_HASHSERVE_UPSTREAM = "hashserv.yoctoproject.org:8686"
          SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH"
          BB_HASHSERVE = "auto"
          BB_SIGNATURE_HANDLER = "OEEquivHash"
diff --git a/documentation/migration-guides/release-notes-4.0.rst b/documentation/migration-guides/release-notes-4.0.rst
index 11206072a..005a299c2 100644
--- a/documentation/migration-guides/release-notes-4.0.rst
+++ b/documentation/migration-guides/release-notes-4.0.rst
@@ -22,7 +22,7 @@  New Features / Enhancements in 4.0
 
      BB_SIGNATURE_HANDLER = "OEEquivHash"
      BB_HASHSERVE = "auto"
-     BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"
+     BB_HASHSERVE_UPSTREAM = "hashserv.yoctoproject.org:8686"
      SSTATE_MIRRORS ?= "file://.* https://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH"
 
 - The Python package build process is now based on `wheels <https://pythonwheels.com/>`__