summaryrefslogtreecommitdiff
path: root/tcwg-llvm-build.sh
diff options
context:
space:
mode:
authorDiana Picus <diana.picus@linaro.org>2017-07-26 12:02:57 +0200
committerDiana Picus <diana.picus@linaro.org>2017-07-26 12:22:53 +0200
commit8756cadc4a03122a37df75df33870df09dda7100 (patch)
treee7e21e380ff8891f6acadafa8d3309c9eaccf36d /tcwg-llvm-build.sh
parentffd0f7bc90570492c381fd23a6bc2bbce376c81a (diff)
tcwg-llvm-[build|release].sh: Echo URL at the end of the job
Dump the toolchain URL at the end of the build and release jobs, so we can easily copy it and use it for triggering other jobs. Change-Id: Ie470fdf72c38a6440ef09f72e339233983e81ed9
Diffstat (limited to 'tcwg-llvm-build.sh')
-rwxr-xr-xtcwg-llvm-build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tcwg-llvm-build.sh b/tcwg-llvm-build.sh
index 80ce5063..c1be07c6 100755
--- a/tcwg-llvm-build.sh
+++ b/tcwg-llvm-build.sh
@@ -288,6 +288,9 @@ cd "$WORKSPACE" && tar cf "$PKGNAME.$PUSHSUFFIX" "$PKGNAME"
ssh $PUSHSERVER mkdir -p $PUSHDIR
cd "$WORKSPACE" && scp "$PKGNAME.$PUSHSUFFIX" "$(push_scp_url "$PUSHTYPE")"
+# Dump URL
+echo "TOOLCHAIN URL: $(push_wget_url "$PKGTAG" "$TARGET" "$PUSHTYPE")"
+
# Create toolchain file (wget URL)
if [ "$TOOLCHAIN_FILE" != "" ]; then
echo "toolchain=$(push_wget_url "$PKGTAG" "$TARGET" "$PUSHTYPE")" >> "$TOOLCHAIN_FILE"