Rename globalconfig section to buildconfig in README

From the looks of it, the `globalconfig` section is deprecated and
adding anything to that section of `tito.props` results in an error:

WARNING: Please rename [globalconfig] to [buildconfig] in tito.props

Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
This commit is contained in:
Steve Kuznetsov 2017-01-20 17:10:18 -05:00
parent 4d75af103f
commit 1376b69495
No known key found for this signature in database
GPG key ID: 366E054B30FC03A2

View file

@ -198,7 +198,7 @@ CUSTOM BUILDERS / TAGGERS / RELEASERS
=====================================
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
execution, allowing you a place to define your own custom implementations of
builders, taggers, and releasers.
@ -227,7 +227,7 @@ history, and run:
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
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.