diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-02 09:59:45 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-02 09:59:45 -0400 |
| commit | 14196f7dee9deb0ef9822bf3c8b41142ccced858 (patch) | |
| tree | d297afcdd481651973fd18eba83938072d4763ba /meta-openstack/recipes-extended | |
| parent | 231008bc0f0b6471eb595e38fb077d3fe9baa367 (diff) | |
| download | meta-cloud-services-14196f7dee9deb0ef9822bf3c8b41142ccced858.tar.gz | |
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 <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-extended')
| -rw-r--r-- | meta-openstack/recipes-extended/novnc/novnc_git.bb | 2 | ||||
| -rw-r--r-- | meta-openstack/recipes-extended/tempest/tempest_git.bb | 2 | ||||
| -rw-r--r-- | meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-extended/novnc/novnc_git.bb b/meta-openstack/recipes-extended/novnc/novnc_git.bb index 6db0de4..82dcd4b 100644 --- a/meta-openstack/recipes-extended/novnc/novnc_git.bb +++ b/meta-openstack/recipes-extended/novnc/novnc_git.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b428e7772bf00c07fb7b863b80358adf" | |||
| 7 | SRCREV = "9142f8f0f7b4a53447f5cfec3a797cbf0d6204a9" | 7 | SRCREV = "9142f8f0f7b4a53447f5cfec3a797cbf0d6204a9" |
| 8 | PV = "1.2.0+git${SRCPV}" | 8 | PV = "1.2.0+git${SRCPV}" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/kanaka/noVNC.git;branch=master" | 10 | SRC_URI = "git://github.com/kanaka/noVNC.git;branch=master;protocol=https" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
diff --git a/meta-openstack/recipes-extended/tempest/tempest_git.bb b/meta-openstack/recipes-extended/tempest/tempest_git.bb index ed5c404..4854516 100644 --- a/meta-openstack/recipes-extended/tempest/tempest_git.bb +++ b/meta-openstack/recipes-extended/tempest/tempest_git.bb | |||
| @@ -9,7 +9,7 @@ SRCNAME = "tempest" | |||
| 9 | 9 | ||
| 10 | inherit setuptools3 identity hosts | 10 | inherit setuptools3 identity hosts |
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 12 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https \ |
| 13 | file://tempest.conf \ | 13 | file://tempest.conf \ |
| 14 | file://logging.conf \ | 14 | file://logging.conf \ |
| 15 | " | 15 | " |
diff --git a/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb b/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb index f6559f9..62e0df4 100644 --- a/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb +++ b/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb | |||
| @@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=33ab1ce13e2312dddfad07f97f66321f" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=33ab1ce13e2312dddfad07f97f66321f" |
| 6 | 6 | ||
| 7 | SRCNAME = "uwsgi" | 7 | SRCNAME = "uwsgi" |
| 8 | SRC_URI = "git://github.com/unbit/uwsgi.git;branch=uwsgi-2.0 \ | 8 | SRC_URI = "git://github.com/unbit/uwsgi.git;branch=uwsgi-2.0;protocol=https \ |
| 9 | file://Add-explicit-breaks-to-avoid-implicit-passthrough.patch \ | 9 | file://Add-explicit-breaks-to-avoid-implicit-passthrough.patch \ |
| 10 | file://more-Add-explicit-breaks-to-avoid-implicit-passthrough.patch \ | 10 | file://more-Add-explicit-breaks-to-avoid-implicit-passthrough.patch \ |
| 11 | " | 11 | " |
