diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-22 13:07:13 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-22 13:07:13 +0200 |
commit | b8d95ec9ec9bd95740c61f79260a7f93ce455488 (patch) | |
tree | 3342dc57c0ebfa29c2686be5bd16faebb4a5a608 | |
parent | 6e31009ace24402ac96eec65e7b370192f8dc99b (diff) |
Rename directory bbot/ to bots/
To be consistent with machines/, toolchains/
-rwxr-xr-x | buildos | 2 | ||||
-rw-r--r-- | doc/manual.cli | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -667,7 +667,7 @@ function bbot_start () # <toolchain-name> <toolchain-index> local tp="${toolchains["$tn"]}" local ts="$(toolchain_value "$tp" toolchain_file_csum)" - local id="/build/bbot/$tn" + local id="/build/bots/$tn" mkdir -p "$id" # Install/uninstall vars. diff --git a/doc/manual.cli b/doc/manual.cli index cc55115..1acf526 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -74,7 +74,7 @@ the following subdirectories: is installed into a subdirectory named as the toolchain name. See \l{#config-toolchains Toolchains} for details.| -\li|\n\c{/build/bbot/}\n +\li|\n\c{/build/bots/}\n Contains \c{bbot} installations. Each version is installed into a subdirectory named as the toolchain name. See \l{#config-toolchains |