tbouron closed pull request #275: Change git-wip-us.apache.org to
gitbox.apache.org
URL: https://github.com/apache/brooklyn-docs/pull/275
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/developers/code/git-more.md b/developers/code/git-more.md
index 6b5c814e..f05dce2e 100644
--- a/developers/code/git-more.md
+++ b/developers/code/git-more.md
@@ -69,8 +69,8 @@ And also optionally, to set up the official Apache repo as a
remote ---
useful if GitHub is slow to update (and required if you're a committer):
{% highlight bash %}
-git remote add apache-git https://git-wip-us.apache.org/repos/asf/brooklyn
-git submodule foreach 'git remote add apache-git
https://git-wip-us.apache.org/repos/asf/${name}'
+git remote add apache-git https://gitbox.apache.org/repos/asf/brooklyn
+git submodule foreach 'git remote add apache-git
https://gitbox.apache.org/repos/asf/${name}'
{% endhighlight %}
diff --git a/developers/committers/merging-contributed-code.md
b/developers/committers/merging-contributed-code.md
index a21170a8..f2efff66 100644
--- a/developers/committers/merging-contributed-code.md
+++ b/developers/committers/merging-contributed-code.md
@@ -6,7 +6,7 @@ title: Merging Contributed Code
The Apache Brooklyn Git repositories are hosted in the ASF infrastructure and
mirrored to Github. This is the current
repository layout:
-- [Apache](https://git-wip-us.apache.org/repos/asf?s=brooklyn) - the main and
official repository
+- [Apache](https://gitbox.apache.org/repos/asf?s=brooklyn) - the main and
official repository
- [GitHub](https://github.com/apache/brooklyn) - mirror of the ASF repository,
used to accept contributions
and do code reviews
@@ -104,5 +104,5 @@ Particularly for new committers, you may find the following
ASF information usef
* [Guide for new project
committers](https://www.apache.org/dev/new-committers-guide.html)
* [Committers FAQ](https://www.apache.org/dev/committers.html)
-* [Git at Apache](https://git-wip-us.apache.org/)
+* [Git at Apache](https://gitbox.apache.org/)
diff --git a/developers/committers/release-process/vote.md
b/developers/committers/release-process/vote.md
index 8030deec..40204450 100644
--- a/developers/committers/release-process/vote.md
+++ b/developers/committers/release-process/vote.md
@@ -52,7 +52,7 @@ https://dist.apache.org/repos/dist/release/brooklyn/KEYS
The artifacts were built from Git commit ID
24a23c5a4fd5967725930b8ceaed61dfbd225980
-https://git-wip-us.apache.org/repos/asf?p=brooklyn.git;a=commit;h=24a23c5a4fd5967725930b8ceaed61dfbd225980
+https://gitbox.apache.org/repos/asf?p=brooklyn.git;a=commit;h=24a23c5a4fd5967725930b8ceaed61dfbd225980
Please vote on releasing this package as Apache Brooklyn ${VERSION_NAME}.
diff --git a/developers/how-to-contribute.md b/developers/how-to-contribute.md
index 30e6142a..b4eabd34 100644
--- a/developers/how-to-contribute.md
+++ b/developers/how-to-contribute.md
@@ -100,11 +100,11 @@ Congratulations and thank you!
### Contributing without using GitHub
If you prefer to not use GitHub, then that is fine - we are also happy to
accept patches attached to a Jira issue.
-Our canonical root repository is located at
`https://git-wip-us.apache.org/repos/asf/brooklyn.git` with others
+Our canonical root repository is located at
`https://gitbox.apache.org/repos/asf/brooklyn.git` with others
in `brooklyn-*.git`; for example:
{% highlight bash %}
-$ git clone https://git-wip-us.apache.org/repos/asf/brooklyn-server.git
+$ git clone https://gitbox.apache.org/repos/asf/brooklyn-server.git
{% endhighlight %}
When producing patches, please use `git format-patch` or a similar mechanism -
this will ensure that you are properly
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services