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

Update rebar.config #18

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from
Open

Update rebar.config #18

wants to merge 11 commits into from

Conversation

ekdmdhn
Copy link

@ekdmdhn ekdmdhn commented May 30, 2019

We are facing cloning issue, currently the builds are getting failed while getting deps from webmachine (it is an open source repository) with below error:
Cloning into 'mochiweb'...
Build timed out (after 10 minutes). Marking the build as failed.
Build was aborted
ERROR: git clone -n git://github.com/basho/mochiweb.git mochiweb failed with error: 143 and output:
Cloning into 'mochiweb'...
o fix above issue, it seems we need to change gerrit mirror from "git:" to "https:"

Please do the needful as soon as possible eg {git,"https://github.com/basho/mochiweb.git",
{tag,"1.5.1p7"}}

seanmcevoy and others added 11 commits June 29, 2015 21:09
This pulls in the fix for the spurious 400 errors.
If the string returned by erlang:system_info(otp_release) begins with R15B01 but has any suffix the previous version check would erroneously assume that it supported APIs introduced in R15B02.

This is pretty obscure and unlikely to be relevant to most anyone any more, but it can bite painfully in certain regression testing scenarios.
change otp version check to accommodate patched R15B01 releases
We are facing cloning issue, currently the builds are getting  failed while getting deps from webmachine (it is an open source repository) with below error:
Cloning into 'mochiweb'...
Build timed out (after 10 minutes). Marking the build as failed.
Build was aborted
ERROR: git clone -n git://github.com/basho/mochiweb.git mochiweb failed with error: 143 and output:
Cloning into 'mochiweb'...
 o fix above issue, it seems we need to change gerrit mirror  from "git:" to "https:"

Please do the needful as soon as possible eg {git,"https://github.com/basho/mochiweb.git",
                           {tag,"1.5.1p7"}}
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.

8 participants