Page MenuHomeSoftware Heritage

webapp: fix the inbound email command name
ClosedPublic

Authored by vsellier on May 18 2022, 2:11 PM.

Details

Summary

the webapp declare the command using _, puppet with -

Related to T4258

Test Plan
  • webapp staging
diff origin/production/webapp.internal.staging.swh.network current/webapp.internal.staging.swh.network
*******************************************
  Mailalias[swhwebapp in /etc/postfix/swhwebapp/aliases] =>
   parameters =>
     recipient =>
      - ["| django-admin process-inbound-email --settings=swh.web.settings.production"]
      + ["| django-admin process_inbound_email --settings=swh.web.settings.production"]
*******************************************
*** End octocatalog-diff on webapp.internal.staging.swh.network
  • moma
diff origin/production/moma.softwareheritage.org current/moma.softwareheritage.org
*******************************************
  Mailalias[swhwebapp in /etc/postfix/swhwebapp/aliases] =>
   parameters =>
     recipient =>
      - ["| django-admin process-inbound-email --settings=swh.web.settings.production"]
      + ["| django-admin process_inbound_email --settings=swh.web.settings.production"]
*******************************************
*** End octocatalog-diff on moma.softwareheritage.org

Diff Detail

Repository
rSPSITE puppet-swh-site
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.