Administration of own bazaar server
Jump to navigation
Jump to search
Important: This information is outdated!!! We are now using Launchpad for providing bazaar services!
ChristianK and WolfgangB are the administrators for the bazaar server. New accounts are created by them, when they are given the corresponding public SSH key in OpenSSH format.
Mentor should request rights to change the branch configuration by them. They will add them to the corresponding group.
Add branch specific commit rights
Mentor could add branches, the trainee is allowed to commit to. This is done with the following steps:
- If the branch does not exist yet, then create it, e.g.
bzr branch bzr+ssh://bazaar@bzr.openpetra.org:2208/openpetra/trunk bzr+ssh://bazaar@bzr.openpetra.org:2208/openpetra/dev_id_whatever
- Checkout
bzr+ssh://bazaar@bzr.openpetra.org:2208/config/
, e.g.bzr checkout bzr+ssh://bazaar@bzr.openpetra.org:2208/config/
- Edit
bazaar_acl.ini
. In the section[Trainee]
add the allowed branches comma seperated behind the username - Commit the change, e.g.
bzr commit
Now the trainee is able to commit to the branch.