forked from breezy-team/breezy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtarmac.conf
More file actions
11 lines (10 loc) · 736 Bytes
/
tarmac.conf
File metadata and controls
11 lines (10 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
[Tarmac]
setup_command = sudo apt -y install cargo rustc python3-venv python3-gpg libpython3-dev make python3-setuptools-rust openssh-client patch mypy flake8
verify_command = python3 -m venv --system-site-packages . && . bin/activate && ./bin/pip3 install setuptools-gettext && ./bin/pip3 install -e .[dev,doc,pgp,fastimport,launchpad,git,paramiko] && make extensions docs mypy flake8 PYTHON=$PWD/bin/python && BRZ_PLUGIN_PATH=-site:-user ./bin/python -m breezy selftest -v
commit_message_template = <commit_message>
by <author_nick> review by <approved_by_nicks>
rejected_branch_status = Work in progress
allow_unapproved_changes = True
voting_criteria = Approve >= 1, Disapprove == 0
set_milestone = True
default_milestone = 3.3.1