summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2019-01-24 19:16:23 +0100
committerWolfram Sang <wsa+renesas@sang-engineering.com>2019-01-24 20:20:02 +0100
commit6ddc692c9d02fc4a7c75fb444ea52a601f731fd1 (patch)
treef0b4568cf6499225a7f896f88502bbb44bf6a397 /scripts
parent7d695694425743646ac2a8b131d2d091a6af80c7 (diff)
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
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/periupport_conv7
1 files 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