Andrew Hutchings 428ec0b42d Move gerrit scripts into puppet module
Moving the cron executed gerrit scripts into the puppet module.  This is for two reasons:

1. Easier/faster to deploy/maintain than having a cron job for a separate git repo
2. We can add customisations required for review-dev and stackforge

Change-Id: Iaf44e1d57d6ee6ea282575b1b48261f4ccbbaf3f
2012-04-04 15:27:18 +01:00

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 "$@"