From 0b3d5ca5b803f4a70c68dd5a955211fb1675bbed Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:33:44 +0000 Subject: [PATCH] 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 --- groups-portal-contrib-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/groups-portal-contrib-guide.md b/groups-portal-contrib-guide.md index 1493d7c..128c413 100644 --- a/groups-portal-contrib-guide.md +++ b/groups-portal-contrib-guide.md @@ -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