* Bazaar and CIA
@ 2009-10-24 21:01 Robert Millan
2009-10-24 21:07 ` Robert Millan
2009-10-24 22:36 ` Colin Watson
0 siblings, 2 replies; 4+ messages in thread
From: Robert Millan @ 2009-10-24 21:01 UTC (permalink / raw)
To: grub-devel
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/.
Thanks!
--
Robert Millan
The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
how) you may access your data; but nobody's threatening your freedom: we
still allow you to remove your data and not access it at all."
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Bazaar and CIA
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
1 sibling, 1 reply; 4+ messages in thread
From: Robert Millan @ 2009-10-24 21:07 UTC (permalink / raw)
To: grub-devel
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/.
I forgot to mention that for this to work you also need to set the
(user-wide) email variable:
bzr whoami "Frank Chu <fchu@example.com>"
(you can also enable CIA user-wide, but this is a bit invasive of your
privacy, as it sends a notification for every commit including those to
local branches)
--
Robert Millan
The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
how) you may access your data; but nobody's threatening your freedom: we
still allow you to remove your data and not access it at all."
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Bazaar and CIA
2009-10-24 21:07 ` Robert Millan
@ 2009-10-24 21:17 ` Robert Millan
0 siblings, 0 replies; 4+ messages in thread
From: Robert Millan @ 2009-10-24 21:17 UTC (permalink / raw)
To: grub-devel
On Sat, Oct 24, 2009 at 11:07:17PM +0200, Robert Millan wrote:
>
> (you can also enable CIA user-wide, but this is a bit invasive of your
> privacy, as it sends a notification for every commit including those to
> local branches)
And now that I think, this would make us receive notifications for every
Bazaar commit done by you, even those that have nothing to do with GRUB.
--
Robert Millan
The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
how) you may access your data; but nobody's threatening your freedom: we
still allow you to remove your data and not access it at all."
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Bazaar and CIA
2009-10-24 21:01 Bazaar and CIA Robert Millan
2009-10-24 21:07 ` Robert Millan
@ 2009-10-24 22:36 ` Colin Watson
1 sibling, 0 replies; 4+ messages in thread
From: Colin Watson @ 2009-10-24 22:36 UTC (permalink / raw)
To: The development of GRUB 2
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]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-10-24 22:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.