Repository: incubator-htrace Updated Branches: refs/heads/3.1 41eae2921 -> 2e45aa5f4
HTRACE-71 Address Billie Renaldi comments on RC6 (.gitignore clash and 'pkg' still in src tarball) Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/2e45aa5f Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/2e45aa5f Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/2e45aa5f Branch: refs/heads/3.1 Commit: 2e45aa5f474cc6c3879a379c888c86a48b60e45b Parents: 41eae29 Author: stack <[email protected]> Authored: Tue Jan 13 14:12:54 2015 -0800 Committer: stack <[email protected]> Committed: Tue Jan 13 14:12:54 2015 -0800 ---------------------------------------------------------------------- LICENSE.txt | 4 +++- htrace-core/src/go/gobuild.sh | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/2e45aa5f/LICENSE.txt ---------------------------------------------------------------------- diff --git a/LICENSE.txt b/LICENSE.txt index cbea1db..de15f01 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -221,6 +221,8 @@ Bootstrap, an html, css, and javascript framework, is Copyright (c) 2011-2015 Twitter, Inc and MIT licensed: https://github.com/twbs/bootstrap/blob/master/LICENSE - +godep, a build dependency is Copyright © 2013 Keith Rarick +and portions Copyright (c) 2012 The Go Authors. Its a BSD +license: https://github.com/tools/godep/blob/master/License http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/2e45aa5f/htrace-core/src/go/gobuild.sh ---------------------------------------------------------------------- diff --git a/htrace-core/src/go/gobuild.sh b/htrace-core/src/go/gobuild.sh index 7c0e52f..4aad01b 100755 --- a/htrace-core/src/go/gobuild.sh +++ b/htrace-core/src/go/gobuild.sh @@ -79,7 +79,7 @@ fi case $ACTION in clean) - rm -rf -- "${GOBIN}" pkg + rm -rf -- "${GOBIN}" ${SCRIPT_DIR}/pkg find "${SCRIPT_DIR}/src/org/apache/htrace/resource" ! -name 'catalog.go' \ -type f -exec rm -f {} + ;;
