aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rwxr-xr-xbenchmarks-script/common/common.sh3
2 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index 119870c..1ebf0c6 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
This project is used to run benchmark applications in:
-ssh://linaro-private.git.linaro.org/srv/linaro-private.git.linaro.org/people/yongqinliu/benchmark-apks.git
+ssh://linaro-private.git.linaro.org/srv/linaro-private.git.linaro.org/qa/benchmark-apks.git
1. Steps to build and run linaro.android.jar under the root of android source:
* have a fully built Android source tree
diff --git a/benchmarks-script/common/common.sh b/benchmarks-script/common/common.sh
index 78bc3fa..a10b1fd 100755
--- a/benchmarks-script/common/common.sh
+++ b/benchmarks-script/common/common.sh
@@ -1,7 +1,6 @@
#!/bin/bash
-#base_url="scp://linaro-lava@mombin.canonical.com/home/yongqinliu/benchmark-apks/"
-base_url="ssh://linaro-lava@linaro-private.git.linaro.org/srv/linaro-private.git.linaro.org/people/yongqinliu/benchmark-apks.git"
+base_url="ssh://linaro-lava@linaro-private.git.linaro.org/srv/linaro-private.git.linaro.org/qa/benchmark-apks.git"
png_dir_device="/data/local/tmp/"
post_install=""
pre_uninstall=""