From 524751ae76dfcdadda65d7151bcbd9cd10ba8645 Mon Sep 17 00:00:00 2001 From: Adrian-Ken Rueegsegger Date: Fri, 25 Sep 2020 18:36:25 +0200 Subject: [PATCH] testing: Switch to https for codelabs recipes --- testing/scripts/recipes/005_anet.mk | 2 +- testing/scripts/recipes/006_tkm-rpc.mk | 2 +- testing/scripts/recipes/007_x509-ada.mk | 2 +- testing/scripts/recipes/008_xfrm-ada.mk | 2 +- testing/scripts/recipes/009_xfrm-proxy.mk | 2 +- testing/scripts/recipes/010_tkm.mk | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/testing/scripts/recipes/005_anet.mk b/testing/scripts/recipes/005_anet.mk index abb2db4d3a..91f7f78ea2 100644 --- a/testing/scripts/recipes/005_anet.mk +++ b/testing/scripts/recipes/005_anet.mk @@ -1,7 +1,7 @@ #!/usr/bin/make PKG = anet -SRC = http://git.codelabs.ch/git/$(PKG).git +SRC = https://git.codelabs.ch/git/$(PKG).git REV = c9bdee807f2fcd2b6ec2ad8fe4c814e1abb71358 PREFIX = /usr/local/ada diff --git a/testing/scripts/recipes/006_tkm-rpc.mk b/testing/scripts/recipes/006_tkm-rpc.mk index f80cd6e715..dc86fa5fa7 100644 --- a/testing/scripts/recipes/006_tkm-rpc.mk +++ b/testing/scripts/recipes/006_tkm-rpc.mk @@ -1,7 +1,7 @@ #!/usr/bin/make PKG = tkm-rpc -SRC = http://git.codelabs.ch/git/$(PKG).git +SRC = https://git.codelabs.ch/git/$(PKG).git REV = 075d22871cf81d497aac656c7f03a513278b641c PREFIX = /usr/local/ada diff --git a/testing/scripts/recipes/007_x509-ada.mk b/testing/scripts/recipes/007_x509-ada.mk index 08e57fc603..e096cef660 100644 --- a/testing/scripts/recipes/007_x509-ada.mk +++ b/testing/scripts/recipes/007_x509-ada.mk @@ -1,7 +1,7 @@ #!/usr/bin/make PKG = x509-ada -SRC = http://git.codelabs.ch/git/$(PKG).git +SRC = https://git.codelabs.ch/git/$(PKG).git REV = v0.1.2 PREFIX = /usr/local/ada diff --git a/testing/scripts/recipes/008_xfrm-ada.mk b/testing/scripts/recipes/008_xfrm-ada.mk index 82590eeb0a..185f813e72 100644 --- a/testing/scripts/recipes/008_xfrm-ada.mk +++ b/testing/scripts/recipes/008_xfrm-ada.mk @@ -1,7 +1,7 @@ #!/usr/bin/make PKG = xfrm-ada -SRC = http://git.codelabs.ch/git/$(PKG).git +SRC = https://git.codelabs.ch/git/$(PKG).git REV = v0.1 PREFIX = /usr/local/ada diff --git a/testing/scripts/recipes/009_xfrm-proxy.mk b/testing/scripts/recipes/009_xfrm-proxy.mk index dc42b3673b..094c7e27fa 100644 --- a/testing/scripts/recipes/009_xfrm-proxy.mk +++ b/testing/scripts/recipes/009_xfrm-proxy.mk @@ -1,7 +1,7 @@ #!/usr/bin/make PKG = xfrm-proxy -SRC = http://git.codelabs.ch/git/$(PKG).git +SRC = https://git.codelabs.ch/git/$(PKG).git REV = v0.1 export ADA_PROJECT_PATH=/usr/local/ada/lib/gnat diff --git a/testing/scripts/recipes/010_tkm.mk b/testing/scripts/recipes/010_tkm.mk index 863a755d61..a999ef83fe 100644 --- a/testing/scripts/recipes/010_tkm.mk +++ b/testing/scripts/recipes/010_tkm.mk @@ -1,7 +1,7 @@ #!/usr/bin/make PKG = tkm -SRC = http://git.codelabs.ch/git/$(PKG).git +SRC = https://git.codelabs.ch/git/$(PKG).git REV = 53d224a7312124516aa6220743355c896be6345a export ADA_PROJECT_PATH=/usr/local/ada/lib/gnat -- 2.47.2