commits to wvuthorns_diagnostics do not send email to commits@einsteintoolkit.org

Issue #2502 resolved
Roland Haas created an issue

The repository at https://bitbucket.org/zach_etienne/wvuthorns/ which is part of the ET does not seem to send emails to commits@einsteintoolkit.org. Most likely due to not having a webhook as described in https://docs.einsteintoolkit.org/et-docs/Services#git :

New code repositories on bitbucket should set up a "repo push" (the default) web-hook to contact https://einsteintoolkit.org/hooks/repo_changed.php?secret=XXX to send commit messages to commits@einsteintoolkit.org where XXX is to be found in https://bitbucket.org/einsteintoolkit/www/src/master/hooks/repo_changed.php#lines-18 (or thereabouts, look for the variable $secret).

Comments (4)

  1. Roland Haas reporter

    @Zach Etienne I have no admin access to that repository so you or someone else in your group will have to add the hook. wvuthorns itself seems to set the hook so you can check there what the exact setting was if you are unsure what to do based on the ET wiki instructions quoted above.

  2. Log in to comment