You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by Joe McDonnell <jo...@cloudera.com> on 2019/01/18 02:00:03 UTC

Impala repository has migrated from git-wip-us to gitbox

Apache has been migrating projects from the old git-wip-us.apache.org to
gitbox.apache.org. See
https://blogs.apache.org/infra/entry/relocation-of-apache-git-repositories
. Impala migrated recently with INFRA-17572. Please update references with
the new URL:
https://gitbox.apache.org/repos/asf/impala.git

Upstream Jenkins jobs now use the new URL and all references in the Impala
repository have been updated.

For committers, the updated repository URL required changes to
bin/push_to_asf.py. This means that the apache git remote used by that
script needs to be updated. For example, if using the default apache remote
with name 'apache', the following updates the URL:
git remote set-url apache https://gitbox.apache.org/repos/asf/impala.git

Thanks,
Joe