89d0eb6d84
Use update_bug.py generic hook to update Launchpad bug status on change-merged and patchset-created events. This should be merged after https://review.openstack.org/2367 which adds update_bug.py to openstack-ci. Change-Id: I0098cfacd7c320f3acadd960b97e531febf57218
5 lines
147 B
Bash
Executable File
5 lines
147 B
Bash
Executable File
#!/bin/sh
|
|
|
|
python ~/openstack-ci/gerrit/update_blueprint.py patchset-created "$@"
|
|
python ~/openstack-ci/gerrit/update_bug.py patchset-created "$@"
|