From 9ae9549c72a11ec432b8d92b2668931af63ad7c7 Mon Sep 17 00:00:00 2001 From: Coty Sutherland Date: Fri, 8 Jun 2018 15:09:23 -0400 Subject: [PATCH] Switch tito to use NoTgzBuilder since I'm using a zip... --- .tito/tito.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tito/tito.props b/.tito/tito.props index eab3f19..70eda22 100644 --- a/.tito/tito.props +++ b/.tito/tito.props @@ -1,5 +1,5 @@ [buildconfig] -builder = tito.builder.Builder +builder = tito.builder.NoTgzBuilder tagger = tito.tagger.VersionTagger changelog_do_not_remove_cherrypick = 0 changelog_format = %s (%ae)