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: Ifbcf9ea85d1a7d7a54c2a3b709159bede432e4b6
This commit is contained in:
parent
45de1bab35
commit
0b3d5ca5b8
@ -100,7 +100,7 @@ contrib modules, patches, themes and libraries.
|
||||
Fetch the git repository and clone a working copy, then build the distribution
|
||||
into site vhost directory:
|
||||
|
||||
$ git clone git://git.openstack.org/openstack-infra/groups groups
|
||||
$ git clone https://git.openstack.org/openstack-infra/groups groups
|
||||
$ cd groups
|
||||
$ bash scripts/dev-build.sh /var/www/groups-dev.local
|
||||
|
||||
@ -141,7 +141,7 @@ clone to a local directory from openstack-infra/groups-static-pages repository
|
||||
and don't forget to set the groups_feeds_markdown_directory variable to
|
||||
specify the location of the files
|
||||
|
||||
$ git://git.openstack.org/openstack-infra/groups-static-pages /var/www/groups-static-pages
|
||||
$ https://git.openstack.org/openstack-infra/groups-static-pages /var/www/groups-static-pages
|
||||
$ drush vset groups_feeds_markdown_directory /var/www/groups-static-pages
|
||||
$ drush import-static-pages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user