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

rebar build without ssh keys fails due to outdated dep libs #137

Merged
merged 2 commits into from
Apr 9, 2015

Conversation

elbrujohalcon
Copy link
Member

"rebar get-deps" of sumo_db fails if no github ssh keys are set up because some of the dependencies use "git@" url scheme instead of "git://".
Affected libraries include tirerl 0.1.0 (fixed in master) and shotgun 0.1.4 (fixed in later releases).

@elbrujohalcon elbrujohalcon self-assigned this Apr 9, 2015
igaray added a commit that referenced this pull request Apr 9, 2015
…out_ssh_keys_f

rebar build without ssh keys fails due to outdated dep libs
@igaray igaray merged commit 8f9d188 into master Apr 9, 2015
@elbrujohalcon elbrujohalcon deleted the elbrujohalcon.137.rebar_build_without_ssh_keys_f branch April 9, 2015 16:52
@elbrujohalcon
Copy link
Member

@Vorticity-Flux there you go… release 0.3.5 should fix your issue.

@Vorticity-Flux
Copy link
Author

Thanks a lot! You are fast! =)

Not sure if this deserves any attention but just in case:

> rebar update-deps
...
ERROR: Conflicting dependencies for lager: [{"From: shotgun",
                                             {".*",
                                              {git,
                                               "git://github.com/basho/lager.git",
                                               "2.0.3"}}},
                                            {"From: sumo_db",
                                             {".*",
                                              {git,
                                               "git://github.com/basho/lager.git",
                                               "2.1.1"}}},
                                            {"From: worker_pool",
                                             {"2.*",
                                              {git,
                                               "git://github.com/basho/lager.git",
                                               "2.0.3"}}}]
ERROR: Conflicting dependencies for sync: [{"From: shotgun",
                                            {".*",
                                             {git,
                                              "git://github.com/inaka/sync.git",
                                              "0.1"}}},
                                           {"From: tirerl",
                                            {"0.*",
                                             {git,
                                              "git://github.com/inaka/sync.git",
                                              "0.1.3"}}}]

@elbrujohalcon
Copy link
Member

I'll open a github issues for those repos to update their dependencies

@elbrujohalcon
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants