File: disperse.conf

package info (click to toggle)
python-fastbencode 0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 228 kB
  • sloc: python: 417; ansic: 5; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 243 bytes parent folder | download
1
2
3
4
5
6
7
8
# See https://github.com/jelmer/disperse
timeout_days: 5
tag_name: "v$VERSION"
verify_command: "python3 -m unittest fastbencode.tests.test_suite"
update_version {
  path: "fastbencode/__init__.py"
  new_line: '__version__ = $TUPLED_VERSION'
}