From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1N1pDZ-00016q-4T for mharc-grub-devel@gnu.org; Sat, 24 Oct 2009 18:36:13 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N1pDX-00016F-06 for grub-devel@gnu.org; Sat, 24 Oct 2009 18:36:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N1pDS-00012i-T2 for grub-devel@gnu.org; Sat, 24 Oct 2009 18:36:10 -0400 Received: from [199.232.76.173] (port=46220 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N1pDS-00012a-Kt for grub-devel@gnu.org; Sat, 24 Oct 2009 18:36:06 -0400 Received: from smarthost02.mail.zen.net.uk ([212.23.3.141]:37707) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N1pDS-0007Zo-FB for grub-devel@gnu.org; Sat, 24 Oct 2009 18:36:06 -0400 Received: from [82.69.40.219] (helo=riva.pelham.vpn.ucam.org) by smarthost02.mail.zen.net.uk with esmtp (Exim 4.63) (envelope-from ) id 1N1pDQ-0000MP-W0 for grub-devel@gnu.org; Sat, 24 Oct 2009 22:36:05 +0000 Received: from cjwatson by riva.pelham.vpn.ucam.org with local (Exim 3.36 #1 (Debian)) for grub-devel@gnu.org id 1N1pDP-0000YA-00; Sat, 24 Oct 2009 23:36:03 +0100 Date: Sat, 24 Oct 2009 23:36:03 +0100 From: Colin Watson To: The development of GRUB 2 Message-ID: <20091024223601.GF28534@riva.ucam.org> References: <20091024210114.GA1919@thorin> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091024210114.GA1919@thorin> User-Agent: Mutt/1.5.18 (2008-05-17) X-Originating-Smarthost02-IP: [82.69.40.219] X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: Bazaar and CIA X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Oct 2009 22:36:11 -0000 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: GNU GRUB: Robert Millan * rrmh.grub@aybabtu.com-20091024205823-fv80obkubaqsi9vi test/test: test commit 2 ... you get "r764" or similar. -- Colin Watson [cjwatson@ubuntu.com]