Use $GIT_URL in scripts to avoid https CA cert failure. 31/33931/1
authorDave Wallace <dwallacelf@gmail.com>
Fri, 1 Oct 2021 17:32:52 +0000 (13:32 -0400)
committerDave Wallace <dwallacelf@gmail.com>
Fri, 1 Oct 2021 17:32:52 +0000 (13:32 -0400)
commit75e26c58e134d450b19b983ab50b6926b13b120d
tree574fb752bffaa910ba9c24a740d38eb4d7687fe9
parent54e6a1a3ae92d6a8da6f82edccced9918e2cbd6a
Use $GIT_URL in scripts to avoid https CA cert failure.

- git clone using https fails due to expired CA certificate,
  but project repo git clone works using git transfer protocol.
  Use $GIT_URL for clone command in scripts which use the git
  transfer protocol to the git mirror (same as git clone
  of project repo's) instead of https to the public gerrit ip
  address.

Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Change-Id: I15ef9e79e7e32d1561f6c452d192048f04c55caa
jjb/scripts/csit/device-semiweekly.sh [changed mode: 0644->0755]
jjb/scripts/csit/perf-timed.sh [changed mode: 0644->0755]
jjb/scripts/vpp/check_crc.sh [changed mode: 0644->0755]
jjb/scripts/vpp/csit-device.sh [changed mode: 0644->0755]
jjb/scripts/vpp/csit-perf.sh [changed mode: 0644->0755]