diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-05-23 10:48:06 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-05-23 10:48:06 +0200 |
commit | c8e05b6fe9cc2f8b485b3f637655b6cd9117210c (patch) | |
tree | 50dba0cf7418c391c932e394230a7d5c6a2484b4 | |
parent | 40bb735d69428165f8e5d363cc9943411ca54b47 (diff) | |
download | gterm-c8e05b6fe9cc2f8b485b3f637655b6cd9117210c.tar.gz |
Initialized to use tito.
-rw-r--r-- | .tito/packages/.readme | 3 | ||||
-rw-r--r-- | .tito/tito.props | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/.tito/packages/.readme b/.tito/packages/.readme new file mode 100644 index 0000000..b9411e2 --- /dev/null +++ b/.tito/packages/.readme @@ -0,0 +1,3 @@ +the .tito/packages directory contains metadata files +named after their packages. Each file has the latest tagged +version and the project's relative directory. diff --git a/.tito/tito.props b/.tito/tito.props new file mode 100644 index 0000000..eab3f19 --- /dev/null +++ b/.tito/tito.props @@ -0,0 +1,5 @@ +[buildconfig] +builder = tito.builder.Builder +tagger = tito.tagger.VersionTagger +changelog_do_not_remove_cherrypick = 0 +changelog_format = %s (%ae) |