File: bazaar.txt

package info (click to toggle)
debian-keyring 2013.04.21
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 63,116 kB
  • sloc: sh: 510; perl: 256; makefile: 108
file content (35 lines) | stat: -rw-r--r-- 1,229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Bazaar working tree
-------------------

Keyring work is coordinated in the Bazaar tree living in
/org/keyring.debian.org/master-keyring/ at keyring.debian.org (which
is an alias to kaufmann.debian.org). You need to have an account on
kaufmann to get access to the working tree -  After some Bazaar breakage, I
have found the stable, working URL for this branch to be:

nosmart+sftp://kaufmann.debian.org/org/keyring.debian.org/master-keyring/

You should _always_ work in "bound mode" (i.e. using Bazaar as a
centralized VCS), unless you have a good reason not to. Just:

$ bzr checkout nosmart+sftp://kaufmann.debian.org/org/keyring.debian.org/master-keyring/
$ cd master-keyring
$ bzr bind

There is a public copy of the tree we push to whenever we push the
updates; it is available at Debian's bzr server:

bzr+ssh://bzr.debian.org/bzr/keyring/debian-keyring

So, when you push a new revision, do:

$ bzr push --create-prefix bzr+ssh://bzr.debian.org/bzr/keyring/debian-keyring

Configure Bazaar to always sign commit messages - Add the following to
your ~/.bazaar/bazaar.conf (of course, with your data instead of
mine):

[DEFAULT]
email = Gunnar Wolf <gwolf@debian.org>
create_signatures = always
check_signatures = always