Use git.zuul-ci.org

We now have a git mirror at git.zuul-ci.org with only the Zuul
git repos.  Update references to git.openstack.org to use that.

Change-Id: I3e7b3b2e19468521548cc5179bbb2bf6d037ddf0
This commit is contained in:
James E. Blair 2018-03-27 17:20:06 -07:00
parent 7a6761e78c
commit 57e5ecd013
3 changed files with 6 additions and 6 deletions

View File

@ -33,8 +33,8 @@ IRC.
Contributing
------------
To browse the latest code, see: https://git.openstack.org/cgit/openstack-infra/zuul/tree/
To clone the latest code, use `git clone git://git.openstack.org/openstack-infra/zuul`
To browse the latest code, see: https://git.zuul-ci.org/cgit/zuul/tree/
To clone the latest code, use `git clone https://git.zuul-ci.org/zuul`
Bugs are handled at: https://storyboard.openstack.org/#!/project/679

View File

@ -48,7 +48,7 @@ Install Nodepool
::
sudo adduser --system nodepool --home-dir /var/lib/nodepool --create-home
git clone https://git.openstack.org/openstack-infra/nodepool
git clone https://git.zuul-ci.org/nodepool
cd nodepool/
sudo dnf -y install $(bindep -b)
sudo pip3 install .
@ -59,7 +59,7 @@ Install Zuul
::
sudo adduser --system zuul --home-dir /var/lib/zuul --create-home
git clone https://git.openstack.org/openstack-infra/zuul
git clone https://git.zuul-ci.org/zuul
cd zuul/
sudo dnf install $(bindep -b) -y
sudo pip3 install git+https://github.com/sigmavirus24/github3.py.git@develop#egg=Github3.py
@ -341,7 +341,7 @@ Add to ``/etc/zuul/zuul.conf``::
[connection zuul-git]
driver=git
baseurl=https://git.openstack.org/
baseurl=https://git.zuul-ci.org/
EOF"
Restart executor and scheduler::

View File

@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Web Dashboard for Zuul",
"main": "index.js",
"repository": "https://git.openstack.org/openstack-infra/zuul",
"repository": "https://git.zuul-ci.org/zuul",
"author": "OpenStack Infra",
"license": "Apache-2.0",
"babel": {