You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2013/05/13 20:05:39 UTC

git commit: Updated post-reviews.py to use the correct apache git mirror.

Updated Branches:
  refs/heads/master b36863069 -> 7045f218f


Updated post-reviews.py to use the correct apache git mirror.

Review: https://reviews.apache.org/r/11091


Project: http://git-wip-us.apache.org/repos/asf/incubator-mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mesos/commit/7045f218
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mesos/tree/7045f218
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mesos/diff/7045f218

Branch: refs/heads/master
Commit: 7045f218ff389279abbde25c82b5dca98988055a
Parents: b368630
Author: Benjamin Mahler <bm...@twitter.com>
Authored: Mon May 13 10:52:38 2013 -0700
Committer: Benjamin Mahler <bm...@twitter.com>
Committed: Mon May 13 11:05:19 2013 -0700

----------------------------------------------------------------------
 support/post-reviews.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mesos/blob/7045f218/support/post-reviews.py
----------------------------------------------------------------------
diff --git a/support/post-reviews.py b/support/post-reviews.py
index 8a4a333..4099d2c 100755
--- a/support/post-reviews.py
+++ b/support/post-reviews.py
@@ -57,7 +57,7 @@ def execute(command, ignore_errors=False):
 # TODO(benh): Make sure this is a git repository, apologize if not.
 top_level_dir = execute(['git', 'rev-parse', '--show-toplevel']).strip()
 
-repository = 'https://git-wip-us.apache.org/repos/asf/incubator-mesos.git'
+repository = 'git://git.apache.org/incubator-mesos.git'
 
 parent_branch = 'master'