You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "joemccall86 (via GitHub)" <gi...@apache.org> on 2023/06/15 17:17:15 UTC

[GitHub] [arrow] joemccall86 commented on issue #35292: [Packaging][Other] Downloading arrrow dependencies fails with 403 error on debian

joemccall86 commented on issue #35292:
URL: https://github.com/apache/arrow/issues/35292#issuecomment-1593452987

   We are still seeing this issue exactly as reported. Here is our relevant script that we use to set up our CI:
   
   ```bash
     sudo apt update
     sudo apt install -y -V ca-certificates lsb-release wget
     if [ $(lsb_release --codename --short) = "stretch" ]; then
       sudo tee /etc/apt/sources.list.d/backports.list <<APT_LINE
   deb http://deb.debian.org/debian $(lsb_release --codename --short)-backports main
   APT_LINE
     fi
     pushd /tmp
     wget https://apache.jfrog.io/artifactory/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/apache-arrow-archive-keyring-latest-$(lsb_release --codename --short).deb
     sudo apt install -y -V ./apache-arrow-archive-keyring-latest-$(lsb_release --codename --short).deb
     popd
     ```
     
   This doesn't happen every time.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org