From 1376b6949547617490389eb2c9e3fa98a5078448 Mon Sep 17 00:00:00 2001 From: Steve Kuznetsov Date: Fri, 20 Jan 2017 17:10:18 -0500 Subject: [PATCH] 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 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 123ab37..6c6651d 100644 --- a/README.md +++ b/README.md @@ -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.