system-config/modules/gerrit/files/patchset-created
Clark Boylan d395a98dbc Add doc impact notifier to Gerrit.
Add a doc impact notifier to Gerrit that will email the documentation
team whenever changes with "DocImpact" in their commit messages are
pushed to Gerrit.

Change-Id: Ibbb4ac740efa60ef44fd4753ad8459437d98e592
2012-06-27 14:19:21 -07:00

6 lines
231 B
Bash
Executable File

#!/bin/sh
python /usr/local/gerrit/scripts/update_blueprint.py patchset-created "$@"
python /usr/local/gerrit/scripts/update_bug.py patchset-created "$@"
python /usr/local/gerrit/scripts/notify_doc_impact.py patchset-created "$@"