Skip to content

Commit acf20fd

Browse files
committed
change some links to opensdn.io
Change-Id: I1c12f4cf0f028f1806a7f5d92879cd850b7bc045 Signed-off-by: tikitavi <rtikitavi@gmail.com>
1 parent c00195f commit acf20fd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.gitreview

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Please visit opencontrail.org additional information.
77
#
88
# e.g. After changes are complete and commited to a local branch, do
9-
# 'git review' to submit changeset to gerrit.tungsten.io Code Review
9+
# 'git review' to submit changeset to gerrit.opensdn.io Code Review
1010
# (gerrit) System.
1111
#
1212
[gerrit]

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Make required changes in sources fetched to contrail directory. For example, fet
6969

7070
``` bash
7171
cd contrail/controller
72-
git fetch "https://gerrit.tungsten.io/opensdn-io/tf-controller" refs/changes/..... && git checkout FETCH_HEAD
72+
git fetch "https://gerrit.opensdn.io/opensdn-io/tf-controller" refs/changes/..... && git checkout FETCH_HEAD
7373
cd ../../
7474
```
7575

@@ -356,7 +356,7 @@ Make required changes in sources fetched to contrail directory. For example, fet
356356

357357
``` bash
358358
cd contrail/controller
359-
git fetch "https://gerrit.tungsten.io/opensdn-io/tf-controller" refs/changes/..... && git checkout FETCH_HEAD
359+
git fetch "https://gerrit.opensdn.io/opensdn-io/tf-controller" refs/changes/..... && git checkout FETCH_HEAD
360360
cd ../../
361361
```
362362

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USER = "root"
66
GROUP = "root"
77
HOME_DIR = "/root"
88
DEV_ENV_DIR = "#{HOME_DIR}/tf-dev-env"
9-
REPOS_DIR = "#{HOME_DIR}/src/gerrit.tungsten.io/opensdn-io/"
9+
REPOS_DIR = "#{HOME_DIR}/src/gerrit.opensdn.io/opensdn-io/"
1010

1111
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
1212

common/common.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fi
5959
export FROZEN_REGISTRY=${FROZEN_REGISTRY:-"nexus.opensdn.io:5101"}
6060

6161
# Gerrit URL is used when patchsets-info.json is provided
62-
export GERRIT_URL=${GERRIT_URL:-https://gerrit.tungsten.io/r}
62+
export GERRIT_URL=${GERRIT_URL:-https://gerrit.opensdn.io/r}
6363

6464
export RPM_REPO_IP='localhost'
6565
export RPM_REPO_PORT='6667'

0 commit comments

Comments
 (0)