From: Colin Watson <cjwatson@ubuntu.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: Bazaar and CIA
Date: Sat, 24 Oct 2009 23:36:03 +0100 [thread overview]
Message-ID: <20091024223601.GF28534@riva.ucam.org> (raw)
In-Reply-To: <20091024210114.GA1919@thorin>
On Sat, Oct 24, 2009 at 11:01:14PM +0200, Robert Millan wrote:
> If you commit to a Bazaar branch, please enable CIA so that we receive
> notifications via IRC. It's very simple; in your local branch / checkout:
>
> echo "cia_project = GNU GRUB" >> .bzr/branch/branch.conf
>
> then install the bzr/cia plugin. In Debian it is provided by `cia-clients'
> package and installed to /usr/share/pyshared/bzrlib/plugins/cia/.
Slightly neater, if you've already installed the cia plugin:
bzr cia-project 'GNU GRUB'
bzr nick branch-name # if the directory name is not meaningful enough
You may also wish to have something like this in the [DEFAULT] section
of ~/.bazaar/bazaar.conf:
cia_user = your-cia-user-name
cia_send_revno = true
Setting cia_user lets you set a particular username on the cia.vc web
site; this may be useful if you also commit to other projects and like
being able to see statistics on all of them in one place.
cia_send_revno is sort of a project preference I suppose, but I prefer
it myself as I don't find the full revision ids particularly memorable
or useful most of the time, at least not in IRC notifications. It means
that rather than things like this:
<CIA-36> GNU GRUB: Robert Millan <rmh.grub@aybabtu.com> * rrmh.grub@aybabtu.com-20091024205823-fv80obkubaqsi9vi test/test: test commit 2
... you get "r764" or similar.
--
Colin Watson [cjwatson@ubuntu.com]
prev parent reply other threads:[~2009-10-24 22:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-24 21:01 Bazaar and CIA Robert Millan
2009-10-24 21:07 ` Robert Millan
2009-10-24 21:17 ` Robert Millan
2009-10-24 22:36 ` Colin Watson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091024223601.GF28534@riva.ucam.org \
--to=cjwatson@ubuntu.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.