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:25:32 UTC

[GitHub] [arrow-site] fsaintjacques opened a new pull request #51: ARROW-8005: [Website] Use new mirror url

fsaintjacques opened a new pull request #51: ARROW-8005: [Website] Use new mirror url
URL: https://github.com/apache/arrow-site/pull/51
 
 
   

----------------------------------------------------------------
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

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

Posted by GitBox <gi...@apache.org>.
wesm removed a comment on issue #51: ARROW-8005: [Website] Use new mirror url
URL: https://github.com/apache/arrow-site/pull/51#issuecomment-608085994
 
 
   Reviewing ARROW-8005, seem I'm wrong, that continuing to use `https://dist.apache.org/repos/dist/dev/arrow` or `https://dist.apache.org/repos/dist/release/arrow` for developer tasks is fine, but www.apache.org/dist should not be displayed for people who want to verify keys and checksums of published releases

----------------------------------------------------------------
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

[GitHub] [arrow-site] wesm merged pull request #51: ARROW-8005: [Website] Use new mirror url

Posted by GitBox <gi...@apache.org>.
wesm merged pull request #51: ARROW-8005: [Website] Use new mirror url
URL: https://github.com/apache/arrow-site/pull/51
 
 
   

----------------------------------------------------------------
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

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

Posted by GitBox <gi...@apache.org>.
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