[ 
https://issues.apache.org/jira/browse/HTRACE-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14272070#comment-14272070
 ] 

Colin Patrick McCabe commented on HTRACE-59:
--------------------------------------------

committed.

I added one thing which makes this work even if you run gobuild.sh from another 
directory other than htrace-core/src/go
{code}
 SCRIPT_DIR="$(cd "$( dirname $0 )" && pwd)"
+cd $SCRIPT_DIR || die "failed to cd to $SCRIPT_DIR"
 export GOPATH="$GOPATH:${SCRIPT_DIR}"
{code}

> Lock go build dependencies to specific versions
> -----------------------------------------------
>
>                 Key: HTRACE-59
>                 URL: https://issues.apache.org/jira/browse/HTRACE-59
>             Project: HTrace
>          Issue Type: Bug
>    Affects Versions: 3.1.0
>            Reporter: Colin Patrick McCabe
>            Assignee: Colin Patrick McCabe
>             Fix For: 3.1.0, master
>
>         Attachments: HTRACE-59.001.patch, HTRACE-59.002.patch, 
> HTRACE-59.003.patch, HTRACE-59.004.patch, HTRACE-59.005.patch
>
>
> We should add a way of locking our go dependencies to a specific version, so 
> that we can get 100% repeatable builds for a specific HTrace release.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to