aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2015-04-08 08:59:49 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2015-04-08 08:59:49 +0530
commit779ef1afabeb37aa4338b084c73743462546486a (patch)
treec26eead357d2856635b6f01fde312819c5eb033c
parentdc55cf741010ceacad47f278423bd212e1d028d3 (diff)
Switch to official build-config repo
Change-Id: Iaac5c07639ec429044433fa72c779455f47cf95b Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rwxr-xr-xnode/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/build b/node/build
index aa61da6..3222189 100755
--- a/node/build
+++ b/node/build
@@ -85,7 +85,7 @@ if [ -n "$GERRIT_PROJECT" ] && [ $GERRIT_EVENT_TYPE == "patchset-created" ] ; th
rm -rf /tmp/buildconf.$$
mkdir -p /tmp/buildconf.$$
cd /tmp/buildconf.$$
- git clone https://git.linaro.org/people/vishal.bhoj/android-build-configs.git
+ git clone https://android.git.linaro.org/git/android-build-configs.git
cd *
git checkout master
build_config=$(map_build_config)