Amy Marrich, aka @spotz, is helping significantly with Flock organizing.
She should be added to the email alias list so she can stay informed
about important communications related to this year's Fedora Flock.
Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
Currently, I (Stephen Smoogen) do not have the time to work on Fedora
system administration items. However, I get a lot of email and people
see my email address in various places to ping me for working on
things. I feel it would be better to remove myself from those places
and let Fedora Infrastructure add someone else to replace me when it
is possible to do so.
Signed-off-by: Stephen Smoogen <ssmoogen@redhat.com>
This commit adds Natalie Pazmiño as a contact on the `flock-staff` email
alias. She is supporting from Red Hat in the global events team.
Additionally, I also changed the `flock-coc` alias to use `flock-staff`
instead of a smaller subset of people. If someone is emailing this
alias, it might be because of an emergency and more eyes is better than
fewer. If there is a less severe incident, this could carry through our
normal channels for Code of Conduct incidents.
Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
With Flock around the corner, we need some email addresses for people to
reach the organizer team or for setting a reply-to alias for the new CFP
system we are introducing this year. All Flock aliases were disabled per
request of @mattdm in #10411 because of spam. It seems `flockinfo@` is
the problematic mail alias, so I took a conservative approach by only
enabling the `flock-staff@` and `flock-coc@` addresses.
I also added @shaunm to both aliases because he is also a part of the
core staff team for this year's Flock.
Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
This commit adds Shaun McCance (@shaunm), CentOS Community Architect, to
the sponsors@fedoraproject.org email alias used for coordinating event
sponsorships. We are folding a CentOS Connect event into Flock, and so,
joining up to co-organize Flock this year.
Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
This commit makes a mostly cosmetic change for the Fedora Community
Architect email alias. In January 2023, the role title was changed from
Fedora Community Action & Impact Coordinator (FCAIC) to Fedora Community
Architect (FCA). There are additional communications planned for this
title change, but for now, this commit updates the mail aliases
accordingly for future use.
Additionally, the fcaic@ alias is preserved but it points to the fca@
email alias.
Furthermore, I also added the Fedora Project Leader @mattdm as a
recipient to the sponsors@ email alias, as we gear up for Flock again!
Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
Justin Flory is the new Fedora Community Architect (formerly FCAIC)
Also, hopefully future-proof these aliases a bit by using the fcaic
alias instead naming the specific person. Fewer edits to make the next
time the role turns over.
Signed-off-by: Ben Cotton <bcotton@fedoraproject.org>
Right now releng-bot has a fas address of 'releng-bot@fedoraproject.org'
which is... confusing. The alias overrides this and sends email to
admin, but it results in a duplicate, causing the cron job to send mail
about the duplicate everytime newaliases run.
So, instead drop the alias here and switch the user in fas to be
admin+relengbot. This will still go to admin, not run into problems with
the address already in use in fas and should cause the newaliases to
stop complaining.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit changes three Fedora mail aliases as the FCAIC role
transitions from @riecatnor to @jflory7:
* `fcaic`: Changed from `riecatnor` to `jwf@`
* `matrixadmin`: Changed from `mattdm` and `riecatnor` to `fpl@` and
`fcaic@`
* `podcast`: Changed from `riecatnor` to `fcaic@`
Note that I did not use my FAS username but my mail alias for the
`fcaic` address. I'm not sure if it is required to be a FAS account or
if an alias is acceptable.
CC: @mattdm @bcotton
Signed-off-by: Justin W. Flory (he/him) [Red Hat] <jwf@redhat.com>
This commit swaps the recipients of the diversity@fp.o email address
from @jflory7, the outgoing D&I Advisor, with @siddharthvipul1, the
incoming D&I Advisor for Fedora 34.
I believe that `roles/fasjson` is current and `roles/fas_client` is
retired from FAS2, but I could not find confirmation that it is retired
or deprecated. So, I updated both roles.
CC: @riecatnor @mattdm, who are also included as recipients to this
email address alias.
CC: @lilyx @ramyaparimi @t0xic0der @mouse, sharing as a "For Your
Information". Did you know we have a diversity@fp.o mail alias? Now you
do. 😉
Signed-off-by: Justin W. Flory (he/him) [Fedora Project] <jwf@fedoraproject.org>
This commit creates a custom email address, `bt0@fp.o` to redirect to
@bt0dotninja's FAS email address. As folks who work with Alberto know,
his IRC/Matrix nick is `bt0` and frequently in chats and mailing lists,
his short-hand version of his name is used. So, as @nb did for me
previously with aliasing `jwf@fp.o` to @jflory7, I am doing the same for
@bt0dotninja.
Signed-off-by: Justin W. Flory (he/him) [Fedora Project] <jwf@fedoraproject.org>
This just makes it much harder to debug anything as it silently crashes.
With this, it will crash, show a stacktrace and still have a return code
different from 0.
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>