From 54a9bf74d5c7df99813ef11f97c6f3f59e92f226 Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Fri, 2 May 2014 12:11:11 +0200 Subject: [PATCH] add john in code review Signed-off-by: Gaetan Semet --- custom/plugins/buildbot_dev/buildbot_dev.plugin.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom/plugins/buildbot_dev/buildbot_dev.plugin.zsh b/custom/plugins/buildbot_dev/buildbot_dev.plugin.zsh index a82de9aba..70aa6ab71 100644 --- a/custom/plugins/buildbot_dev/buildbot_dev.plugin.zsh +++ b/custom/plugins/buildbot_dev/buildbot_dev.plugin.zsh @@ -75,7 +75,8 @@ function bb_repo_upload() olivier.monnier@intel.com\ remy.protat@intel.com\ gaetan.semet@intel.com\ - pierre.tardy@intel.com) + pierre.tardy@intel.com\ + john.l.villalovos@intel.com) RE_LIST=$(printf -- '%s,' ${REVIEWERS[@]}) RE_LIST=${RE_LIST%,} echo "Reviewers: $RE_LIST"