Replace openstack.org git:// URLs with https://

This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I229c1efd14751dc7c75a5d864375c2a0ea4c2ca8
This commit is contained in:
Ian Wienand 2019-03-24 20:33:20 +00:00
parent 34e734f474
commit 25e4d69242
5 changed files with 6 additions and 6 deletions

View File

@ -106,7 +106,7 @@ Quick Guide to Users
### Install Compass from source?
1. Run `git clone -b dev/exeperimental git://git.openstack.org/openstack/compass-core.git`
1. Run `git clone -b dev/exeperimental https://git.openstack.org/openstack/compass-core.git`
2. Run `cd compass` to the Compass project directory.
3. Run `./install/install.sh` to setup compass environment. Please note that before you execute `install.sh`, you may setup your environment variables in `install/install.conf`, explanations and examples of those variables can be found in `install.conf`.
4. Run `./bin/refresh.sh` to initialize database.
@ -119,7 +119,7 @@ Quick Guide to Users
2. Make sure your OS and CPU architecture are both 64-bit.
3. Make sure you have virtualbox installed.
4. Make sure you have virtualbox extension pack installed to support pxe.
5. Run `git clone -b dev/experimental git://git.openstack.org/openstack/compass-core.git`
5. Run `git clone -b dev/experimental https://git.openstack.org/openstack/compass-core.git`
6. Go to directory `compass-core/vagrant`
7. Run `./launch.sh`
Note: all the vboxnet interfaces and compass related vms should be removed prior to another launch.

View File

@ -24,7 +24,7 @@
<concurrentBuild>true</concurrentBuild>
<builders>
<hudson.tasks.Shell>
<command>/home/jenkins/script/gerrit-git-prep.sh https://review.openstack.org git://git.openstack.org</command>
<command>/home/jenkins/script/gerrit-git-prep.sh https://review.openstack.org https://git.openstack.org</command>
</hudson.tasks.Shell>
<hudson.tasks.Shell>
<command>/home/jenkins/script/run-docs.sh</command>

View File

@ -24,7 +24,7 @@
<concurrentBuild>true</concurrentBuild>
<builders>
<hudson.tasks.Shell>
<command>/home/jenkins/script/gerrit-git-prep.sh https://review.openstack.org git://git.openstack.org</command>
<command>/home/jenkins/script/gerrit-git-prep.sh https://review.openstack.org https://git.openstack.org</command>
</hudson.tasks.Shell>
<hudson.tasks.Shell>
<command>/home/jenkins/script/run-docs.sh</command>

View File

@ -28,7 +28,7 @@ pkg_installer: ['ansible']
epel_6: "https://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm"
# compass adapters
compass_adapters: "git://git.openstack.org/openstack/compass-adapters.git"
compass_adapters: "https://git.openstack.org/openstack/compass-adapters.git"
## cobbler
# cidr for docker bridge: compass0

View File

@ -47,7 +47,7 @@ VBoxManage storageattach storage --storagectl "storage-IDE" --port 0 --device 0
# compass
# get latest ansible code
cd $SCRIPT_DIR
git clone -b dev/experimental git://git.openstack.org/openstack/compass-adapters.git
git clone -b dev/experimental https://git.openstack.org/openstack/compass-adapters.git
cp -r compass-adapters/ansible/openstack_juno compass-adapters/ansible/openstack_juno_plumgrid
vagrant box list |grep compass
if [ "$?" != "0" ]; then