]> xenbits.xensource.com Git - xen.git/commit
build: Use HTTPS for all xenbits.xen.org Git repos
authorDemi Marie Obenour <demi@invisiblethingslab.com>
Tue, 21 Mar 2023 17:33:34 +0000 (13:33 -0400)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 24 Mar 2023 16:29:13 +0000 (16:29 +0000)
commiteb23eef476bf44f933fcff42e55119473a1d6e19
treeb30167f506f0f73ac1aa5ec8e6915514378dfc91
parent79493f2b33eeeccc78db25435181a03f5c46b3e6
build: Use HTTPS for all xenbits.xen.org Git repos

Obtaining code over an insecure transport is a terrible idea for
blatently obvious reasons.  Even for non-executable data, insecure
transports are considered deprecated.

This patch enforces the use of secure transports for all xenbits git
repositories.  It was generated with the following shell script:

    git ls-files -z |
    xargs -0 -- sed -Ei -- 's@(git://xenbits\.xen\.org|http://xenbits\.xen\.org/git-http)/@https://xenbits.xen.org/git-http/@g'

All altered links have been tested and are known to work.

Signed-off-by: Demi Marie Obenour <demi@invisiblethingslab.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Config.mk
docs/misc/livepatch.pandoc
docs/process/xen-release-management.pandoc
scripts/get_maintainer.pl