summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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