From 1fbd27f288cf31625cff567788aaa0be66caffbd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 4 Apr 2017 14:03:28 +0200 Subject: Implement bbot agent startup and monitoring --- doc/manual.cli | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'doc') 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//} (the file path is taken as relative to +\c{/build/tftp/toolchain//} (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 -- cgit v1.1