You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/10/25 08:57:00 UTC

[jira] [Updated] (ARROW-18151) [CI] Avoid unnecessary redirect when installing conda

     [ https://issues.apache.org/jira/browse/ARROW-18151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-18151:
-----------------------------------
    Labels: pull-request-available  (was: )

> [CI] Avoid unnecessary redirect when installing conda
> -----------------------------------------------------
>
>                 Key: ARROW-18151
>                 URL: https://issues.apache.org/jira/browse/ARROW-18151
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Continuous Integration
>            Reporter: Raúl Cumplido
>            Assignee: Raúl Cumplido
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 11.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> I've realised that we are pointing to an old URL for continuum when downloading conda, this makes us have an unnecessary redirect:
> {code:java}
> --2022-10-25 08:44:33--  https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
> Resolving repo.continuum.io (repo.continuum.io)... 104.18.200.79, 104.18.201.79, 2606:4700::6812:c84f, ...
> Connecting to repo.continuum.io (repo.continuum.io)|104.18.200.79|:443... connected.
> HTTP request sent, awaiting response... 301 Moved Permanently
> Location: https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh [following]
> --2022-10-25 08:44:34--  https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
> Resolving repo.anaconda.com (repo.anaconda.com)... 104.16.131.3, 104.16.130.3, 2606:4700::6810:8303, ...
> Connecting to repo.anaconda.com (repo.anaconda.com)|104.16.131.3|:443... connected.
> HTTP request sent, awaiting response... 200 OK
>  {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)