From 6ddc692c9d02fc4a7c75fb444ea52a601f731fd1 Mon Sep 17 00:00:00 2001
From: Wolfram Sang <wsa+renesas@sang-engineering.com>
Date: Thu, 24 Jan 2019 19:16:23 +0100
Subject: scripts/periupport_conv: cosmetic changes in output

Change group from 'MM' to 'TBD', set default status to 'New', and merge
commit descs to the same line as commits.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

merge commit desc line
---
 scripts/periupport_conv | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/scripts/periupport_conv b/scripts/periupport_conv
index 39bf388..97d914e 100755
--- a/scripts/periupport_conv
+++ b/scripts/periupport_conv
@@ -43,17 +43,16 @@ gawk -v dst="$DST" -v cmd="$uuid_cmd" '
 				asorti(tasks[task], sorted_idx)
 
 				print "title: \"Upport " task "\"" > F
-				print "team: MM" >> F
+				print "team: TBD" >> F
 				print "key: " uuid >> F
-				print "status: Active" >> F
+				print "status: New" >> F
 				print "" >> F
 				print "relationships:\n" >> F
 
 				print "bsp-commits:" >> F
 				for (idx in sorted_idx) {
 					commit = tasks[task][sorted_idx[idx]]
-					print "  - " commit >> F
-					print "    # " bsp_desc[commit] >> F
+					print "  - " commit " # " bsp_desc[commit] >> F
 				}
 				print "" >> F
 
-- 
cgit v1.2.3