File: disperse.conf

package info (click to toggle)
python-upstream-ontologist 0.2.11-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 424 kB
  • sloc: python: 262; makefile: 25
file content (15 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# See https://github.com/jelmer/disperse
name: "upstream-ontologist"
timeout_days: 5
tag_name: "v$VERSION"
update_version {
  path: "Cargo.toml"
  match: "^version = \"(.*)\""
  new_line: "version = \"$VERSION\""
}
update_version {
  path: "py/upstream_ontologist/__init__.py"
  match: "^version_string = \"(.*)\""
  new_line: "version_string = \"$VERSION\""
}
update_manpages: "man/*.1"