summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-09-20 16:54:27 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2017-09-20 16:57:47 +0200
commit9e3cfaa40fe0f4ae5b5f47e517a13c6b3f113f35 (patch)
treedc8bbb7155a7893d12b192702b91a59f7730030c
parentf86ff3d0c201966a9406c2039f08a3313dd56454 (diff)
Initialize tito directory
-rw-r--r--.tito/packages/.readme3
-rw-r--r--.tito/tito.props5
-rwxr-xr-xdist/release-vespa-rpm.sh1
3 files changed, 8 insertions, 1 deletions
diff --git a/.tito/packages/.readme b/.tito/packages/.readme
new file mode 100644
index 00000000000..ae0c7fe13cc
--- /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. \ No newline at end of file
diff --git a/.tito/tito.props b/.tito/tito.props
new file mode 100644
index 00000000000..f9e5921220a
--- /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) \ No newline at end of file
diff --git a/dist/release-vespa-rpm.sh b/dist/release-vespa-rpm.sh
index 95c0b5ce902..0ff2d9db755 100755
--- a/dist/release-vespa-rpm.sh
+++ b/dist/release-vespa-rpm.sh
@@ -29,7 +29,6 @@ git mv $SPECFILE .
mv pom.xml pom.xml.hide
# Run tito to update spec file and tag
-tito init
tito tag --use-version=$VERSION --no-auto-changelog
# Push changes and tag to branc