Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] get-developers: use --cc instead of --to for developers
@ 2016-10-17 17:01 Rahul Bedarkar
  2016-10-17 17:01 ` [Buildroot] [PATCH 2/2] openswan: remove duplicate word toolchain from comment Rahul Bedarkar
  2016-10-19 21:38 ` [Buildroot] [PATCH 1/2] get-developers: use --cc instead of --to for developers Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Rahul Bedarkar @ 2016-10-17 17:01 UTC (permalink / raw)
  To: buildroot

Output of get-developers script in our manual uses --cc for developers,
but actual output of get-developers script uses --to. This patch makes
code consistent with documentation, by using --cc for developers.

Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
---
 support/scripts/get-developers | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/scripts/get-developers b/support/scripts/get-developers
index f73512f..8b1891d 100755
--- a/support/scripts/get-developers
+++ b/support/scripts/get-developers
@@ -74,7 +74,7 @@ def __main__():
 
         result = "--to buildroot at buildroot.org"
         for dev in matching_devs:
-            result += " --to \"%s\"" % dev
+            result += " --cc \"%s\"" % dev
 
         if result != "":
             print("git send-email %s" % result)
-- 
2.6.2

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

end of thread, other threads:[~2016-10-19 21:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-17 17:01 [Buildroot] [PATCH 1/2] get-developers: use --cc instead of --to for developers Rahul Bedarkar
2016-10-17 17:01 ` [Buildroot] [PATCH 2/2] openswan: remove duplicate word toolchain from comment Rahul Bedarkar
2016-10-19 21:38 ` [Buildroot] [PATCH 1/2] get-developers: use --cc instead of --to for developers Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox