aboutsummaryrefslogtreecommitdiff
path: root/aosp-mesa-testing
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2019-10-01 12:20:22 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2019-10-01 06:51:08 +0000
commit8a4e3c35b0b6f5a14ebc3f1697a0e95bf0437c04 (patch)
treeb308a85abedab73369c4ca0dff8cf49f411bbb2a /aosp-mesa-testing
parentbd44989931bfba6c7216515f051664483ebaf803 (diff)
aosp-mesa-testing: checkout master explicitly
Change-Id: Ic8cfc7929e4349386a8ba75cabf2693f5ebb456f Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'aosp-mesa-testing')
-rw-r--r--aosp-mesa-testing/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/aosp-mesa-testing/builders.sh b/aosp-mesa-testing/builders.sh
index a273bd5845..2704712194 100644
--- a/aosp-mesa-testing/builders.sh
+++ b/aosp-mesa-testing/builders.sh
@@ -33,7 +33,7 @@ curl https://storage.googleapis.com/git-repo-downloads/repo > ${HOME}/bin/repo
chmod a+x ${HOME}/bin/*
export PATH=${HOME}/bin:${PATH}
-repo init -u https://android.googlesource.com/platform/manifest
+repo init -u https://android.googlesource.com/platform/manifest -b master
cd .repo
rm -rf local_manifests
cd -