Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .gitmodules #134

Closed
wants to merge 1 commit into from
Closed

Add .gitmodules #134

wants to merge 1 commit into from

Conversation

lmars
Copy link

@lmars lmars commented Jun 8, 2016

This should have been added in d0ff462, and not having it committed means git clone --recursive fails on this repository:

$ git clone --recursive --quiet https://github.com/heroku/heroku-buildpack-go.git
No submodule mapping found in .gitmodules for path 'test/fixtures/glide-with-deps/vendor/github.com/heroku/slog'

This should have been added in d0ff462, and not having it committed
means `git clone --recursive` fails on this repository:

```
$ git clone --recursive --quiet https://github.com/heroku/heroku-buildpack-go.git
No submodule mapping found in .gitmodules for path 'test/fixtures/glide-with-deps/vendor/github.com/heroku/slog'
```

Signed-off-by: Lewis Marshall <lewis@lmars.net>
lmars added a commit to flynn/flynn that referenced this pull request Jun 8, 2016
The Go buildpack is currently failing to clone due to a missing
.gitmodules file (see
heroku/heroku-buildpack-go#134).

Given we checkout an explicit version, there is no need to checkout
origin/HEAD first.

Signed-off-by: Lewis Marshall <lewis@lmars.net>
@freeformz
Copy link
Contributor

Closed via 928a49e

@freeformz freeformz closed this Jun 8, 2016
@lmars lmars deleted the gitmodules branch June 9, 2016 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants