-
Notifications
You must be signed in to change notification settings - Fork 60
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
fix latest build error #102
Comments
Yeah, I think that'd be the fix.
…On Tue, Sep 15, 2020 at 10:46 PM Xuan Wu ***@***.***> wrote:
Seems <https://travis-ci.org/github/alex/rply/builds/726605764> to be
caused by changed pypy repo url.
$ wget https://bitbucket.org/pypy/pypy/get/default.tar.bz2 -O `pwd`/../pypy.tar.bz2
--2020-09-12 16:50:53-- https://bitbucket.org/pypy/pypy/get/default.tar.bz2
Resolving bitbucket.org (bitbucket.org)... 18.205.93.2, 18.205.93.0, 18.205.93.1, ...
Connecting to bitbucket.org (bitbucket.org)|18.205.93.2|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-09-12 16:50:53 ERROR 404: Not Found.
Should the pypy url in .travis.yml
<https://github.com/alex/rply/blob/41d748393b96dffe3c4ef628ec11ea28275aa279/.travis.yml#L30>
be changed to below?
https://foss.heptapod.net/pypy/pypy/-/archive/branch/default/pypy-branch-default.tar.bz2
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#102>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAGBHPX2CVUBNBLUNKEB3SGARJ5ANCNFSM4RODNADA>
.
--
All that is necessary for evil to succeed is for good people to do nothing.
|
nobodxbodon
pushed a commit
to nobodxbodon/rply
that referenced
this issue
Sep 16, 2020
nobodxbodon
pushed a commit
to nobodxbodon/rply
that referenced
this issue
Sep 16, 2020
alex
pushed a commit
that referenced
this issue
Sep 16, 2020
nobodxbodon
pushed a commit
to nobodxbodon/rply
that referenced
this issue
Sep 23, 2020
nobodxbodon
pushed a commit
to nobodxbodon/rply
that referenced
this issue
Sep 23, 2020
alex
pushed a commit
that referenced
this issue
Sep 23, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems to be caused by changed pypy repo url.
Should the pypy url in .travis.yml be changed to below?
The text was updated successfully, but these errors were encountered: