Hi Evans,

> 
> That was my "masterpice". ;)

git blame is a snitch ;)

> 
> Copying $HOME/.gradle may accidentally commit large amount of unrelated
> libraries into docker images. Which is why we setup another clean dir using
> the -g option.
> 
> Maybe we can come up with an empty step to get rid of that annoying logo?
> 

Since you do not remove gradle.home before runnung gradle -g it will add 
garbage, too. This may not a valid point here.

If you are afraid of stacking up lots of garbage, why don't you provide a 
.dockerignore file with following entries:

build
output
bigtop-packages
dl

IMHO Much more important than a few possible garbage entries in ~/.gradle (Or 
is it only me falling over this sending GB of staff to docker when building 
images on my toy machine?)


Olaf




> 2015-12-25 4:33 GMT+08:00 Olaf Flebbe <[email protected]>:
> 
>> Hi
>> 
>> I stumbled over fallout of BIGTOP-2110
>> 
>> IMHO this is absolutly weird to run gradle within gradle ... and pick up
>> side effects.
>> 
>> * The output is misleading (Because I get the bigtop logo each time I run
>> bigtop-slaves). I thought that we have dependency issues within
>> build.gradle.
>> 
>> Somehow the gradle.home is not created at current dir on ppc64le , or  the
>> code interferes with gradle daemon.
>> 
>> I vote to rework the patch...
>> 
>> Why don't we just copy  $HOME/.gradle ?????
>> 
>> Olaf
>> 

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to