From bc9faa930b96fa44a925989c960946a62aee09fb Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 24 Jul 2019 10:43:52 +0200 Subject: [PATCH] Switch to LFS to track tarballs --- .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..fb351a8 100644 --- a/.tito/tito.props +++ b/.tito/tito.props @@ -1,5 +1,5 @@ [buildconfig] -builder = tito.builder.GitAnnexBuilder +builder = fws.builder.GitLfsBuilder tagger = tito.tagger.ReleaseTagger changelog_do_not_remove_cherrypick = 0 changelog_format = %s (%ae)