[GRASS-git] [OSGeo/grass] de0fbc: Rename tools directory to utils (#1348)

Vaclav Petras noreply at github.com
Wed Feb 17 12:45:01 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/OSGeo/grass
  Commit: de0fbc0051c9e5d89583210aad9e6d4fb2ec3b4e
      https://github.com/OSGeo/grass/commit/de0fbc0051c9e5d89583210aad9e6d4fb2ec3b4e
  Author: Vaclav Petras <wenzeslaus at gmail.com>
  Date:   2021-02-17 (Wed, 17 Feb 2021)

  Changed paths:
    M Makefile
    M Vagrantfile
    M doc/howto_release.md
    M doc/html_documentation.txt
    M gui/images/symbols/README
    M include/Make/Docs.make
    M include/Make/Doxyfile_arch_html.in
    M include/Make/Doxyfile_arch_latex.in
    M include/Make/Grass.make
    M include/Make/GuiScript.make
    M include/Make/Html.make
    M include/Make/Install.make
    M include/Make/Rules.make
    M raster/r.colors/Makefile
    R tools/Makefile
    R tools/copywrite.pl
    R tools/create_python_init_file.py
    R tools/dep_tree2sql.sh
    R tools/fix_typos.sh
    R tools/g.echo.c
    R tools/g.html2man/Makefile
    R tools/g.html2man/README
    R tools/g.html2man/g.html2man.py
    R tools/g.html2man/ggroff.py
    R tools/g.html2man/ghtml.py
    R tools/g.html2man/htmltags.txt
    R tools/g.html2man/rest.py
    R tools/gitlog2changelog.py
    R tools/grass_indent.sh
    R tools/grass_indent_ALL.sh
    R tools/mkhtml.py
    R tools/mkrest.py
    R tools/module_synopsis.sh
    R tools/pep8config.txt
    R tools/ppmrotate.py
    R tools/pylintrc.txt
    R tools/symbol_to_img.sh
    R tools/thumbnails.py
    R tools/timer/Makefile
    R tools/timer/README
    R tools/timer/main.c
    R tools/vagrant/clean.sh
    R tools/vagrant/compile.sh
    A utils/Makefile
    A utils/copywrite.pl
    A utils/create_python_init_file.py
    A utils/dep_tree2sql.sh
    A utils/fix_typos.sh
    A utils/g.echo.c
    A utils/g.html2man/Makefile
    A utils/g.html2man/README
    A utils/g.html2man/g.html2man.py
    A utils/g.html2man/ggroff.py
    A utils/g.html2man/ghtml.py
    A utils/g.html2man/htmltags.txt
    A utils/g.html2man/rest.py
    A utils/gitlog2changelog.py
    A utils/grass_indent.sh
    A utils/grass_indent_ALL.sh
    A utils/mkhtml.py
    A utils/mkrest.py
    A utils/module_synopsis.sh
    A utils/pep8config.txt
    A utils/ppmrotate.py
    A utils/pylintrc.txt
    A utils/symbol_to_img.sh
    A utils/thumbnails.py
    A utils/timer/Makefile
    A utils/timer/README
    A utils/timer/main.c
    A utils/vagrant/clean.sh
    A utils/vagrant/compile.sh
    M vector/v.colors/Makefile

  Log Message:
  -----------
  Rename tools directory to utils (#1348)

utils is more common for helper scripts then tools which is too close to modules.

This renames the directory and updates files where it is used or mentioned.
Renames TOOLSDIR to UTILSDIR in makefiles.

See also:
* https://trac.osgeo.org/grass/wiki/G8SourceLayout
* https://lists.osgeo.org/pipermail/grass-dev/2020-June/094448.html




More information about the grass-commit mailing list