Revisions and Commits
Revisions and Commits
rSPSITE puppet-swh-site | |||
D7849 | rSPSITEd929d03b485d webapp: fix the inbound email command name |
Event Timeline
Comment Actions
The command name called by postfix[1] seems to not match the command name declared in the webapp[2]
swhwebapp@webapp:~$ django-admin process-inbound-email --settings=swh.web.settings.production Unknown command: 'process-inbound-email'. Did you mean process_inbound_email? Type 'django-admin help' for usage. swhwebapp@webapp:~$ django-admin process_inbound_email --settings=swh.web.settings.production
[1] https://forge.softwareheritage.org/source/puppet-swh-site/browse/production/data/hostname/webapp.internal.staging.swh.network.yaml$76
[2] https://forge.softwareheritage.org/source/swh-web/browse/master/cypress/plugins/index.js$167