From a3a64a6c795fd4334553c1db640573f4b2058a8f Mon Sep 17 00:00:00 2001 From: parazyd Date: Wed, 7 Feb 2018 17:40:52 +0100 Subject: [PATCH] Add zenroom url; clean golang url. --- config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config b/config index 491a75b..d93dd17 100644 --- a/config +++ b/config @@ -5,10 +5,6 @@ blend_vers="0.1" image_name="${blend_name}-${blend_vers}-${arch}" -goarch="amd64" -[[ -n "$armsdk_version" ]] && goarch="armhf" -golang_url="https://sdk.dyne.org:4443/job/go-binaries/lastBuild/architecture=${goarch}/artifact/go.${goarch}.tar.gz" - tomb_version="v2.4" tomb_url="https://github.com/dyne/tomb.git" @@ -23,6 +19,10 @@ stem_url="https://git.torproject.org/stem.git" tordam_url="github.com/decodeproject/tor-dam/..." +zenroom_url="https://sdk.dyne.org:4443/view/decode/job/zenroom-static-${arch}/lastSuccessfulBuild/artifact/src/zenroom-static" + +golang_url="https://sdk.dyne.org:4443/job/go-binaries/lastBuild/architecture=${arch}/artifact/go.${arch}.tar.gz" + size="4098" filesystem="btrfs"