All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request v4] Pull request for branch for-master/doc
@ 2013-03-12  4:47 Samuel Martin
  2013-03-12  4:47 ` [Buildroot] [PATCH 1/5] support/scripts: add gen-manual-lists.py Samuel Martin
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Samuel Martin @ 2013-03-12  4:47 UTC (permalink / raw)
  To: buildroot

Hello All!


No big changes in this 4th revision of the series.

Changes v3 -> v4:
  - Do not embed Kconfiglib python module (because of licensing incertainty,
  the whole discussion is available online on github);
  - Usual list updates.


The following changes since commit 1ca9e06f1c9a5ef12feb63711a48379c0eae7e42:

  package/tzdata: new package (2013-03-10 23:37:04 +0100)

are available in the git repository at:

  git://github.com/tSed/buildroot.git for-master/doc

for you to fetch changes up to 942902bac4f98be7c13942d93f1a1ba46fc171d7:

  manual: update generated lists (2013-03-12 05:42:27 +0100)

----------------------------------------------------------------
Samuel Martin (5):
      support/scripts: add gen-manual-lists.py
      manual: add a make target 'manual-update-lists'
      manual: cleanup appendix.txt
      Makefile: add to the release target a warning about the manual updates.
      manual: update generated lists

 Makefile                            |   2 +
 docs/manual/appendix.txt            |  29 +-
 docs/manual/deprecated-list.txt     |  79 ++-
 docs/manual/host-package-list.txt   |  19 +
 docs/manual/manual.mk               |   8 +-
 docs/manual/package-list.txt        | 941 ++++++++++++++++++++++++++++++++++++
 docs/manual/pkg-list.txt            | 870 ---------------------------------
 support/scripts/gen-manual-lists.py | 354 ++++++++++++++
 8 files changed, 1379 insertions(+), 923 deletions(-)
 create mode 100644 docs/manual/host-package-list.txt
 create mode 100644 docs/manual/package-list.txt
 delete mode 100644 docs/manual/pkg-list.txt
 create mode 100755 support/scripts/gen-manual-lists.py

Yours,
Samuel

--

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

end of thread, other threads:[~2013-03-20 13:49 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-12  4:47 [Buildroot] [pull request v4] Pull request for branch for-master/doc Samuel Martin
2013-03-12  4:47 ` [Buildroot] [PATCH 1/5] support/scripts: add gen-manual-lists.py Samuel Martin
2013-03-12  4:47 ` [Buildroot] [PATCH 2/5] manual: add a make target 'manual-update-lists' Samuel Martin
2013-03-12  7:59   ` Thomas Petazzoni
2013-03-12  8:41     ` Samuel Martin
2013-03-13  7:39       ` Thomas Petazzoni
2013-03-19 21:52         ` Samuel Martin
2013-03-20  8:25           ` Thomas Petazzoni
2013-03-20 12:58             ` Lionel Orry
2013-03-20 13:49               ` Thomas Petazzoni
2013-03-12 22:04     ` Arnout Vandecappelle
2013-03-12  4:47 ` [Buildroot] [PATCH 3/5] manual: cleanup appendix.txt Samuel Martin
2013-03-12  4:47 ` [Buildroot] [PATCH 4/5] Makefile: add to the release target a warning about the manual updates Samuel Martin
2013-03-12  4:47 ` [Buildroot] [PATCH 5/5] manual: update generated lists Samuel Martin
2013-03-13 19:48 ` [Buildroot] [pull request v4] Pull request for branch for-master/doc Arnout Vandecappelle

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.