aboutsummaryrefslogtreecommitdiff
path: root/aosp-mesa-testing
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2019-08-30 09:02:44 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2019-08-30 03:33:22 +0000
commit40b2fed32687f049e34badf721492ab298e07231 (patch)
treee930db8ef28a5bb87216fc60ab7109c34b2ef7bc /aosp-mesa-testing
parent1817c08e5454ab40878dfc4ed2bca6dacb182941 (diff)
aosp-mesa-testing: fix build failure
Change-Id: I5f409e56f22ef81d27e9237f4dcbe663da15ca9a 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 3a6e2fe1..a548e400 100644
--- a/aosp-mesa-testing/builders.sh
+++ b/aosp-mesa-testing/builders.sh
@@ -53,7 +53,7 @@ set +e
git remote rm upstream
set -e
git remote add upstream git://anongit.freedesktop.org/mesa/mesa
-git pull
+git pull upstream
git checkout ${GIT_COMMIT}
AUTHOR_EMAIL_ADDRESS=$(git log --pretty=format:"%ae" HEAD -1)
PATCH_SUBJECT=$(git log --pretty=format:"%s" HEAD -1)