From 92332233c84cbd5e8406fe5b99f46d76790d49c5 Mon Sep 17 00:00:00 2001 From: Khai Do <zaro0508@gmail.com> Date: Sun, 23 Mar 2014 21:29:54 -0700 Subject: [PATCH] disable the jeepyb trivial rebase hook on review.o.o Gerrit 2.8 has built-in trivial rebase detection[1]. This change disables the jeepyb trivial rebase hook on review.o.o. It has already been disabled on review-dev.o.o by change Ia14d8ee86b9d59b6f79ee873231bb0d13b7f43d2 [1] https://gerrit-review.googlesource.com/Documentation/config-labels.html#label_copyAllScoresOnTrivialRebase and https://gerrit-review.googlesource.com/Documentation/config-labels.html#label_copyAllScoresIfNoCodeChange Change-Id: I37337b9d07ace4a5202ad4d65d298af6a71abd40 closes-Bug: #1273959 Partial-Bug: #1082781 --- modules/openstack_project/manifests/review.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/openstack_project/manifests/review.pp b/modules/openstack_project/manifests/review.pp index 7216b617f6..cc73a92d01 100644 --- a/modules/openstack_project/manifests/review.pp +++ b/modules/openstack_project/manifests/review.pp @@ -123,7 +123,6 @@ class openstack_project::review ( github_oauth_token => $github_oauth_token, github_project_username => $github_project_username, github_project_password => $github_project_password, - trivial_rebase_role_id => 'trivial-rebase@review.openstack.org', mysql_host => $mysql_host, mysql_password => $mysql_password, email_private_key => $email_private_key,