From 1c5d0871534ded543efa66cbfecd51dc02964057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven!=20Ragnar=C3=B6k?= Date: Wed, 13 Sep 2017 10:20:40 -0400 Subject: [PATCH] Update xenial branch in reconfigure script. --- reconfigure.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reconfigure.bash b/reconfigure.bash index d9e7bd9..bba6c09 100755 --- a/reconfigure.bash +++ b/reconfigure.bash @@ -3,8 +3,8 @@ set -o errexit BUILDFARM_DEPLOYMENT_PATH=/root/buildfarm_deployment -BUILDFARM_DEPLOYMENT_URL=https://github.com/nuclearsandwich/buildfarm_deployment.git -BUILDFARM_DEPLOYMENT_BRANCH=xenialize +BUILDFARM_DEPLOYMENT_URL=https://github.com/ros-infrastructure/buildfarm_deployment.git +BUILDFARM_DEPLOYMENT_BRANCH=xenial script_dir="$(dirname $0)"