diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-08-24 22:11:46 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-08-24 22:11:46 +0200 |
| commit | 307deaee5e23e4585d4b408ebcf329b9dc8ebdb4 (patch) | |
| tree | e92567c836659a0d76d3e8d1e87346d8e1ef880d | |
| parent | e02ac807a0ff5dd10cd97b56b2b5eb1ce69fd88d (diff) | |
dashboard/app: add space between colon and url in bug emails
As asked by Peter Zijlstra: "the lack of whitespace between "repro:"
and the URL makes it hard to copy paste".
We keep lines below 78 colons because otherwise some email clients will reflow them.
And also we want it all properly aligned as asked by Ted Ts'o.
So shorten "syzkaller repro" to "syz repro".
| -rw-r--r-- | dashboard/app/email_test.go | 6 | ||||
| -rw-r--r-- | dashboard/app/mail_bug.txt | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dashboard/app/email_test.go b/dashboard/app/email_test.go index b31499863..3db5fa797 100644 --- a/dashboard/app/email_test.go +++ b/dashboard/app/email_test.go @@ -153,7 +153,7 @@ console output: %[3]v kernel config: %[4]v dashboard link: https://testapp.appspot.com/bug?extid=%[1]v compiler: compiler1 -syzkaller repro:%[2]v +syz repro: %[2]v CC: [bar@foo.com foo@bar.com] IMPORTANT: if you fix the bug, please add the following tag to the commit: @@ -205,7 +205,7 @@ console output: %[3]v kernel config: %[4]v dashboard link: https://testapp.appspot.com/bug?extid=%[1]v compiler: compiler1 -syzkaller repro:%[2]v +syz repro: %[2]v IMPORTANT: if you fix the bug, please add the following tag to the commit: Reported-by: syzbot+%[1]v@testapp.appspotmail.com @@ -281,7 +281,7 @@ console output: %[4]v kernel config: %[5]v dashboard link: https://testapp.appspot.com/bug?extid=%[1]v compiler: compiler2 -syzkaller repro:%[3]v +syz repro: %[3]v C reproducer: %[2]v IMPORTANT: if you fix the bug, please add the following tag to the commit: diff --git a/dashboard/app/mail_bug.txt b/dashboard/app/mail_bug.txt index df03974c1..8661658df 100644 --- a/dashboard/app/mail_bug.txt +++ b/dashboard/app/mail_bug.txt @@ -11,7 +11,7 @@ git tree: {{.KernelRepo}} {{end}}dashboard link: {{.Link}} compiler: {{.CompilerID}} {{if .UserSpaceArch}}userspace arch: {{.UserSpaceArch}} -{{end}}{{if .ReproSyzLink}}syzkaller repro:{{.ReproSyzLink}} +{{end}}{{if .ReproSyzLink}}syz repro: {{.ReproSyzLink}} {{end}}{{if .ReproCLink}}C reproducer: {{.ReproCLink}} {{end}}{{if .Moderation}}CC: {{.Maintainers}} {{end}}{{if and (not .ReproCLink) (not .ReproSyzLink)}} |
