aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEtienne Carriere <etienne.carriere@linaro.org>2020-06-05 12:07:45 +0200
committerJérôme Forissier <jerome@forissier.org>2020-08-10 11:41:58 +0200
commitf7824ba5119e9e36f8335983fbbd04a347ba601d (patch)
treebc7f034775750b047d45f6c199e23f569920c615
parenta0ae23c163452df3411c5fc795f8c143a09e1f67 (diff)
downloadmanifest-f7824ba5119e9e36f8335983fbbd04a347ba601d.tar.gz
make_stable: use OP-TEE tag for linaro-swg linux repository
Change script to use OP-TEE release tag for linaro-swg github Linux kernel repository when applicable to make sure stable release are referenced with a immutable reference of the kernel source tree. This change assumes OP-TEE release tag is also created for that repository. Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-by: Jerome Forissier <jerome@forissier.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
-rwxr-xr-xmake_stable.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/make_stable.sh b/make_stable.sh
index e24b7af..b9509b2 100755
--- a/make_stable.sh
+++ b/make_stable.sh
@@ -53,5 +53,6 @@ do
sed "s/\(linaro-swg\/optee_examples.git\"\)/\1 revision=\"refs\/tags\/${VERSION}\" clone-depth=\"1\"/" |
sed "s/\(linaro-swg\/optee_benchmark.git\)revision.*/\1\/>/" | # Removes old revision
sed "s/\(linaro-swg\/optee_benchmark.git\"\)/\1 revision=\"refs\/tags\/${VERSION}\" clone-depth=\"1\"/" |
+ sed "s/\(linaro-swg\/linux.git\" *\)revision=\"optee\".*/\1revision=\"refs\/tags\/optee-${VERSION}\" clone-depth=\"1\"/" |
tee ${FILE} 2>&1 > /dev/null
done