aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Pfeffer <zach.pfeffer@linaro.org>2013-02-21 22:18:55 -0600
committerZach Pfeffer <zach.pfeffer@linaro.org>2013-02-21 22:18:55 -0600
commit53c23255f7e9ea428f363c9774e011c76e1106f5 (patch)
tree3e74549b883306fe6c9f83927bba8e26ef61b541
parent2397a4fe3f9a1d9b9bb3b8aa3dad46d8b53851a2 (diff)
downloadat-53c23255f7e9ea428f363c9774e011c76e1106f5.tar.gz
Pull the manifest from 4.2.2
Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Acked-by: Zach Pfeffer <zach.pfeffer@linaro.org>
-rw-r--r--tools.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools.sh b/tools.sh
index a7ebbdd..38c62ea 100644
--- a/tools.sh
+++ b/tools.sh
@@ -497,7 +497,7 @@ export GETANDBUILD_DOC="Get all source, build everything and run"
function getbuildrun() {
curl "http://android.git.linaro.org/gitweb?p=tools/repo.git;a=blob_plain;f=repo;hb=refs/heads/stable" > repo
chmod +x repo
- ./repo init -u ssh://$REMOTEUSER@linaro-private.git.linaro.org/srv/linaro-private.git.linaro.org/android/manifest.git -b linaro_android_4.2.1 -m vexpress-juice-aosp.xml
+ ./repo init -u ssh://$REMOTEUSER@linaro-private.git.linaro.org/srv/linaro-private.git.linaro.org/android/manifest.git -b linaro_android_4.2.2 -m vexpress-juice-aosp.xml
sed -i "s/linaro-big-little-switcher-bot/$REMOTEUSER/" .repo/manifest.xml
time ./repo sync # this may take some time
buildrun