8000 `glide {get,install,update}` breaks `vendor` submodule · Issue #697 · Masterminds/glide · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
glide {get,install,update} breaks vendor submodule #697
Closed
@dt

Description

@dt

In our vendor workflow, we opted to make vendor a submodule, so we'd get the benefits of checking in deps (e.g. maintaining distribution, reproducibility, etc) without adding the actual content of dep changes to our main repo history (our vendor is ~200mb right now).

However, glide replaces the vendor directory with a newly built one after every operation, which has the side effect of deleting the vendor/.git submodule pointer.

Our current workaround is to just move .git aside and replace it after.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0