aboutsummaryrefslogtreecommitdiff
path: root/android-hikey-optee-o-clearkey
diff options
context:
space:
mode:
authorPeter Griffin <peter.griffin@linaro.org>2018-06-28 17:37:44 +0100
committerAndrey Konovalov <andrey.konovalov@linaro.org>2018-07-01 06:30:28 +0000
commitbfa3996fdd82612e6b1845f926093b8fa455f508 (patch)
tree4730f59b50f10e5308fc7f60a7610d1adbd9522f /android-hikey-optee-o-clearkey
parent71c0a2b812dd3369081cda3bcb082e919882bdf7 (diff)
android-hikey-optee-o-clearkey*: Update github url to linaro-mmwg
All repos are now hosted on linaro-mmwg github. Change-Id: I3264e958e909074989e1a00d07d100c9c3dd2bd0 Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Diffstat (limited to 'android-hikey-optee-o-clearkey')
-rwxr-xr-xandroid-hikey-optee-o-clearkey/builders.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/android-hikey-optee-o-clearkey/builders.sh b/android-hikey-optee-o-clearkey/builders.sh
index bd33f42c18..7dc2ddcfa8 100755
--- a/android-hikey-optee-o-clearkey/builders.sh
+++ b/android-hikey-optee-o-clearkey/builders.sh
@@ -63,14 +63,14 @@ make TARGET_BUILD_KERNEL=true TARGET_BOOTIMAGE_USE_FAT=true \
TARGET_BUILD_UEFI=true TARGET_ENABLE_MEDIADRM_64=true
cd external
-git clone https://github.com/linaro-home/clearkeydrmplugin
-if [ "${ghprbGhRepository}" == "linaro-home/clearkeydrmplugin" ]; then
+git clone https://github.com/linaro-mmwg/clearkeydrmplugin
+if [ "${ghprbGhRepository}" == "linaro-mmwg/clearkeydrmplugin" ]; then
git fetch origin pull/${ghprbPullId}/head:prbranch
git checkout prbranch
fi
cd clearkeydrmplugin
-git clone https://github.com/linaro-home/optee-clearkey-cdmi
-if [ "${ghprbGhRepository}" == "linaro-home/optee-clearkey-cdmi" ]; then
+git clone https://github.com/linaro-mmwg/optee-clearkey-cdmi
+if [ "${ghprbGhRepository}" == "linaro-mmwg/optee-clearkey-cdmi" ]; then
git fetch origin pull/${ghprbPullId}/head:prbranch
git checkout prbranch
fi