From 426a73af283e2965ad200a5c7a9a6c9241f5f425 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 4 Apr 2012 13:55:13 -0400 Subject: [PATCH] remote buildbot now supports local patches --- .bin/cros-cbuildbot | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.bin/cros-cbuildbot b/.bin/cros-cbuildbot index 25d02d9..5456f9a 100755 --- a/.bin/cros-cbuildbot +++ b/.bin/cros-cbuildbot @@ -19,13 +19,6 @@ vexec() { cd ~/chromiumos || exit 1 -case " $* " in -*" --remote "*) - export GIT_CONFIG=$PWD/.repo/manifests.git/config - vexec cbuildbot "$@" - ;; -esac - # cache the sudo timestamp sudo echo "" >/dev/null @@ -47,7 +40,7 @@ fi if [[ $1 == "--noclean" ]] ; then shift -else +elif [[ " $* " != *" --remote "* ]] ; then echo "Cleaning ${d}" pushd "${d}" >/dev/null clean=( -- 2.39.2