From fc9f1ab9d925b189464b1d2c5f2a2d599b4bb0da Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 1 Feb 2018 11:26:28 +0100 Subject: [PATCH] Configure correct tito builder --- .tito/tito.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tito/tito.props b/.tito/tito.props index 4a47d1a..25f32cd 100644 --- a/.tito/tito.props +++ b/.tito/tito.props @@ -1,5 +1,5 @@ [buildconfig] -builder = tito.builder.Builder +builder = tito.builder.GitAnnexBuilder tagger = tito.tagger.ReleaseTagger changelog_do_not_remove_cherrypick = 0 changelog_format = %s (%ae)