diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-01-04 10:16:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-01-04 10:18:35 +0200 |
commit | 868f9ae78d83930009f612216757c936f395770e (patch) | |
tree | be62a299bdbd141b5bb86d15123c7be9804c6f75 /buildfile | |
parent | f8cc44b80301305a154aa250510973fec6cb88a4 (diff) |
Expand note on adding new standard pre-installed module
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,6 +56,7 @@ pt = '^version: (.+)$' # - build scripts: build.sh.in and build-*.bat.in # - documentation: BOOTSTRAP-*.cli and UPGRADE.cli (mention as new module) # - install scripts: prepare, build2-install.sh, and build2-install-*.bat +# - build2.org/www/ (both public and stage) # ver = $process.run_regex($bp 'info:' $src_root/, "$pt", '\1') build2_ver = $process.run_regex($bp 'info:' $src_root/build2/, "$pt", '\1') |