[
https://issues.apache.org/jira/browse/BIGTOP-1642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312703#comment-14312703
]
Olaf Flebbe commented on BIGTOP-1642:
-------------------------------------
I am talking about these:
{code}
grep -r bigtop_toolchain bigtop-deploy/
bigtop-deploy/vm/utils/setup-env-debian.sh:cd /bigtop-home && puppet apply
--modulepath=./ -e "include bigtop_toolchain::gradle" # alias
gradle=/usr/local/gradle/bin/gradle
bigtop-deploy/vm/utils/setup-env-centos.sh:cd /bigtop-home && puppet apply
--modulepath=./ -e "include bigtop_toolchain::gradle" # alias
gradle=/usr/local/gradle/bin/gradle
{code}
> Restructure and enhance toolchain
> ---------------------------------
>
> Key: BIGTOP-1642
> URL: https://issues.apache.org/jira/browse/BIGTOP-1642
> Project: Bigtop
> Issue Type: Bug
> Components: build
> Affects Versions: 0.8.0
> Reporter: Olaf Flebbe
> Assignee: Olaf Flebbe
> Fix For: 0.9.0
>
> Attachments: 0001-BIGTOP-1642.-Restructure-and-enhance-toolchain.patch
>
>
> The bigtop toolchain is used for installing compile time dependencies and for
> deployment time dependencies (for instance in vagrant_puppet-docker)
> Prior this patch there is no destinction between runtime and compile time.
> Runtime and Development Packages are now separated. The interfaces
> ::installer and ::gradle have been left in place.
> Advantage of seperation that we can now include bulky packages like asciidoc
> into development which are not needed at run time. docker images should be
> small this way.
> So all the packages needed to recompile hue are now in place
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)