You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by GitBox <gi...@apache.org> on 2020/04/02 17:32:52 UTC

[GitHub] [arrow-site] wesm commented on issue #51: ARROW-8005: [Website] Use new mirror url

wesm commented on issue #51: ARROW-8005: [Website] Use new mirror url
URL: https://github.com/apache/arrow-site/pull/51#issuecomment-607987816
 
 
   You might be already working on this, but there are a number of usages in apache/arrow that need to be looked at also
   
   ```grep
   ./dev/release/post-01-upload.sh:  https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-${version}-rc${rc} \
   ./dev/release/post-01-upload.sh:svn co https://dist.apache.org/repos/dist/release/arrow ${tmp_dir}/release
   ./dev/release/post-01-upload.sh:echo "  https://dist.apache.org/repos/dist/release/arrow/${release_version}"
   ./dev/release/02-source-test.rb:[3]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-#{@release_version}-rc0
   ./dev/release/verify-release-candidate.sh:ARROW_DIST_URL='https://dist.apache.org/repos/dist/dev/arrow'
   ./dev/release/.env.example:#   * https://dist.apache.org/repos/dist/dev/arrow/KEYS
   ./dev/release/.env.example:#   * https://dist.apache.org/repos/dist/release/arrow/KEYS
   ./dev/release/post-08-remove-rc.sh:base_url=https://dist.apache.org/repos/dist/dev/arrow
   ./dev/release/verify-release-candidate.bat:set _DIST_URL=https://dist.apache.org/repos/dist/dev/arrow
   ./dev/release/02-source.sh:rc_url="https://dist.apache.org/repos/dist/dev/arrow/${tagrc}"
   ./dev/release/02-source.sh:  svn co --depth=empty https://dist.apache.org/repos/dist/dev/arrow tmp
   ./dev/tasks/linux-packages/apache-arrow-release/Rakefile:      download("https://dist.apache.org/repos/dist/dev/arrow/KEYS",
   ./dev/tasks/linux-packages/apache-arrow-archive-keyring/Rakefile:      download("https://dist.apache.org/repos/dist/dev/arrow/KEYS",
   ./dev/tasks/linux-packages/apache-arrow/debian/copyright:Source: https://dist.apache.org/repos/dist/release/arrow/
   ./dev/tasks/linux-packages/apache-arrow/debian/watch:https://dist.apache.org/repos/dist/release/arrow/arrow-(.+)/apache-arrow-(.+).tar.gz
   ./dev/tasks/linux-packages/apache-arrow/Rakefile:    base_url = "https://dist.apache.org/repos/dist/dev/arrow"
   ./dev/tasks/linux-packages/apache-arrow/debian.ubuntu-xenial/copyright:Source: https://dist.apache.org/repos/dist/release/arrow/
   ./dev/tasks/linux-packages/apache-arrow/debian.ubuntu-xenial/watch:https://dist.apache.org/repos/dist/release/arrow/arrow-(.+)/apache-arrow-(.+).tar.gz
   ./dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in:Source0:	https://dist.apache.org/repos/dist/release/@PACKAGE@/@PACKAGE@-%{version}/apache-@PACKAGE@-%{version}.tar.gz
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services