From e48c265e680241151e930758d7e18c5e93985f6e Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 18 Sep 2019 17:28:45 +0200 Subject: [PATCH] Configure tito --- .tito/releasers.conf | 1 + .tito/tito.props | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 .tito/releasers.conf diff --git a/.tito/releasers.conf b/.tito/releasers.conf new file mode 120000 index 0000000..867c32f --- /dev/null +++ b/.tito/releasers.conf @@ -0,0 +1 @@ +../../tito_libs/releasers.conf \ No newline at end of file diff --git a/.tito/tito.props b/.tito/tito.props index eab3f19..8e7418d 100644 --- a/.tito/tito.props +++ b/.tito/tito.props @@ -1,5 +1,6 @@ [buildconfig] -builder = tito.builder.Builder +builder = fws.builder.GitLfsBuilder tagger = tito.tagger.VersionTagger changelog_do_not_remove_cherrypick = 0 changelog_format = %s (%ae) +lib_dir = ../tito_libs