Administration of own bazaar server: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
(Created page with ''''Important: This information is outdated!!! We are now using Launchpad for providing bazaar services!''' ChristianK and WolfgangB are the administrators for the bazaar server.…')
 
(Replaced content with "We are not using Bazaar anymore, but Git.")
Tag: Replaced
 
Line 1: Line 1:
'''Important: This information is outdated!!! We are now using Launchpad for providing bazaar services!'''
We are not using Bazaar anymore, but Git.
 
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. <code>bzr branch bzr+ssh://bazaar@bzr.openpetra.org:2208/openpetra/trunk bzr+ssh://bazaar@bzr.openpetra.org:2208/openpetra/dev_id_whatever</code>
* Checkout <code>bzr+ssh://bazaar@bzr.openpetra.org:2208/config/</code>, e.g. <code> bzr checkout bzr+ssh://bazaar@bzr.openpetra.org:2208/config/</code>
* Edit <code>bazaar_acl.ini</code>. In the section <code>[Trainee]</code> add the allowed branches comma seperated behind the username
* Commit the change, e.g. <code>bzr commit</code>
Now the trainee is able to commit to the branch.

Latest revision as of 04:35, 16 March 2023

We are not using Bazaar anymore, but Git.