summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2023-01-28 17:09:59 +0000
committerJelmer Vernooij <jelmer@jelmer.uk>2023-01-28 21:33:37 +0000
commite9f6eef3a0961cdb0a1b823ebbfd7bc289f63cf3 (patch)
treef5aa39b3dddd5114b735808ed826c66a41d2b6b9
parent8c43203ad03cdd7dc1b2f1cf761995f920bf3fe3 (diff)
downloadsubunit-git-e9f6eef3a0961cdb0a1b823ebbfd7bc289f63cf3.tar.gz
Add disperse configuration.
-rw-r--r--disperse.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/disperse.conf b/disperse.conf
new file mode 100644
index 0000000..abd5cdc
--- /dev/null
+++ b/disperse.conf
@@ -0,0 +1,22 @@
+# See https://github.com/jelmer/disperse
+news_file: "NEWS"
+timeout_days: 5
+tag_name: "$VERSION"
+verify_command: "autoreconf -i && ./configure && make distcheck"
+update_version {
+ path: "configure.ac"
+ new_line: "m4_define([SUBUNIT_MAJOR_VERSION], [$MAJOR_VERSION])"
+}
+update_version {
+ path: "configure.ac"
+ new_line: "m4_define([SUBUNIT_MINOR_VERSION], [$MINOR_VERSION])"
+}
+update_version {
+ path: "configure.ac"
+ new_line: "m4_define([SUBUNIT_MICRO_VERSION], [$MICRO_VERSION])"
+}
+update_version {
+ path: "python/subunit/__init__.py"
+ new_line: "__version__ = $STATUS_TUPLED_VERSION"
+}
+launchpad_project: "subunit"