From 14196f7dee9deb0ef9822bf3c8b41142ccced858 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 2 Nov 2021 09:59:45 -0400 Subject: global: convert github SRC_URIs to use https protocol github is removing git:// access, and fetches will start experiencing interruptions in service, and eventually will fail completely. bitbake will also begin to warn on github src_uri's that don't use https. So we convert the meta-virt instances to use protocol=https (done using the oe-core contrib conversion script) Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-barbican_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-cinder_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-glance_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-glancestore_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-heat_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-heatclient_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-horizon_git.bb | 2 +- .../recipes-devtools/python/python-keystone-hybrid-backend_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-keystone_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-neutron_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-neutronclient_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-nova_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-novaclient_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-novnc_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-openstackclient_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-os-client-config.inc | 2 +- meta-openstack/recipes-devtools/python/python-rally_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-ryu_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-swift_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-trove_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-troveclient_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-barbicanclient_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-kafka_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-keystoneclient_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-memcached_git.bb | 2 +- .../recipes-devtools/python/python3-microversion-parse_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-openstacksdk_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-os-brick_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-os-vif_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-os-win_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-oslo.concurrency_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-oslo.context_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-oslo.db_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-oslo.i18n_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-oslo.log_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-oslo.messaging_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-oslo.policy_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-oslo.privsep_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-oslo.rootwrap_git.bb | 2 +- .../recipes-devtools/python/python3-oslo.serialization_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-oslo.service_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-oslo.utils_git.bb | 2 +- .../recipes-devtools/python/python3-oslo.versionedobjects_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-oslo.vmware_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-oslotest_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-ovsdbapp_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-pycadf_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-saharaclient_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-salttesting_git.bb | 2 +- meta-openstack/recipes-devtools/python/python3-trollius_git.bb | 2 +- 56 files changed, 56 insertions(+), 56 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-barbican_git.bb b/meta-openstack/recipes-devtools/python/python-barbican_git.bb index 85ab146..c71229d 100644 --- a/meta-openstack/recipes-devtools/python/python-barbican_git.bb +++ b/meta-openstack/recipes-devtools/python/python-barbican_git.bb @@ -8,7 +8,7 @@ PR = "r0" SRCNAME = "barbican" BARBICAN_MAX_PACKET_SIZE ?= "65535" -SRC_URI = "git://github.com/openstack/barbican.git;branch=master \ +SRC_URI = "git://github.com/openstack/barbican.git;branch=master;protocol=https \ file://barbican.init \ file://barbican-increase-buffer-size-to-support-PKI-tokens.patch \ file://barbican-fix-path-to-find-configuration-files.patch \ diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb index 2d6d708..ca5d62f 100644 --- a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" SRCNAME = "ceilometer" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https \ file://ceilometer.conf \ file://ceilometer.init \ file://fix_ceilometer_memory_leak.patch \ diff --git a/meta-openstack/recipes-devtools/python/python-cinder_git.bb b/meta-openstack/recipes-devtools/python/python-cinder_git.bb index e72d721..2a3ef47 100644 --- a/meta-openstack/recipes-devtools/python/python-cinder_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cinder_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" SRCNAME = "cinder" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike \ +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https \ file://cinder-init \ file://cinder-init.service \ file://cinder-api.service \ diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb index e8d6ffc..bd360ed 100644 --- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb @@ -8,7 +8,7 @@ DEPENDS = "python-setuptools3-git" SRCNAME = "python-cinderclient" SRC_URI = "\ - git://github.com/openstack/python-cinderclient.git;branch=stable/pike \ + git://github.com/openstack/python-cinderclient.git;branch=stable/pike;protocol=https \ file://cinder-api-check.sh \ " diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb index a9537ce..9fa23ed 100644 --- a/meta-openstack/recipes-devtools/python/python-glance_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" SRCNAME = "glance" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike \ +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https \ file://glance.init \ file://glance-api.service \ file://glance-registry.service \ diff --git a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb index 271eadf..01be0cf 100644 --- a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/openstack/python-glanceclient" SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" -SRC_URI = "git://github.com/openstack/python-glanceclient.git;branch=master \ +SRC_URI = "git://github.com/openstack/python-glanceclient.git;branch=master;protocol=https \ file://glance-api-check.sh \ " diff --git a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb index 6c15b74..9ae104a 100644 --- a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb @@ -8,7 +8,7 @@ SRCREV = "c816b38d9f12be75d989409cbab6dfefa8f49dc3" PV = "0.9.1+git${SRCPV}" SRC_URI = "\ - git://github.com/openstack/glance_store.git;branch=master \ + git://github.com/openstack/glance_store.git;branch=master;protocol=https \ " S = "${WORKDIR}/git" diff --git a/meta-openstack/recipes-devtools/python/python-heat_git.bb b/meta-openstack/recipes-devtools/python/python-heat_git.bb index 0f2f194..0070928 100644 --- a/meta-openstack/recipes-devtools/python/python-heat_git.bb +++ b/meta-openstack/recipes-devtools/python/python-heat_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" SRCNAME = "heat" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https \ file://heat.conf \ file://heat.init \ file://autoscaling_example.template \ diff --git a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb index db6fd60..0c15380 100644 --- a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb @@ -27,7 +27,7 @@ RDEPENDS:${PN} +="python-cliff \ PR = "r0" SRCNAME = "heatclient" -SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master" +SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master;protocol=https" PV = "1.17.0+git${SRCPV}" SRCREV = "8af5deb458d51f4ec16e769d7fd6c94655f82f5f" diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb index 9e36656..4eedead 100644 --- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb +++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb @@ -78,7 +78,7 @@ RDEPENDS:${PN} += " \ SRCNAME = "horizon" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike \ +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https \ file://wsgi-horizon.conf \ file://fix_bindir_path.patch \ file://local_settings.py \ diff --git a/meta-openstack/recipes-devtools/python/python-keystone-hybrid-backend_git.bb b/meta-openstack/recipes-devtools/python/python-keystone-hybrid-backend_git.bb index cd86952..72f5a04 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone-hybrid-backend_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystone-hybrid-backend_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://hybrid_identity.py;beginline=1;endline=14;md5=06c14f6 PR = "r0" -SRC_URI = "git://github.com/SUSE-Cloud/keystone-hybrid-backend.git;branch=havana" +SRC_URI = "git://github.com/SUSE-Cloud/keystone-hybrid-backend.git;branch=havana;protocol=https" PV="git${SRCPV}" SRCREV="0bd376242f8522edef7031d2339b9533b86c17aa" diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb index e533fcd..a1b5dd0 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" SRCNAME = "keystone" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike \ +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https \ file://keystone-init \ file://keystone-init.service \ file://keystone.conf \ diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb index 5973834..11dbb84 100644 --- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" SRCNAME = "neutron" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike \ +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https \ file://neutron-server.service \ file://neutron.conf \ file://l3_agent.ini \ diff --git a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb index 090f963..42993e6 100644 --- a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb @@ -34,7 +34,7 @@ RDEPENDS:${PN} += " \ bash \ " -SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=stable/pike \ +SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=stable/pike;protocol=https \ file://neutronclient-use-csv-flag-instead-of-json.patch \ file://neutron-api-check.sh \ " diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb index 77e7b82..7afe347 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb @@ -13,7 +13,7 @@ SRCNAME = "nova" FILESEXTRAPATHS:append := "${THISDIR}/${PN}" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike \ +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https \ file://neutron-api-set-default-binding-vnic_type.patch \ " diff --git a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb index 9f0ac5c..af9c601 100644 --- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb @@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=7cdb54622cacc9bc9b2883091e6dd669" SRC_URI = "\ - git://github.com/openstack/python-novaclient.git;branch=stable/pike \ + git://github.com/openstack/python-novaclient.git;branch=stable/pike;protocol=https \ file://nova-api-check.sh \ " diff --git a/meta-openstack/recipes-devtools/python/python-novnc_git.bb b/meta-openstack/recipes-devtools/python/python-novnc_git.bb index 8027e11..50041ac 100644 --- a/meta-openstack/recipes-devtools/python/python-novnc_git.bb +++ b/meta-openstack/recipes-devtools/python/python-novnc_git.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=6458695fb66dcd893becb5f9f912715e" SRCREV = "3b8ec46fd26d644e6edbea4f46e630929297e448" PV = "0.5.1+git${SRCPV}" -SRC_URI = "git://github.com/kanaka/noVNC.git;branch=master \ +SRC_URI = "git://github.com/kanaka/noVNC.git;branch=master;protocol=https \ file://python-distutils.patch" S = "${WORKDIR}/git" diff --git a/meta-openstack/recipes-devtools/python/python-openstackclient_git.bb b/meta-openstack/recipes-devtools/python/python-openstackclient_git.bb index b90f496..b345c39 100644 --- a/meta-openstack/recipes-devtools/python/python-openstackclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-openstackclient_git.bb @@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" SRC_URI = " \ - git://github.com/openstack/python-openstackclient.git;branch=stable/pike \ + git://github.com/openstack/python-openstackclient.git;branch=stable/pike;protocol=https \ " PV = "3.12.0+git${SRCPV}" diff --git a/meta-openstack/recipes-devtools/python/python-os-client-config.inc b/meta-openstack/recipes-devtools/python/python-os-client-config.inc index 356845a..e05746d 100644 --- a/meta-openstack/recipes-devtools/python/python-os-client-config.inc +++ b/meta-openstack/recipes-devtools/python/python-os-client-config.inc @@ -8,7 +8,7 @@ PV = "1.28.0" SRCREV = "261c05f0057d556a8910457f1e22ca4d81801081" SRCNAME = "os-client-config" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" S = "${WORKDIR}/git" diff --git a/meta-openstack/recipes-devtools/python/python-rally_git.bb b/meta-openstack/recipes-devtools/python/python-rally_git.bb index 063a2b9..9327ff5 100644 --- a/meta-openstack/recipes-devtools/python/python-rally_git.bb +++ b/meta-openstack/recipes-devtools/python/python-rally_git.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=19cbd64715b51267a47bf3750cc6a8a5" PR = "r0" SRCNAME = "rally" -SRC_URI = "git://github.com/stackforge/${SRCNAME}.git;branch=master \ +SRC_URI = "git://github.com/stackforge/${SRCNAME}.git;branch=master;protocol=https \ file://rally.init \ file://rally.conf \ file://task-example.json \ diff --git a/meta-openstack/recipes-devtools/python/python-ryu_git.bb b/meta-openstack/recipes-devtools/python/python-ryu_git.bb index cd47d60..8b4fa84 100644 --- a/meta-openstack/recipes-devtools/python/python-ryu_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ryu_git.bb @@ -8,7 +8,7 @@ PV = "4.19+git${SRCPV}" SRCREV = "51a1130f6cdcb029a51b6a75d43ac5e4cdde7072" SRCNAME = "ryu" -SRC_URI = "git://github.com/osrg/${SRCNAME}.git;branch=master" +SRC_URI = "git://github.com/osrg/${SRCNAME}.git;branch=master;protocol=https" S = "${WORKDIR}/git" diff --git a/meta-openstack/recipes-devtools/python/python-swift_git.bb b/meta-openstack/recipes-devtools/python/python-swift_git.bb index 675a185..a62d6ab 100644 --- a/meta-openstack/recipes-devtools/python/python-swift_git.bb +++ b/meta-openstack/recipes-devtools/python/python-swift_git.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" PR = "r0" SRCNAME = "swift" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https \ file://proxy-server.conf \ file://dispersion.conf \ file://test.conf \ diff --git a/meta-openstack/recipes-devtools/python/python-trove_git.bb b/meta-openstack/recipes-devtools/python/python-trove_git.bb index 7e6b6f6..b9045e2 100755 --- a/meta-openstack/recipes-devtools/python/python-trove_git.bb +++ b/meta-openstack/recipes-devtools/python/python-trove_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" SRCNAME = "trove" -SRC_URI = "git://github.com/openstack/trove.git;branch=master \ +SRC_URI = "git://github.com/openstack/trove.git;branch=master;protocol=https \ file://trove-init \ " diff --git a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb index 9955f2e..a9d20ed 100644 --- a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" SRCNAME = "troveclient" SRC_URI = "\ - git://github.com/openstack/python-troveclient.git;branch=master \ + git://github.com/openstack/python-troveclient.git;branch=master;protocol=https \ " PV = "3.0.0+git${SRCPV}" diff --git a/meta-openstack/recipes-devtools/python/python3-barbicanclient_git.bb b/meta-openstack/recipes-devtools/python/python3-barbicanclient_git.bb index 26fd387..7a0fc81 100644 --- a/meta-openstack/recipes-devtools/python/python3-barbicanclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-barbicanclient_git.bb @@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e031cff4528978748f9cc064c6e6fa73" SRC_URI = "\ - git://github.com/openstack/python-barbicanclient.git;branch=master \ + git://github.com/openstack/python-barbicanclient.git;branch=master;protocol=https \ " PV = "5.0.1+git${SRCPV}" diff --git a/meta-openstack/recipes-devtools/python/python3-kafka_git.bb b/meta-openstack/recipes-devtools/python/python3-kafka_git.bb index fdd1365..24b3220 100644 --- a/meta-openstack/recipes-devtools/python/python3-kafka_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-kafka_git.bb @@ -9,7 +9,7 @@ SRCREV = "5bb126bf20bbb5baeb4e9afc48008dbe411631bc" SRCNAME = "kafka-python" LIC_FILES_CHKSUM = "file://LICENSE;md5=22efebb1e053dcc946f4b9d17f3cbbea" -SRC_URI = "git://github.com/mumrah/${SRCNAME}.git;branch=master" +SRC_URI = "git://github.com/mumrah/${SRCNAME}.git;branch=master;protocol=https" S = "${WORKDIR}/git" diff --git a/meta-openstack/recipes-devtools/python/python3-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python3-keystoneclient_git.bb index 7511de3..689cb0d 100644 --- a/meta-openstack/recipes-devtools/python/python3-keystoneclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-keystoneclient_git.bb @@ -9,7 +9,7 @@ SRCNAME = "keystoneclient" SRC_URI = "file://keystone-api-check.sh" SRC_URI = "\ - git://github.com/openstack/python-keystoneclient.git;branch=stable/pike \ + git://github.com/openstack/python-keystoneclient.git;branch=stable/pike;protocol=https \ file://keystone-api-check.sh \ " diff --git a/meta-openstack/recipes-devtools/python/python3-memcached_git.bb b/meta-openstack/recipes-devtools/python/python3-memcached_git.bb index cfa2017..8724bfb 100644 --- a/meta-openstack/recipes-devtools/python/python3-memcached_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-memcached_git.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://PSF.LICENSE;md5=7dd786e8594f1e787da94a946557b40e" PV = "1.59+git${SRCPV}" SRCREV = "959e068fec8b4c956b0d82269336818e667726e7" -SRC_URI = "git://github.com/linsomniac/python-memcached.git;branch=master" +SRC_URI = "git://github.com/linsomniac/python-memcached.git;branch=master;protocol=https" S = "${WORKDIR}/git" diff --git a/meta-openstack/recipes-devtools/python/python3-microversion-parse_git.bb b/meta-openstack/recipes-devtools/python/python3-microversion-parse_git.bb index 3cf8b73..0860aae 100644 --- a/meta-openstack/recipes-devtools/python/python3-microversion-parse_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-microversion-parse_git.bb @@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI = "\ - git://github.com/openstack/microversion-parse.git;branch=master \ + git://github.com/openstack/microversion-parse.git;branch=master;protocol=https \ " PV = "1.0.1+git${SRCPV}" diff --git a/meta-openstack/recipes-devtools/python/python3-openstacksdk_git.bb b/meta-openstack/recipes-devtools/python/python3-openstacksdk_git.bb index 3a78fb9..5e5035d 100644 --- a/meta-openstack/recipes-devtools/python/python3-openstacksdk_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-openstacksdk_git.bb @@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" SRC_URI = " \ - git://github.com/openstack/python-openstacksdk.git;branch=master \ + git://github.com/openstack/python-openstacksdk.git;branch=master;protocol=https \ " PV = "0.52.0+git${SRCPV}" diff --git a/meta-openstack/recipes-devtools/python/python3-os-brick_git.bb b/meta-openstack/recipes-devtools/python/python3-os-brick_git.bb index c52526a..093b673 100644 --- a/meta-openstack/recipes-devtools/python/python3-os-brick_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-os-brick_git.bb @@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" SRC_URI = "\ - git://github.com/openstack/os-brick.git;branch=stable/victoria \ + git://github.com/openstack/os-brick.git;branch=stable/victoria;protocol=https \ " SRCREV = "f0cf77672fed70f20896c23015cb50341f311f38" diff --git a/meta-openstack/recipes-devtools/python/python3-os-vif_git.bb b/meta-openstack/recipes-devtools/python/python3-os-vif_git.bb index 058422b..a8fe3c0 100644 --- a/meta-openstack/recipes-devtools/python/python3-os-vif_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-os-vif_git.bb @@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" SRC_URI = "\ - git://github.com/openstack/os-vif.git;branch=master \ + git://github.com/openstack/os-vif.git;branch=master;protocol=https \ " PV = "2.2.0+git${SRCPV}" diff --git a/meta-openstack/recipes-devtools/python/python3-os-win_git.bb b/meta-openstack/recipes-devtools/python/python3-os-win_git.bb index c4f881d..b8a23fb 100644 --- a/meta-openstack/recipes-devtools/python/python3-os-win_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-os-win_git.bb @@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" SRC_URI = "\ - git://github.com/openstack/os-win.git;branch=master \ + git://github.com/openstack/os-win.git;branch=master;protocol=https \ " PV = "5.1.0+git${SRCPV}" diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb index c82fbeb..5ce82ed 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb @@ -8,7 +8,7 @@ PV = "2.6.1+git${SRCPV}" SRCREV = "df075b2465195de53e42897e7d9be6c6c375ce5e" SRCNAME = "oslo.cache" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" S = "${WORKDIR}/git" diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.concurrency_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.concurrency_git.bb index 04178c2..051f23f 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.concurrency_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.concurrency_git.bb @@ -8,7 +8,7 @@ PV = "3.21.2+git${SRCPV}" SRCREV = "1b25351d1c63e573068fff3d16faca440bbdcabf" SRCNAME = "oslo.concurrency" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" S = "${WORKDIR}/git" diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.context_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.context_git.bb index 9a0caa8..2aa318f 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.context_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.context_git.bb @@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" SRCNAME = "oslo.context" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" PV = "2.17.0+git${SRCPV}" SRCREV = "f4b6914db02e6bcf0de4a97bbc3dc85dd6e06d91" diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.db_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.db_git.bb index 357c244..0a5a05d 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.db_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.db_git.bb @@ -8,7 +8,7 @@ PV = "8.4.0+git${SRCPV}" SRCREV = "e42c73343f640eaacb0a76d204eb55c85de4f5d5" SRCNAME = "oslo.db" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" S = "${WORKDIR}/git" diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.i18n_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.i18n_git.bb index 11586da..e86a656 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.i18n_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.i18n_git.bb @@ -8,7 +8,7 @@ PV = "5.0.1+git${SRCPV}" SRCREV = "73187bd86903fc87665a829c9a0c714db6aa3022" SRCNAME = "oslo.i18n" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" inherit setuptools3 diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.log_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.log_git.bb index 6536478..c702e5c 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.log_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.log_git.bb @@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" SRCNAME = "oslo.log" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" PV = "3.30.3+git${SRCPV}" SRCREV = "76d1dee7b80c62172ea3900b75a47edf5b64cab4" diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.messaging_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.messaging_git.bb index 056e5a2..0dc65be 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.messaging_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.messaging_git.bb @@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" SRCNAME = "oslo.messaging" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" PV = "12.5.0+git${SRCPV}" SRCREV = "62e104bdb57714a0754f788795d1b4faf8ebb74d" diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb index 090a365..6fe8544 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb @@ -8,7 +8,7 @@ PV = "4.1.0+git${SRCPV}" SRCREV = "7355d905bc0e6b7d8884e290cc26895eed0f7179" SRCNAME = "oslo.middleware" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" S = "${WORKDIR}/git" diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.policy_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.policy_git.bb index 899e939..e4df6dd 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.policy_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.policy_git.bb @@ -9,7 +9,7 @@ PV = "3.3.0+git${SRCPV}" SRCREV = "cab28649c689067970a51a2f9b329bdd6a0f0501" SRCNAME = "oslo.policy" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" S = "${WORKDIR}/git" diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.privsep_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.privsep_git.bb index d7dffc0..f6e5102 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.privsep_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.privsep_git.bb @@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" SRCNAME = "oslo.privsep" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" PV = "2.4.0+git${SRCPV}" SRCREV = "512b5d9f6b79b798474d8bb2dac2462b0f705cb9" diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb index f1c5124..cdbd381 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb @@ -8,7 +8,7 @@ PV = "2.2.0+git${SRCPV}" SRCREV = "bc631aedef131bc45225720e5c8f8e4ca35ff020" SRCNAME = "oslo.reports" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" S = "${WORKDIR}/git" diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.rootwrap_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.rootwrap_git.bb index 2ba4cb8..a61ff55 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.rootwrap_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.rootwrap_git.bb @@ -8,7 +8,7 @@ PV = "6.1.0+git${SRCPV}" SRCREV = "ff61e1577c3aaec6242951876263108559d1a203" SRCNAME = "oslo.rootwrap" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" S = "${WORKDIR}/git" diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.serialization_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.serialization_git.bb index 3935026..542404a 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.serialization_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.serialization_git.bb @@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" SRCNAME = "oslo.serialization" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" PV = "2.20.0+git${SRCPV}" SRCREV = "e56d91427c11a3813a0154d47e804018e580086e" diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.service_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.service_git.bb index c2f6702..4ca31f1 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.service_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.service_git.bb @@ -8,7 +8,7 @@ PV = "1.25.2" SRCREV = "8481ce67951aa1b44203c03639b79e06f65bd8bc" SRCNAME = "oslo.service" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" S = "${WORKDIR}/git" diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.utils_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.utils_git.bb index 7036bd0..7bec980 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.utils_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.utils_git.bb @@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" SRCNAME = "oslo.utils" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" PV = "3.28.0+git${SRCPV}" SRCREV = "8b3965b9bbe1e31a4939f2f69c5239d6d5c7f72c" diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb index 9f171fa..4b4634a 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb @@ -8,7 +8,7 @@ PV = "2.3.0+git${SRCPV}" SRCREV = "8db69628834332ed2df6690135be5d5c1ebd3ca1" SRCNAME = "oslo.versionedobjects" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" S = "${WORKDIR}/git" diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.vmware_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.vmware_git.bb index b4d0490..e748a1f 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.vmware_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.vmware_git.bb @@ -8,7 +8,7 @@ PV = "3.4.0+git${SRCPV}" SRCREV = "32c8d43a20cb6a29f03324fbc2e6cad3bfb5a294" SRCNAME = "oslo.vmware" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" S = "${WORKDIR}/git" diff --git a/meta-openstack/recipes-devtools/python/python3-oslotest_git.bb b/meta-openstack/recipes-devtools/python/python3-oslotest_git.bb index 04f6d49..c441650 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslotest_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslotest_git.bb @@ -10,7 +10,7 @@ PV = "2.17.2+git${SRCPV}" SRCREV = "54ac29c3edd46530c1ee90eb860a7e686d9a3740" SRCNAME = "oslotest" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" S = "${WORKDIR}/git" diff --git a/meta-openstack/recipes-devtools/python/python3-ovsdbapp_git.bb b/meta-openstack/recipes-devtools/python/python3-ovsdbapp_git.bb index bdd0503..b5de262 100644 --- a/meta-openstack/recipes-devtools/python/python3-ovsdbapp_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-ovsdbapp_git.bb @@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" SRCNAME = "ovsdbapp" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" PV = "0.4.4+git${SRCPV}" SRCREV = "40064ca2d99389f278028508a17f2e38d6df6f10" diff --git a/meta-openstack/recipes-devtools/python/python3-pycadf_git.bb b/meta-openstack/recipes-devtools/python/python3-pycadf_git.bb index 5c00966..4f9618d 100644 --- a/meta-openstack/recipes-devtools/python/python3-pycadf_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-pycadf_git.bb @@ -8,7 +8,7 @@ PV = "3.1.0+git${SRCPV}" SRCREV = "2402013a8719873d65136fc283e1855166adbc26" SRCNAME = "pycadf" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" S = "${WORKDIR}/git" diff --git a/meta-openstack/recipes-devtools/python/python3-saharaclient_git.bb b/meta-openstack/recipes-devtools/python/python3-saharaclient_git.bb index c75ef5d..7dfd0f8 100644 --- a/meta-openstack/recipes-devtools/python/python3-saharaclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-saharaclient_git.bb @@ -22,7 +22,7 @@ SRCNAME = "saharaclient" inherit setuptools3 -SRC_URI = "git://github.com/openstack/python-saharaclient.git;branch=master" +SRC_URI = "git://github.com/openstack/python-saharaclient.git;branch=master;protocol=https" PV = "3.2.1+git${SRCPV}" SRCREV = "a9fee07108c432e20a3ca7760541d4fcb4f14811" diff --git a/meta-openstack/recipes-devtools/python/python3-salttesting_git.bb b/meta-openstack/recipes-devtools/python/python3-salttesting_git.bb index d146730..51cf18e 100644 --- a/meta-openstack/recipes-devtools/python/python3-salttesting_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-salttesting_git.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=f36f1e9e3e30f90180efdf7e40d943e5" -SRC_URI = "git://github.com/saltstack/salt-testing.git;branch=develop \ +SRC_URI = "git://github.com/saltstack/salt-testing.git;branch=develop;protocol=https \ file://0001-Add-ptest-output-option-to-test-suite.patch \ " diff --git a/meta-openstack/recipes-devtools/python/python3-trollius_git.bb b/meta-openstack/recipes-devtools/python/python3-trollius_git.bb index 8df1948..12941ba 100644 --- a/meta-openstack/recipes-devtools/python/python3-trollius_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-trollius_git.bb @@ -8,7 +8,7 @@ PV = "3.4.3+git${SRCPV}" SRCREV = "7b2d8abfce1d7ef18ef516f9b1b7032172630375" SRCNAME = "trollius" -SRC_URI = "git://github.com/haypo/${SRCNAME}.git;branch=trollius" +SRC_URI = "git://github.com/haypo/${SRCNAME}.git;branch=trollius;protocol=https" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf