summaryrefslogtreecommitdiffstats
path: root/dist/.tito
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-09-21 11:22:57 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2017-09-21 11:23:44 +0200
commit97a471ed4cb4effcdc2393d997173898658f2146 (patch)
tree7601e918edb03b7cc9b14ba3bc109e930866cfd3 /dist/.tito
parent7e8feefa21171980ac5f36b54b75b29e83f2876e (diff)
Move .tito directory under dist/
Diffstat (limited to 'dist/.tito')
-rw-r--r--dist/.tito/packages/.readme3
-rw-r--r--dist/.tito/tito.props6
2 files changed, 9 insertions, 0 deletions
diff --git a/dist/.tito/packages/.readme b/dist/.tito/packages/.readme
new file mode 100644
index 00000000000..ae0c7fe13cc
--- /dev/null
+++ b/dist/.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. \ No newline at end of file
diff --git a/dist/.tito/tito.props b/dist/.tito/tito.props
new file mode 100644
index 00000000000..db2c33744dc
--- /dev/null
+++ b/dist/.tito/tito.props
@@ -0,0 +1,6 @@
+[buildconfig]
+builder = tito.builder.Builder
+tagger = tito.tagger.VersionTagger
+tag_format = {component}-{version}
+changelog_do_not_remove_cherrypick = 0
+changelog_format = %s (%ae) \ No newline at end of file