[Buildroot] [PATCH v3 0/4] Add a get-developers script and database

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Sep 12 20:54:51 UTC 2016


Hello,

This is the third version of the patch series adding a get-developers
script and the corresponding DEVELOPERS database.

Since v2, the DEVELOPERS database has seen numerous updates, following
the feedback from several Buildroot developers.

Thanks,

Thomas

Thomas Petazzoni (4):
  support/scripts/get-developers: add new script
  DEVELOPERS: add initial list of Buildroot developers
  docs/manual: update contribute.txt to cover get-developers
  docs/manual: add new section about the DEVELOPERS file and
    get-developer

 DEVELOPERS                         | 1581 ++++++++++++++++++++++++++++++++++++
 docs/manual/contribute.txt         |   18 +-
 docs/manual/developers.txt         |   46 ++
 docs/manual/manual.txt             |    2 +
 support/scripts/get-developers     |   83 ++
 support/scripts/getdeveloperlib.py |  201 +++++
 6 files changed, 1929 insertions(+), 2 deletions(-)
 create mode 100644 DEVELOPERS
 create mode 100644 docs/manual/developers.txt
 create mode 100755 support/scripts/get-developers
 create mode 100644 support/scripts/getdeveloperlib.py

-- 
2.7.4



More information about the buildroot mailing list