aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2016-11-15 22:10:18 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2016-11-15 17:38:56 +0000
commit53f4a62f5d2196b20304cf21d803d34bc3bc093c (patch)
tree8c18b43f8951f92ad15402171d9f5090c4e8e0bf
parent4aead62c2983bdcb487debcd39c132251415a5ee (diff)
android: fix git url for android-git.linaro.org
Change-Id: Ic73fe3163cced5cfca5eb3911f306489fa39084e Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--96boards-hikey-4.4-android.yaml4
-rw-r--r--96boards-hikey-android.yaml2
-rw-r--r--96boards-hikey-aosp-master.yaml4
-rw-r--r--android-lcr-member-fvp-m.yaml4
-rw-r--r--android-lcr-member-vexpress-m.yaml4
-rw-r--r--android-lcr-reference-fvp-m.yaml4
-rw-r--r--android-lcr-reference-vexpress-m.yaml4
-rwxr-xr-xandroid-lcr/common/builders.sh4
-rw-r--r--android-lmg-vexpress-aosp-master.yaml4
-rw-r--r--linaro-art-stable-build-ARTHostTest.yaml2
-rw-r--r--linaro-art-stable-build-ARTTargetTest.yaml2
-rw-r--r--linaro-art-stable-build-ARTVixlTest.yaml2
-rw-r--r--linaro-art-stable-build-MicroBenchmarks.yaml2
-rw-r--r--linaro-art-tip-build-ARTHostTest.yaml2
-rw-r--r--linaro-art-tip-build-ARTTargetTest.yaml2
-rw-r--r--linaro-art-tip-build-ARTVIXL32TargetTest.yaml2
-rw-r--r--linaro-art-tip-build-ARTVixlMasterTest.yaml2
-rw-r--r--linaro-art-tip-build-ARTVixlTest.yaml2
-rw-r--r--linaro-art-tip-build-MicroBenchmarks-Baseline.yaml2
-rw-r--r--linaro-art-tip-build-MicroBenchmarks.yaml2
-rw-r--r--rpb-aosp-hikey.yaml4
-rw-r--r--ynk-lof-test.yaml2
22 files changed, 31 insertions, 31 deletions
diff --git a/96boards-hikey-4.4-android.yaml b/96boards-hikey-4.4-android.yaml
index 217f8f27b2..d83bbfa907 100644
--- a/96boards-hikey-4.4-android.yaml
+++ b/96boards-hikey-4.4-android.yaml
@@ -56,10 +56,10 @@
rm -rf build-tools jenkins-tools build/out build/android-patchsets build-configs
git clone --depth 1 https://git.linaro.org/infrastructure/linaro-android-build-tools.git build-tools
git clone --depth 1 https://git.linaro.org/infrastructure/linaro-jenkins-tools.git jenkins-tools
- git clone --depth 1 http://android.git.linaro.org/git/android-build-configs.git build-configs
+ git clone --depth 1 http://android-git.linaro.org/git/android-build-configs.git build-configs
cat << EOF > config.txt
- BUILD_CONFIG_REPO=http://android.git.linaro.org/git/android-build-configs.git
+ BUILD_CONFIG_REPO=http://android-git.linaro.org/git/android-build-configs.git
BUILD_CONFIG_BRANCH=master
EOF
echo config.txt
diff --git a/96boards-hikey-android.yaml b/96boards-hikey-android.yaml
index f491fad196..6ea32a3f51 100644
--- a/96boards-hikey-android.yaml
+++ b/96boards-hikey-android.yaml
@@ -58,7 +58,7 @@
git clone --depth 1 https://git.linaro.org/infrastructure/linaro-jenkins-tools.git jenkins-tools
cat << EOF > config.txt
- BUILD_CONFIG_REPO=http://android.git.linaro.org/git/android-build-configs.git
+ BUILD_CONFIG_REPO=http://android-git.linaro.org/git/android-build-configs.git
BUILD_CONFIG_BRANCH=master
EOF
echo config.txt
diff --git a/96boards-hikey-aosp-master.yaml b/96boards-hikey-aosp-master.yaml
index eb815d62aa..91071616fd 100644
--- a/96boards-hikey-aosp-master.yaml
+++ b/96boards-hikey-aosp-master.yaml
@@ -63,12 +63,12 @@
rm -rf build-tools jenkins-tools build/out build/android-patchsets build-configs
git clone --depth 1 https://git.linaro.org/infrastructure/linaro-android-build-tools.git build-tools
git clone --depth 1 https://git.linaro.org/infrastructure/linaro-jenkins-tools.git jenkins-tools
- git clone --depth 1 http://android.git.linaro.org/git/android-build-configs.git build-configs
+ git clone --depth 1 http://android-git.linaro.org/git/android-build-configs.git build-configs
export BUILD_CONFIG_FILENAME=${BUILD_CONFIG_FILENAME:-${JOB_NAME#android-*}}
cat << EOF > config.txt
- BUILD_CONFIG_REPO=http://android.git.linaro.org/git/android-build-configs.git
+ BUILD_CONFIG_REPO=http://android-git.linaro.org/git/android-build-configs.git
BUILD_CONFIG_BRANCH=master
EOF
echo config.txt
diff --git a/android-lcr-member-fvp-m.yaml b/android-lcr-member-fvp-m.yaml
index 8375de250f..4aad285932 100644
--- a/android-lcr-member-fvp-m.yaml
+++ b/android-lcr-member-fvp-m.yaml
@@ -64,13 +64,13 @@
rm -rf build-tools jenkins-tools build-configs build/out build/android-patchsets
git clone --depth 1 https://git.linaro.org/infrastructure/linaro-android-build-tools.git build-tools
git clone --depth 1 https://git.linaro.org/infrastructure/linaro-jenkins-tools.git jenkins-tools
- git clone --depth 1 http://android.git.linaro.org/git/android-build-configs.git build-configs
+ git clone --depth 1 http://android-git.linaro.org/git/android-build-configs.git build-configs
export BUNDLE_STREAM_NAME=${BUNDLE_STREAM_NAME:-/private/team/wg/wg-private/}
export BUILD_CONFIG_FILENAME=${BUILD_CONFIG_FILENAME:-${JOB_NAME#android-*}}
cat << EOF > config.txt
- BUILD_CONFIG_REPO=http://android.git.linaro.org/git/android-build-configs.git
+ BUILD_CONFIG_REPO=http://android-git.linaro.org/git/android-build-configs.git
BUILD_CONFIG_BRANCH=master
EOF
echo config.txt
diff --git a/android-lcr-member-vexpress-m.yaml b/android-lcr-member-vexpress-m.yaml
index 5e1f7d2e32..214ac880c8 100644
--- a/android-lcr-member-vexpress-m.yaml
+++ b/android-lcr-member-vexpress-m.yaml
@@ -112,13 +112,13 @@
rm -rf build-tools jenkins-tools build-configs build/out build/android-patchsets
git clone --depth 1 https://git.linaro.org/infrastructure/linaro-android-build-tools.git build-tools
git clone --depth 1 https://git.linaro.org/infrastructure/linaro-jenkins-tools.git jenkins-tools
- git clone --depth 1 http://android.git.linaro.org/git/android-build-configs.git build-configs
+ git clone --depth 1 http://android-git.linaro.org/git/android-build-configs.git build-configs
export BUNDLE_STREAM_NAME=${BUNDLE_STREAM_NAME:-/private/team/wg/wg-private/}
export BUILD_CONFIG_FILENAME=${BUILD_CONFIG_FILENAME:-${JOB_NAME#android-*}}
cat << EOF > config.txt
- BUILD_CONFIG_REPO=http://android.git.linaro.org/git/android-build-configs.git
+ BUILD_CONFIG_REPO=http://android-git.linaro.org/git/android-build-configs.git
BUILD_CONFIG_BRANCH=master
EOF
echo config.txt
diff --git a/android-lcr-reference-fvp-m.yaml b/android-lcr-reference-fvp-m.yaml
index 73a1d3fe04..845b27d61d 100644
--- a/android-lcr-reference-fvp-m.yaml
+++ b/android-lcr-reference-fvp-m.yaml
@@ -60,13 +60,13 @@
rm -rf build-tools jenkins-tools build-configs build/out build/android-patchsets
git clone --depth 1 https://git.linaro.org/infrastructure/linaro-android-build-tools.git build-tools
git clone --depth 1 https://git.linaro.org/infrastructure/linaro-jenkins-tools.git jenkins-tools
- git clone --depth 1 http://android.git.linaro.org/git/android-build-configs.git build-configs
+ git clone --depth 1 http://android-git.linaro.org/git/android-build-configs.git build-configs
export BUNDLE_STREAM_NAME=${BUNDLE_STREAM_NAME:-/private/team/wg/wg-private/}
export BUILD_CONFIG_FILENAME=${BUILD_CONFIG_FILENAME:-${JOB_NAME#android-*}}
cat << EOF > config.txt
- BUILD_CONFIG_REPO=http://android.git.linaro.org/git/android-build-configs.git
+ BUILD_CONFIG_REPO=http://android-git.linaro.org/git/android-build-configs.git
BUILD_CONFIG_BRANCH=master
EOF
echo config.txt
diff --git a/android-lcr-reference-vexpress-m.yaml b/android-lcr-reference-vexpress-m.yaml
index 5b883f32f6..a861f207ad 100644
--- a/android-lcr-reference-vexpress-m.yaml
+++ b/android-lcr-reference-vexpress-m.yaml
@@ -60,13 +60,13 @@
rm -rf build-tools jenkins-tools build-configs build/out build/android-patchsets
git clone --depth 1 https://git.linaro.org/infrastructure/linaro-android-build-tools.git build-tools
git clone --depth 1 https://git.linaro.org/infrastructure/linaro-jenkins-tools.git jenkins-tools
- git clone --depth 1 http://android.git.linaro.org/git/android-build-configs.git build-configs
+ git clone --depth 1 http://android-git.linaro.org/git/android-build-configs.git build-configs
export BUNDLE_STREAM_NAME=${BUNDLE_STREAM_NAME:-/private/team/wg/wg-private/}
export BUILD_CONFIG_FILENAME=${BUILD_CONFIG_FILENAME:-${JOB_NAME#android-*}}
cat << EOF > config.txt
- BUILD_CONFIG_REPO=http://android.git.linaro.org/git/android-build-configs.git
+ BUILD_CONFIG_REPO=http://android-git.linaro.org/git/android-build-configs.git
BUILD_CONFIG_BRANCH=master
EOF
echo config.txt
diff --git a/android-lcr/common/builders.sh b/android-lcr/common/builders.sh
index 1b461a14f1..82a782a898 100755
--- a/android-lcr/common/builders.sh
+++ b/android-lcr/common/builders.sh
@@ -35,13 +35,13 @@ export PATH=${HOME}/bin:${PATH}
rm -rf build-tools jenkins-tools build-configs build/out build/android-patchsets
git clone --depth 1 https://git.linaro.org/infrastructure/linaro-android-build-tools.git build-tools
git clone --depth 1 https://git.linaro.org/infrastructure/linaro-jenkins-tools.git jenkins-tools
-git clone --depth 1 http://android.git.linaro.org/git/android-build-configs.git build-configs
+git clone --depth 1 http://android-git.linaro.org/git/android-build-configs.git build-configs
set -xe
# Define job configuration's repo
export BUILD_CONFIG_FILENAME=${BUILD_CONFIG_FILENAME:-${JOB_NAME#android-*}}
cat << EOF > config.txt
-BUILD_CONFIG_REPO=http://android.git.linaro.org/git/android-build-configs.git
+BUILD_CONFIG_REPO=http://android-git.linaro.org/git/android-build-configs.git
BUILD_CONFIG_BRANCH=master
EOF
echo config.txt
diff --git a/android-lmg-vexpress-aosp-master.yaml b/android-lmg-vexpress-aosp-master.yaml
index 0a513e3dc4..10a957f3f2 100644
--- a/android-lmg-vexpress-aosp-master.yaml
+++ b/android-lmg-vexpress-aosp-master.yaml
@@ -54,13 +54,13 @@
rm -rf build-tools jenkins-tools build-configs build/out build/android-patchsets
git clone --depth 1 https://git.linaro.org/infrastructure/linaro-android-build-tools.git build-tools
git clone --depth 1 https://git.linaro.org/infrastructure/linaro-jenkins-tools.git jenkins-tools
- git clone --depth 1 http://android.git.linaro.org/git/android-build-configs.git build-configs
+ git clone --depth 1 http://android-git.linaro.org/git/android-build-configs.git build-configs
export BUNDLE_STREAM_NAME=${BUNDLE_STREAM_NAME:-/private/team/wg/wg-private/}
export BUILD_CONFIG_FILENAME=${BUILD_CONFIG_FILENAME:-${JOB_NAME#android-*}}
cat << EOF > config.txt
- BUILD_CONFIG_REPO=http://android.git.linaro.org/git/android-build-configs.git
+ BUILD_CONFIG_REPO=http://android-git.linaro.org/git/android-build-configs.git
BUILD_CONFIG_BRANCH=master
EOF
echo config.txt
diff --git a/linaro-art-stable-build-ARTHostTest.yaml b/linaro-art-stable-build-ARTHostTest.yaml
index 3036890f24..9ca5a0cf6e 100644
--- a/linaro-art-stable-build-ARTHostTest.yaml
+++ b/linaro-art-stable-build-ARTHostTest.yaml
@@ -63,7 +63,7 @@
parameters:
- string:
name: BUILD_CONFIG_REPO
- default: 'git://android.git.linaro.org/android-build-configs.git'
+ default: 'git://android-git.linaro.org/android-build-configs.git'
- string:
name: BUILD_CONFIG_BRANCH
default: 'master'
diff --git a/linaro-art-stable-build-ARTTargetTest.yaml b/linaro-art-stable-build-ARTTargetTest.yaml
index 9ea862a8c1..21ee597824 100644
--- a/linaro-art-stable-build-ARTTargetTest.yaml
+++ b/linaro-art-stable-build-ARTTargetTest.yaml
@@ -68,7 +68,7 @@
default: 'adb-stable'
- string:
name: BUILD_CONFIG_REPO
- default: 'git://android.git.linaro.org/android-build-configs.git'
+ default: 'git://android-git.linaro.org/android-build-configs.git'
- string:
name: BUILD_CONFIG_BRANCH
default: 'master'
diff --git a/linaro-art-stable-build-ARTVixlTest.yaml b/linaro-art-stable-build-ARTVixlTest.yaml
index d85a8598fd..852dd6b998 100644
--- a/linaro-art-stable-build-ARTVixlTest.yaml
+++ b/linaro-art-stable-build-ARTVixlTest.yaml
@@ -63,7 +63,7 @@
parameters:
- string:
name: BUILD_CONFIG_REPO
- default: 'git://android.git.linaro.org/android-build-configs.git'
+ default: 'git://android-git.linaro.org/android-build-configs.git'
- string:
name: BUILD_CONFIG_BRANCH
default: 'master'
diff --git a/linaro-art-stable-build-MicroBenchmarks.yaml b/linaro-art-stable-build-MicroBenchmarks.yaml
index 1fdd03b594..6a4befc70a 100644
--- a/linaro-art-stable-build-MicroBenchmarks.yaml
+++ b/linaro-art-stable-build-MicroBenchmarks.yaml
@@ -68,7 +68,7 @@
default: 'adb-stable'
- string:
name: BUILD_CONFIG_REPO
- default: 'git://android.git.linaro.org/android-build-configs.git'
+ default: 'git://android-git.linaro.org/android-build-configs.git'
- string:
name: BUILD_CONFIG_BRANCH
default: 'master'
diff --git a/linaro-art-tip-build-ARTHostTest.yaml b/linaro-art-tip-build-ARTHostTest.yaml
index 6f196e6132..34d07f3815 100644
--- a/linaro-art-tip-build-ARTHostTest.yaml
+++ b/linaro-art-tip-build-ARTHostTest.yaml
@@ -27,7 +27,7 @@
parameters:
- string:
name: BUILD_CONFIG_REPO
- default: 'git://android.git.linaro.org/android-build-configs.git'
+ default: 'git://android-git.linaro.org/android-build-configs.git'
- string:
name: BUILD_CONFIG_BRANCH
default: 'master'
diff --git a/linaro-art-tip-build-ARTTargetTest.yaml b/linaro-art-tip-build-ARTTargetTest.yaml
index 3b7822c0c2..e2990670c1 100644
--- a/linaro-art-tip-build-ARTTargetTest.yaml
+++ b/linaro-art-tip-build-ARTTargetTest.yaml
@@ -32,7 +32,7 @@
default: 'adb-tip'
- string:
name: BUILD_CONFIG_REPO
- default: 'git://android.git.linaro.org/android-build-configs.git'
+ default: 'git://android-git.linaro.org/android-build-configs.git'
- string:
name: BUILD_CONFIG_BRANCH
default: 'master'
diff --git a/linaro-art-tip-build-ARTVIXL32TargetTest.yaml b/linaro-art-tip-build-ARTVIXL32TargetTest.yaml
index e824d8a2cb..8a9a65b527 100644
--- a/linaro-art-tip-build-ARTVIXL32TargetTest.yaml
+++ b/linaro-art-tip-build-ARTVIXL32TargetTest.yaml
@@ -34,7 +34,7 @@
default: 'adb-tip'
- string:
name: BUILD_CONFIG_REPO
- default: 'git://android.git.linaro.org/android-build-configs.git'
+ default: 'git://android-git.linaro.org/android-build-configs.git'
- string:
name: BUILD_CONFIG_BRANCH
default: 'master'
diff --git a/linaro-art-tip-build-ARTVixlMasterTest.yaml b/linaro-art-tip-build-ARTVixlMasterTest.yaml
index df22a82219..cd0e8679e2 100644
--- a/linaro-art-tip-build-ARTVixlMasterTest.yaml
+++ b/linaro-art-tip-build-ARTVixlMasterTest.yaml
@@ -33,7 +33,7 @@
parameters:
- string:
name: BUILD_CONFIG_REPO
- default: 'git://android.git.linaro.org/android-build-configs.git'
+ default: 'git://android-git.linaro.org/android-build-configs.git'
- string:
name: BUILD_CONFIG_BRANCH
default: 'master'
diff --git a/linaro-art-tip-build-ARTVixlTest.yaml b/linaro-art-tip-build-ARTVixlTest.yaml
index 2f07552fdd..fa8e715c28 100644
--- a/linaro-art-tip-build-ARTVixlTest.yaml
+++ b/linaro-art-tip-build-ARTVixlTest.yaml
@@ -27,7 +27,7 @@
parameters:
- string:
name: BUILD_CONFIG_REPO
- default: 'git://android.git.linaro.org/android-build-configs.git'
+ default: 'git://android-git.linaro.org/android-build-configs.git'
- string:
name: BUILD_CONFIG_BRANCH
default: 'master'
diff --git a/linaro-art-tip-build-MicroBenchmarks-Baseline.yaml b/linaro-art-tip-build-MicroBenchmarks-Baseline.yaml
index e2b3c4c1d1..b06f5c7319 100644
--- a/linaro-art-tip-build-MicroBenchmarks-Baseline.yaml
+++ b/linaro-art-tip-build-MicroBenchmarks-Baseline.yaml
@@ -75,7 +75,7 @@
default: 'adb-tip'
- string:
name: BUILD_CONFIG_REPO
- default: 'git://android.git.linaro.org/android-build-configs.git'
+ default: 'git://android-git.linaro.org/android-build-configs.git'
- string:
name: BUILD_CONFIG_BRANCH
default: 'master'
diff --git a/linaro-art-tip-build-MicroBenchmarks.yaml b/linaro-art-tip-build-MicroBenchmarks.yaml
index 29f4b32325..4aab5135e3 100644
--- a/linaro-art-tip-build-MicroBenchmarks.yaml
+++ b/linaro-art-tip-build-MicroBenchmarks.yaml
@@ -32,7 +32,7 @@
default: 'adb-tip'
- string:
name: BUILD_CONFIG_REPO
- default: 'git://android.git.linaro.org/android-build-configs.git'
+ default: 'git://android-git.linaro.org/android-build-configs.git'
- string:
name: BUILD_CONFIG_BRANCH
default: 'master'
diff --git a/rpb-aosp-hikey.yaml b/rpb-aosp-hikey.yaml
index 00a3648197..57e9b13f8a 100644
--- a/rpb-aosp-hikey.yaml
+++ b/rpb-aosp-hikey.yaml
@@ -97,12 +97,12 @@
rm -rf build-tools jenkins-tools build/out build/android-patchsets build-configs
git clone --depth 1 https://git.linaro.org/infrastructure/linaro-android-build-tools.git build-tools
git clone --depth 1 https://git.linaro.org/infrastructure/linaro-jenkins-tools.git jenkins-tools
- git clone --depth 1 http://android.git.linaro.org/git/android-build-configs.git build-configs
+ git clone --depth 1 http://android-git.linaro.org/git/android-build-configs.git build-configs
export BUILD_CONFIG_FILENAME=${BUILD_CONFIG_FILENAME:-${JOB_NAME#android-*}}
cat << EOF > config.txt
- BUILD_CONFIG_REPO=http://android.git.linaro.org/git/android-build-configs.git
+ BUILD_CONFIG_REPO=http://android-git.linaro.org/git/android-build-configs.git
BUILD_CONFIG_BRANCH=master
EOF
echo config.txt
diff --git a/ynk-lof-test.yaml b/ynk-lof-test.yaml
index 586af135b7..e25e5e4419 100644
--- a/ynk-lof-test.yaml
+++ b/ynk-lof-test.yaml
@@ -51,7 +51,7 @@
rm -rf build
- repo init -u $manifest_repository -b $manifest_branch -m ${image_type}-${board_type}.xml --repo-url=git://android.git.linaro.org/tools/repo
+ repo init -u $manifest_repository -b $manifest_branch -m ${image_type}-${board_type}.xml --repo-url=git://android-git.linaro.org/tools/repo
repo sync
MACHINE=dragonboard-410c source meta-lhg/script/envsetup.sh