diff options
Diffstat (limited to 'doc/manual.cli')
-rw-r--r-- | doc/manual.cli | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index 9e90297..e3b3bd1 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -66,12 +66,18 @@ the following subdirectories: temporarily write-accessible to build machines by running custom instances of the TFTP server on other ports.| -\li|\n\c{/build/toolchains/}\n +\li|\n\c{/build/toolchain/}\n - Contains \c{build2} toolchain installations after bootstrap. Each toolchain - is installed into a subdirectory names as the toolchain name. See + Contains \c{build2} toolchain installations after bootstrap. Each version + is installed into a subdirectory named as the toolchain name. See \l{#config-toolchains Toolchains} for details.| +\li|\n\c{/build/bbot/}\n + + Contains \c{bbot} installations. Each version is installed into a + subdirectory names as the toolchain name. See \l{#config-toolchains + Toolchains} for details.| + \li|\n\c{/build/machines/}\n Contains virtual machines and containers. See \l{#config-storage-machines @@ -330,10 +336,10 @@ e723[...]c305 *0.4.0/build2-mingw-0.4.0-x86_64-windows.tar.xz \ Based on the checksums file the monitor downloads each file into -\c{/build/tftp/toolchains/<name>/} (the file path is taken as relative to +\c{/build/tftp/toolchain/<name>/} (the file path is taken as relative to \c{toolchain_url}), verifies their checksums, and creates \i{predictable name} symlinks (names without the version). Continuing with the above example, the -contents of \c{/build/tftp/toolchains/default/} would be: +contents of \c{/build/tftp/toolchain/default/} would be: \ build2-toolchain-0.4.0.tar.xz |