bunch icon indicating copy to clipboard operation
bunch copied to clipboard

not fetching vendored dependencies

Open tve opened this issue 9 years ago • 2 comments

(sorry for the barrage of questions, I'm not sure what other channel to use...)

Is there a way to vendor dependencies that cannot be fetched on-demand (for example, because they are in private repos or in unreachable repos)? I tried to manually clone a repo into the .vendor/src tree but when I run bunch install it tries to refetch it. Basically I need a command that travis-ci can run that fetches all the normal fetch-on-demand dependencies but that doesn't die on vendored dependencies.(I use the term 'vendored' to mean dependencies that are copied into the repo as opposed to just referenced.)

tve avatar May 26 '15 18:05 tve

This isn't currently supported, but is a good idea - I'll look into implementing it.

dkulchenko avatar May 26 '15 19:05 dkulchenko

Wouldn't this just work if you don't list them in Bunchfile?

Perhaps to play nice with prune/rebuild/etc. add a !vendor flag in Bunchfile that indicates the package is managed manually.

3onyc avatar Aug 13 '15 21:08 3onyc