summaryrefslogtreecommitdiff
path: root/tcwg-llvm-release.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-release.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-release.sh')
-rwxr-xr-xtcwg-llvm-release.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tcwg-llvm-release.sh b/tcwg-llvm-release.sh
index 925d55b0..53d7655c 100755
--- a/tcwg-llvm-release.sh
+++ b/tcwg-llvm-release.sh
@@ -175,6 +175,9 @@ PUSHDIR="$(push_binary_dir "$PUSHTYPE")"
ssh $PUSHSERVER mkdir -p $PUSHDIR
cd "$WORKSPACE/$RCDIR" && 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"