소스 검색

tools: move get-developers out of support/scripts/

Move it to the top-level tools/ directory, so that it is easier to
find for users.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yann E. MORIN 8 년 전
부모
커밋
27b7bd6ad0
4개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/manual/contribute.txt
  2. 0 0
      tools/get-developers
  3. 0 0
      tools/getdeveloperlib.py
  4. 5 0
      tools/readme.txt

+ 1 - 1
docs/manual/contribute.txt

@@ -295,7 +295,7 @@ information). This tool reads your patches and outputs the appropriate
 +git send-email+ command to use:
 
 ---------------------
-$ ./support/scripts/get-developers outgoing/*
+$ ./tools/get-developers outgoing/*
 ---------------------
 
 Use the output of +get-developers+ to send your patches:

+ 0 - 0
support/scripts/get-developers → tools/get-developers


+ 0 - 0
support/scripts/getdeveloperlib.py → tools/getdeveloperlib.py


+ 5 - 0
tools/readme.txt

@@ -2,6 +2,11 @@ This directory contains various useful scripts and tools for working
 with Buildroot. You need not add this directory in your PATH to use
 any of those tools, but you may do so if you want.
 
+get-developpers
+    a script to return the list of people interested in a specific part
+    of Buildroot, so they can be Cc:ed on a mail. Accepts a patch as
+    input, a package name or and architecture name.
+
 test-pkg
     a script that tests a specific package against a set of various
     toolchains, with the goal to detect toolchain-related dependencies