You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ti...@apache.org on 2018/11/24 13:31:23 UTC

[mesos] branch master updated: Updated 'REPOSITORY_URL' in 'support/reviewboardrc' to use gitbox.

This is an automated email from the ASF dual-hosted git repository.

tillt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new e6b507b  Updated 'REPOSITORY_URL' in 'support/reviewboardrc' to use gitbox.
e6b507b is described below

commit e6b507b6469553725c98b953f9578ab3f1a40b93
Author: Armand Grillet <ag...@mesosphere.io>
AuthorDate: Sat Nov 24 14:30:54 2018 +0100

    Updated 'REPOSITORY_URL' in 'support/reviewboardrc' to use gitbox.
    
    The Apache Mesos repository was moved from the "git-wip" git server to
    the new "gitbox" server earlier in 2018. This change is now also made
    in 'support/reviewboardrc', a file used to generate the file
    '.reviewboardrc' at the root of the project directory.
    
    Review: https://reviews.apache.org/r/69442/
---
 support/reviewboardrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/reviewboardrc b/support/reviewboardrc
index 68002aa..6eaabdd 100644
--- a/support/reviewboardrc
+++ b/support/reviewboardrc
@@ -1,5 +1,5 @@
 REVIEWBOARD_URL = "https://reviews.apache.org/"
-REPOSITORY_URL = "git://git.apache.org/mesos.git"
+REPOSITORY_URL = "https://gitbox.apache.org/repos/asf/mesos.git"
 REPOSITORY = "mesos"
 GUESS_FIELDS = "yes"
 TARGET_GROUPS = "mesos"