Merge "Enable requirement update proposal jobs"

This commit is contained in:
Jenkins 2013-12-05 02:43:43 +00:00 committed by Gerrit Code Review
commit f39c92d22b
2 changed files with 7 additions and 1 deletions

View File

@ -15,7 +15,12 @@
INITIAL_COMMIT_MSG="Updated from global requirements"
TOPIC="openstack/requirements"
USERNAME=${USERNAME:-$USER}
BRANCH=${ZUUL_BRANCH:-master}
BRANCH=$ZUUL_REF
if [ -z "$BRANCH" ] ; then
echo "No branch set, exiting."
exit 1
fi
git config user.name "OpenStack Jenkins"
git config user.email "jenkins@openstack.org"

View File

@ -1548,6 +1548,7 @@ projects:
- post-mirror-python26
- post-mirror-python27
- post-mirror-python33
- propose-requirements-updates
periodic:
- periodic-mirror-python26
- periodic-mirror-python27