Merge pull request #257 from stevekuznetsov/skuznets/readme

Rename `globalconfig` section to `buildconfig` in README
This commit is contained in:
Devan Goodwin 2017-01-23 08:43:58 -04:00 committed by GitHub
commit 97cb32862c

View file

@ -198,7 +198,7 @@ CUSTOM BUILDERS / TAGGERS / RELEASERS
===================================== =====================================
If the existing implementations Tito provides are not sufficient for If the existing implementations Tito provides are not sufficient for
your needs, it is possible to define a lib_dir in tito.props globalconfig your needs, it is possible to define a lib_dir in tito.props buildconfig
section. This is a directory that tito will add to the python path during section. This is a directory that tito will add to the python path during
execution, allowing you a place to define your own custom implementations of execution, allowing you a place to define your own custom implementations of
builders, taggers, and releasers. builders, taggers, and releasers.
@ -227,7 +227,7 @@ history, and run:
If your project is standalone (no remote reference you communicate with as If your project is standalone (no remote reference you communicate with as
authoritative) you may wish to set offline = "true" in .tito/tito.props under authoritative) you may wish to set offline = "true" in .tito/tito.props under
the globalconfig section, so you do not need to specify --offline with each the buildconfig section, so you do not need to specify --offline with each
invocation. invocation.