File: disperse.conf

package info (click to toggle)
python-wikkid 0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 756 kB
  • sloc: python: 3,051; makefile: 12
file content (8 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# See https://github.com/jelmer/disperse
timeout_days: 5
tag_name: "v$VERSION"
update_version {
  path: "wikkid/__init__.py"
  match: "^version = \"(.*)\"$"
  new_line: "version = \"$VERSION\""
}