diff options
| -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)}} |
