diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-02-01 11:27:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-02-01 11:27:11 +0200 |
commit | 24a5a733b6534c1157413a238a198236e3ecf69d (patch) | |
tree | b03fc1147a101ea943538371b5c69344e9da59a3 | |
parent | ba9524cf3ec2a560e878d03f59e24af500747d63 (diff) |
Mention another place to add standard pre-installed module
-rw-r--r-- | buildfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ pt = '^version: (.+)$' # - install scripts: prepare, build2-install.sh, and build2-install-*.bat # - build2.org/www/ (module docs symlinks for both public and stage, etc) # - make sure the module has `builds: all` in its manifest +# - make sure the module is listed in the mod array in etc/bootstrap # ver = $process.run_regex($bp 'info:' $src_root/, "$pt", '\1') build2_ver = $process.run_regex($bp 'info:' $src_root/build2/, "$pt", '\1') |