jjb: ust-benchmark: github removed git:// protocol
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 29 Jul 2022 14:54:43 +0000 (10:54 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Fri, 29 Jul 2022 14:54:43 +0000 (10:54 -0400)
Change-Id: I3aa26ffa8f0b014e7f96e6e71a9a190c8aa686bc

scripts/lttng-ust-benchmarks/build.sh

index 13e6d639d383d5b7e3b34f7c09737dff05feadf8..ef1c664697ef2771025fd14e3303e3ca7bc98cba 100644 (file)
@@ -48,7 +48,7 @@ TOOLS_BINS="$WORKSPACE/deps/lttng-tools/build/bin/"
 TOOLS_PY="$WORKSPACE/deps/lttng-tools/build/lib/python$P3_VERSION/site-packages/"
 
 rm -rf "$WORKSPACE/deps/lttng-modules"
-git clone git://github.com/lttng/lttng-modules.git "$WORKSPACE/deps/lttng-modules"
+git clone https://github.com/lttng/lttng-modules.git "$WORKSPACE/deps/lttng-modules"
 
 export CFLAGS="-I$URCU_INCS -I$UST_INCS"
 export LDFLAGS="-L$URCU_LIBS -L$UST_LIBS"
This page took 0.02316 seconds and 4 git commands to generate.