aboutsummaryrefslogtreecommitdiffstats
path: root/README.adoc
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2022-06-18 11:54:15 +0200
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-08-13 04:02:51 +0700
commit5455b42405695a7251208b359f4a1c35a6d74e29 (patch)
treed884d498a4fc2a46778c390ca719aa70fdeff307 /README.adoc
parent942f5ef96cfbfc85d725bb410e9e30f5aeb7502b (diff)
update git URLs (git -> https; gitea/gerrit)
Unencrypted git:// protocol offers no integrity or authentication, making it subject to tampering. Use https:// instead. https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git https://blog.readthedocs.com/github-git-protocol-deprecation/ Change-Id: Ia44e4127ff87a3d4d747225d3258188a0a891f1b
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc
index bd4ef2a..23d723b 100644
--- a/README.adoc
+++ b/README.adoc
@@ -24,7 +24,7 @@ and automatically fetched and reset to "origin/master" (override with
$OSMO_BRANCH_DOCKER_PLAYGROUND). The fetch and reset gets skipped if
_docker_playground is a symlink. For development, set it up as follows:
- $ git clone https://git.osmocom.org/docker-playground
- $ git clone https://git.osmocom.org/osmo-ci
+ $ git clone https://gitea.osmocom.org/osmocom/docker-playground
+ $ git clone https://gitea.osmocom.org/osmocom/osmo-ci
$ cd osmo-ci
$ ln -s ../docker-playground _docker_playground