From 7f22f1d3c16bb5561dbb52f7476e66ea76d74998 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Fri, 22 Nov 2019 11:30:23 +0100 Subject: [PATCH] comment out exemplary email overrides entry This is to avoid it polluting the actually used mapping, because additional email overrides files will be merged on top of the default one. Signed-off-by: Nils Philippsen --- .../default-config-files/email_overrides.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/distgit_bugzilla_sync/default-config-files/email_overrides.toml b/distgit_bugzilla_sync/default-config-files/email_overrides.toml index b7e42d6..869a842 100644 --- a/distgit_bugzilla_sync/default-config-files/email_overrides.toml +++ b/distgit_bugzilla_sync/default-config-files/email_overrides.toml @@ -5,5 +5,6 @@ # bugzilla (for example if they want to use their @fedoraproject alias in # bugzilla). To support these requests, this file maps FAS email addresses to # Bugzilla email addresses where they differ. - -"foo@bar.com" = "bar@foo.org" +# +# Example: +# "foo@bar.com" = "bar@foo.org"