You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2020/01/28 23:41:00 UTC

[jira] [Created] (ARROW-7710) [Release][C#] .NET download URL is redirected

Kouhei Sutou created ARROW-7710:
-----------------------------------

             Summary: [Release][C#] .NET download URL is redirected
                 Key: ARROW-7710
                 URL: https://issues.apache.org/jira/browse/ARROW-7710
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Packaging
            Reporter: Kouhei Sutou
            Assignee: Kouhei Sutou


https://gist.github.com/pitrou/5c4a98387153ef415ef64b8aa2457e63

{noformat}

++ curl https://dotnet.microsoft.com/download/thank-you/dotnet-sdk-2.2.300-linux-x64-binaries
++ grep 'window\.open'
++ grep -E -o '[^"]+'
++ sed -n 2p
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
+ local dotnet_download_url=
+ curl
+ tar xzf - -C /tmp/arrow-0.16.0.iRp8b/apache-arrow-0.16.0/csharp/bin
curl: try 'curl --help' or 'curl --manual' for more information

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
{noformat]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)