From c3db707926963ff19316c89693d6f751886ef9eb Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 26 Nov 2018 23:07:18 +0100 Subject: [PATCH] Switch to GitLfsBuilder --- .gitattributes | 1 + .tito/tito.props | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f087b42 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.tar.gz filter=lfs diff=lfs merge=lfs -text diff --git a/.tito/tito.props b/.tito/tito.props index 25f32cd..2af97a9 100644 --- a/.tito/tito.props +++ b/.tito/tito.props @@ -1,5 +1,5 @@ [buildconfig] -builder = tito.builder.GitAnnexBuilder +builder = fws_tito.builder.GitLfsBuilder tagger = tito.tagger.ReleaseTagger changelog_do_not_remove_cherrypick = 0 changelog_format = %s (%ae)