cloudfoundry / loggregator-release

Cloud Native Logging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"fixtures" and "_fixtures" directories

luisapace opened this issue · comments

Hi,
my team would like to use loggregator-release-v102.0 and to approve that I've to analyze it's source code and the code of its dependencies chain, to be sure that they don't have problematic licenses.

Now some code and dependencies comes from directories "fixtures" and "_fixtures".

Could you please tell me if what is valid for the buildpacks and specified at:
cloudfoundry/binary-buildpack#21
is also applicable to loggregator-release-v102.0?

Thank for your help.

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/158969412

The labels on this github issue will be updated when the story is started.

@luisapace loggregator-release does not have any dependencies in fixtures or _fixtures. All the dependencies are git submodules under src/.

When a release is cut, all the dependencies listed in the package specs are included. (e.g. The dependencies for doppler can be found at packages/doppler/spec)

The same is true for cloudfoundry/statsd-injector-release#7.