You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@madlib.apache.org by Jingyi Mei <jm...@pivotal.io> on 2019/01/11 23:01:43 UTC

[Notice] MADlib migration of repositories to gitbox.apache.org

Hi users and developers,

Recently, all git repositories on Apache was required to be migrated from
the git-wip-us.apache.org URL to gitbox.apache.org, as the old service
is being decommissioned. Moving to gitbox means committers will get full
write access on GitHub as well, and be able to close/merge pull requests
and much more.

To address this, we got consensus from committers (see this thread
https://lists.apache.org/thread.html/cd19aa41b33e7ae4710526b4a03e89dd013d3244f727422a770d0867@%3Cdev.madlib.apache.org%3E
)
and created this JIRA ticket
https://issues.apache.org/jira/browse/INFRA-17606 in Apache Infrastructure.
This ticket is closed now.

*What happened?*
The following repositories on git-wip-us has just been moved to gitbox:

   - madlib.git
   - madlib-site.git

*What do I need to do?*

If you previously had access to Apache git-wip-us.apache.org server,
and set your github MADlib repository upstream url as
https://user_name@git-wip-us.apache.org/repos/asf/madlib.git,

now you need to reset this url to
https://user_name@gitbox.apache.org/repos/asf/madlib.git.

The same goes for madlib-site.git, and you need to reset madlib-set
upstream to https://user_name@gitbox.apache.org/repos/asf/madlib-site.git

If you just cloned MADlib repository on github and set origin as
https://github.com/apache/madlib.git, without other upstream url setting,
you don’t have to do anything.

Please let us know if you have any questions.

Thanks,
Jingyi Mei (Apache MADlib Committer)