From cb1c6f1c6fa3aedd6096fc021aba044526e780f5 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 12 Aug 2014 16:26:54 -0700 Subject: [PATCH] Update tito.props configuration Tito has renamed some of the options, change them so it will stop complaining. --- rel-eng/tito.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rel-eng/tito.props b/rel-eng/tito.props index fb74f3f7..eab3f190 100644 --- a/rel-eng/tito.props +++ b/rel-eng/tito.props @@ -1,5 +1,5 @@ -[globalconfig] -default_builder = tito.builder.Builder -default_tagger = tito.tagger.VersionTagger +[buildconfig] +builder = tito.builder.Builder +tagger = tito.tagger.VersionTagger changelog_do_not_remove_cherrypick = 0 changelog_format = %s (%ae)