You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2022/08/16 08:52:14 UTC

[buildstream] branch tristan/document-buildbox-binaries created (now 2ebd14878)

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a change to branch tristan/document-buildbox-binaries
in repository https://gitbox.apache.org/repos/asf/buildstream.git


      at 2ebd14878 doc/source/main_install.rst: Document where to obtain latest buildbox binaries

This branch includes the following new commits:

     new 2ebd14878 doc/source/main_install.rst: Document where to obtain latest buildbox binaries

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[buildstream] 01/01: doc/source/main_install.rst: Document where to obtain latest buildbox binaries

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch tristan/document-buildbox-binaries
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 2ebd148786a0b59a31e6ad7ff34520833d9da460
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Tue Aug 16 17:51:28 2022 +0900

    doc/source/main_install.rst: Document where to obtain latest buildbox binaries
    
    This effectively closes #1189
---
 doc/source/main_install.rst | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/doc/source/main_install.rst b/doc/source/main_install.rst
index ee79f9422..5be8b7e7e 100644
--- a/doc/source/main_install.rst
+++ b/doc/source/main_install.rst
@@ -84,12 +84,13 @@ These components can be installed from binaries, or built from source.
 
 Install binaries
 ~~~~~~~~~~~~~~~~
-| Linux x86-64 users can download statically linked binaries: `buildbox-x86_64-linux.tar.xz <https://buildbox-casd-binaries.nyc3.cdn.digitaloceanspaces.com/buildbox-x86_64-linux-0.0.38-c91dd9b9.tar.xz>`_
-| ``sha256sum c91dd9b9dcfafe985c7a46d62b6da135f2f5ff65188477328990ecd643ba4fa9``
+Linux x86-64 users can download the `latest statically linked binaries here
+<https://gitlab.com/BuildGrid/buildbox/buildbox-integration/-/releases/permalink/latest/downloads/binaries.tgz>`_,
+or browse the `release history of static binaries here
+<https://gitlab.com/BuildGrid/buildbox/buildbox-integration/-/releases>`_.
 
-The tarball contains the binaries ``buildbox-casd``, ``buildbox-fuse``,
-``buildbox-run-bubblewrap`` and the symlink ``buildbox-run``, which should be
-extracted into a directory in ``PATH``, e.g., ``~/.local/bin``.
+The contents of the ``binaries.tgz`` tarball should be extracted into a directory
+in ``PATH``, e.g., ``~/.local/bin``.
 
 
 Build from source