
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
6 lines
231 B
Bash
Executable File
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 "$@"
|