mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
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:
parent
4d75af103f
commit
1376b69495
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue