aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2014-06-15 21:02:26 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2014-06-15 21:02:26 +0530
commitdb47ec7fc8dd0377a3b12779b2310b48de786f9d (patch)
treea29cd8f8722cd20b0d0fbf5f4e7ac802a012d42a
parent4d8b3fe825c81fa0cb196dff508f6fdb96930f03 (diff)
Fix git URL from 'git-ro' to 'git' with git repository update
Change-Id: Ia3d387e5dc436d9682688fc70c1de77068fe18be Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rwxr-xr-xutils/manifest-descriptions/make.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/manifest-descriptions/make.sh b/utils/manifest-descriptions/make.sh
index 4054a85..d78ae12 100755
--- a/utils/manifest-descriptions/make.sh
+++ b/utils/manifest-descriptions/make.sh
@@ -9,7 +9,7 @@ if [ -d $dir ]; then
git pull
cd ..
else
- git clone http://android.git.linaro.org/git-ro/platform/manifest-descriptions.git
+ git clone http://android.git.linaro.org/git/platform/manifest-descriptions.git
fi
$(dirname $0)/manifest-annotate $*