git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Using the "What's cooking" scripts outside of Git
@ 2009-01-26 19:25 R. Tyler Ballance
  2009-01-26 20:15 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: R. Tyler Ballance @ 2009-01-26 19:25 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: text/plain, Size: 472 bytes --]

I was toying around with the idea of generating a "What's cooking" email
similar to Junio's for our internal development, and I'm wondering if
anybody has any experience using the scripts outside of the standard Git
repository.

Our repo is laid out slightly different, there's no "next" branch but
there are a number of "in development" branches that get folded down
into master.

Any tips would be appreciated


Cheers
-- 
-R. Tyler Ballance
Slide, Inc.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Using the "What's cooking" scripts outside of Git
  2009-01-26 19:25 Using the "What's cooking" scripts outside of Git R. Tyler Ballance
@ 2009-01-26 20:15 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2009-01-26 20:15 UTC (permalink / raw)
  To: R. Tyler Ballance; +Cc: git

"R. Tyler Ballance" <tyler@slide.com> writes:

> I was toying around with the idea of generating a "What's cooking" email
> similar to Junio's for our internal development, and I'm wondering if
> anybody has any experience using the scripts outside of the standard Git
> repository.
>
> Our repo is laid out slightly different, there's no "next" branch but
> there are a number of "in development" branches that get folded down
> into master.

UTSL, it's all open source ;-)

It is generated by the toolchain I check out in Meta/ directory from the
'todo' branch of git.git.  Of interest would be

 - git-topic.perl -- this lists the topics with their doneness.  It
   unfortunately heavily depends on my workflow to have one stable
   ('next') and one wilder ('pu') test integration branches, and
   convention to name the topics as ??/?*.

 - WC -- this produces and helps me maintain "What's cooking".  It calls
   git-topic.perl to generate the list, and optionally calls UWC to merge
   the new one with the previous issue.

 - UWC -- this reads the last issue of "What's cooking", and uses the
   output from git-topic.perl to update it.  It primarily is needed
   because the order topics are output from git-topic.perl is different
   from how I want to have them listed in "What's cooking", and reads the
   last issue to classify each topics into the same category as they
   appeared in it.

 - WI -- this gives "What's in" and should be straightforward.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-26 20:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-26 19:25 Using the "What's cooking" scripts outside of Git R. Tyler Ballance
2009-01-26 20:15 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).