All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Using 'gitdm' to generate U-Boot release statistics
@ 2017-01-13 12:04 Wolfgang Denk
  2017-01-13 16:09 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Wolfgang Denk @ 2017-01-13 12:04 UTC (permalink / raw)
  To: u-boot

Hi all,

people have repeatedly asked me how I generate the U-Boot release
statistics, or if they can use the tools to generate similar data for
other projects, etc.

To avoid such requests in the future and to make the information
easier available and the whole process more transparent, I decided to
move my so far local git repository to our public git server, see [1].

The configuration used for the U-Boot statistics is in the "u-boot"
branch.

Please note that I re-sync from time to time against Jonathan Corbet's
original gitdm repository, and then I usually rebase "u-boot" against
the new master (keeping a copy of the old branch, for example as in
the "u-boot-2016-11-22" branch).

To generate the release statistics for U-Boot I use a command like
this:

	-> cd ~/git/gitdm
	-> ( cd /home/git/u-boot ; git log -p -M v2016.11..v2017.01 ) | \
	./gitdm -u -s -a -o /tmp/results -h /tmp/results.html

Hope this helps.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
If you believe that feeling bad or worrying long enough will change a
past or future event, then you are residing on another planet with  a
different reality system.

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

* [U-Boot] Using 'gitdm' to generate U-Boot release statistics
  2017-01-13 12:04 [U-Boot] Using 'gitdm' to generate U-Boot release statistics Wolfgang Denk
@ 2017-01-13 16:09 ` Wolfgang Denk
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2017-01-13 16:09 UTC (permalink / raw)
  To: u-boot

Hi,

In message <20170113120449.9BC2B10044F@atlas.denx.de> I wrote:
> 
> To avoid such requests in the future and to make the information
> easier available and the whole process more transparent, I decided to
> move my so far local git repository to our public git server, see [1].
> 
> The configuration used for the U-Boot statistics is in the "u-boot"
> branch.

Here is the missing link:

[1] git://git.denx.de/gitdm
    http://git.denx.de/gitdm.git


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
At the source of every error which is blamed on the computer you will
find at least two human errors, including the error of blaming it  on
the computer.

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

end of thread, other threads:[~2017-01-13 16:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-13 12:04 [U-Boot] Using 'gitdm' to generate U-Boot release statistics Wolfgang Denk
2017-01-13 16:09 ` Wolfgang Denk

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.