summaryrefslogtreecommitdiff
path: root/disperse.conf
blob: abd5cdcd7506bb9b87b6a9316819dc779759595a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"