* Re: [Xen-changelog] Fixes.
[not found] <E1DzyuA-00011d-Dk@xenbits.xensource.com>
@ 2005-08-02 16:23 ` Hollis Blanchard
2005-08-02 16:28 ` Steven Hand
2005-08-03 2:18 ` Rusty Russell
0 siblings, 2 replies; 5+ messages in thread
From: Hollis Blanchard @ 2005-08-02 16:23 UTC (permalink / raw)
To: xen-devel
On Tuesday 02 August 2005 10:42, Xen patchbot -unstable wrote:
> # HG changeset patch
> # User smh22@firebug.cl.cam.ac.uk
> # Node ID 59e76450e286240decceda23eca343ec4604124f
> # Parent 48dea637aac96bcbabe788d036b52570520cc82e
> Fixes.
Sorry, but could we not make checkin comments like "Fixes."? It would just
take a few more seconds to describe it in a complete sentence...
Thanks.
> diff -r 48dea637aac9 -r 59e76450e286 tools/consoled/Makefile
> --- a/tools/consoled/Makefile Tue Aug 2 14:51:06 2005
> +++ b/tools/consoled/Makefile Tue Aug 2 15:42:06 2005
> @@ -24,14 +24,14 @@
>
> HDRS = $(wildcard *.h)
> OBJS = $(patsubst %.c,%.o,$(SRCS))
> -BIN = consoled
> +BIN = consoled xc_console
>
> -all: $(BIN) xc_console
> +all: $(BIN)
>
> clean:
> - $(RM) *.a *.so *.o *.rpm $(BIN) xc_console
> + $(RM) *.a *.so *.o *.rpm $(BIN)
>
> -$(BIN): $(OBJS)
> +consoled: $(OBJS)
> $(CC) $(CFLAGS) $^ -o $@ -L$(XEN_LIBXC) -L$(XEN_XENSTORE) \
> -lxc -lxenstore
>
> @@ -41,8 +41,8 @@
>
> $(OBJS): $(HDRS)
>
> -install: $(BIN) xc_console
> +install: $(BIN)
> $(INSTALL_DIR) -p $(DESTDIR)/$(CONSOLED_INSTALL_DIR)
> - $(INSTALL_PROG) $(BIN) $(DESTDIR)/$(CONSOLED_INSTALL_DIR)
> + $(INSTALL_PROG) consoled $(DESTDIR)/$(CONSOLED_INSTALL_DIR)
> $(INSTALL_DIR) -p $(DESTDIR)/$(XC_CONSOLE_INSTALL_DIR)
> $(INSTALL_PROG) xc_console $(DESTDIR)/$(XC_CONSOLE_INSTALL_DIR)
>
> _______________________________________________
> Xen-changelog mailing list
> Xen-changelog@lists.xensource.com
> http://lists.xensource.com/xen-changelog
--
Hollis Blanchard
IBM Linux Technology Center
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: Re: [Xen-changelog] Fixes.
2005-08-02 16:23 ` [Xen-changelog] Fixes Hollis Blanchard
@ 2005-08-02 16:28 ` Steven Hand
2005-08-02 20:06 ` Nivedita Singhvi
2005-08-02 20:56 ` Hollis Blanchard
2005-08-03 2:18 ` Rusty Russell
1 sibling, 2 replies; 5+ messages in thread
From: Steven Hand @ 2005-08-02 16:28 UTC (permalink / raw)
To: Hollis Blanchard; +Cc: xen-devel
> On Tuesday 02 August 2005 10:42, Xen patchbot -unstable wrote:
> > # HG changeset patch
> > # User smh22@firebug.cl.cam.ac.uk
> > # Node ID 59e76450e286240decceda23eca343ec4604124f
> > # Parent 48dea637aac96bcbabe788d036b52570520cc82e
> > Fixes.
>
> Sorry, but could we not make checkin comments like "Fixes."? It would just
> take a few more seconds to describe it in a complete sentence...
Sorry - I thought the fix was so trivial it didn't need a long winded
comment. Myself I use the 'diff' interface on xenbits to discover what
a given check in does.
S.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: [Xen-changelog] Fixes.
2005-08-02 16:28 ` Steven Hand
@ 2005-08-02 20:06 ` Nivedita Singhvi
2005-08-02 20:56 ` Hollis Blanchard
1 sibling, 0 replies; 5+ messages in thread
From: Nivedita Singhvi @ 2005-08-02 20:06 UTC (permalink / raw)
To: Steven Hand; +Cc: xen-devel
Steven Hand wrote:
>>On Tuesday 02 August 2005 10:42, Xen patchbot -unstable wrote:
>>
>>># HG changeset patch
>>># User smh22@firebug.cl.cam.ac.uk
>>># Node ID 59e76450e286240decceda23eca343ec4604124f
>>># Parent 48dea637aac96bcbabe788d036b52570520cc82e
>>>Fixes.
>>
>>Sorry, but could we not make checkin comments like "Fixes."? It would just
>>take a few more seconds to describe it in a complete sentence...
Request seconded.
> Sorry - I thought the fix was so trivial it didn't need a long winded
> comment. Myself I use the 'diff' interface on xenbits to discover what
> a given check in does.
Wait till you're wading through 3000 of these things to find a
particular one, or looking for something that might address
your bug - you'd really appreciate a few words then, rather
than opening a few thousand diff files..also, helps automated
scripts grep for things and triggers, etc..
thanks,
Nivedita
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: [Xen-changelog] Fixes.
2005-08-02 16:28 ` Steven Hand
2005-08-02 20:06 ` Nivedita Singhvi
@ 2005-08-02 20:56 ` Hollis Blanchard
1 sibling, 0 replies; 5+ messages in thread
From: Hollis Blanchard @ 2005-08-02 20:56 UTC (permalink / raw)
To: Steven Hand; +Cc: xen-devel
On Tuesday 02 August 2005 11:28, Steven Hand wrote:
> > On Tuesday 02 August 2005 10:42, Xen patchbot -unstable wrote:
> > > # HG changeset patch
> > > # User smh22@firebug.cl.cam.ac.uk
> > > # Node ID 59e76450e286240decceda23eca343ec4604124f
> > > # Parent 48dea637aac96bcbabe788d036b52570520cc82e
> > > Fixes.
> >
> > Sorry, but could we not make checkin comments like "Fixes."? It would
> > just take a few more seconds to describe it in a complete sentence...
>
> Sorry - I thought the fix was so trivial it didn't need a long winded
> comment. Myself I use the 'diff' interface on xenbits to discover what
> a given check in does.
I should add that I didn't really mean to single out this one particular
patch... just in general, it would be nice to have at least a one-sentence
checkin comment. :)
--
Hollis Blanchard
IBM Linux Technology Center
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: [Xen-changelog] Fixes.
2005-08-02 16:23 ` [Xen-changelog] Fixes Hollis Blanchard
2005-08-02 16:28 ` Steven Hand
@ 2005-08-03 2:18 ` Rusty Russell
1 sibling, 0 replies; 5+ messages in thread
From: Rusty Russell @ 2005-08-03 2:18 UTC (permalink / raw)
To: Hollis Blanchard; +Cc: xen-devel
On Tue, 2005-08-02 at 11:23 -0500, Hollis Blanchard wrote:
> On Tuesday 02 August 2005 10:42, Xen patchbot -unstable wrote:
> > # HG changeset patch
> > # User smh22@firebug.cl.cam.ac.uk
> > # Node ID 59e76450e286240decceda23eca343ec4604124f
> > # Parent 48dea637aac96bcbabe788d036b52570520cc82e
> > Fixes.
>
> Sorry, but could we not make checkin comments like "Fixes."? It would just
> take a few more seconds to describe it in a complete sentence...
Particularly useful is a cut & paste of the symptoms which the patch
solves, even if trivial. eg (made up example):
Integrate xc_console properly into makefile.
Fixes: "install: xc_console: no such file or directory"
This makes great google fodder.
Rusty.
--
A bad analogy is like a leaky screwdriver -- Richard Braakman
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-08-03 2:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E1DzyuA-00011d-Dk@xenbits.xensource.com>
2005-08-02 16:23 ` [Xen-changelog] Fixes Hollis Blanchard
2005-08-02 16:28 ` Steven Hand
2005-08-02 20:06 ` Nivedita Singhvi
2005-08-02 20:56 ` Hollis Blanchard
2005-08-03 2:18 ` Rusty Russell
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.