Use git:// for git-mirror
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 3 Mar 2021 14:59:29 +0000 (09:59 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 3 Mar 2021 14:59:29 +0000 (09:59 -0500)
The http side is not scaled to usage.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
jobs/linux-rseq.yaml
jobs/system-tests.yaml

index 2c7683ba8aea37e842c93e8a0418aa42da94f940..966fa0e9ffa0343c96bfc242b916bf61a35092e8 100644 (file)
@@ -19,7 +19,7 @@
 
     scm:
       - git:
-          url: https://git-mirror.internal.efficios.com/kernel/rseq/linux-rseq.git
+          url: git://git-mirror.internal.efficios.com/kernel/rseq/linux-rseq.git
           branches:
             - origin/rseq/dev
           basedir: src/linux-rseq
index d9af256748a6591f1d2abcc8f8af009e14acbc54..20b53e1b8181fa9d7b74db2c054de9caa4c991af 100644 (file)
@@ -21,7 +21,7 @@
           description: 'The linux kernel git tag to build against.'
       - string:
           name: 'KERNEL_REPO'
-          default: 'https://git-mirror.internal.efficios.com/kernel/stable/linux-stable.git'
+          default: 'git://git-mirror.internal.efficios.com/kernel/stable/linux-stable.git'
           description: 'Linux kernel git repo to checkout the kernel id'
       - string:
           name: 'LTTNG_TOOLS_REPO'
       - string:
           name: 'LTTNG_MODULES_REPO'
           description: 'The LTTng Modules git repo to fetch from'
-          default: 'https://git-mirror.internal.efficios.com/lttng/lttng-modules.git'
+          default: 'git://git-mirror.internal.efficios.com/lttng/lttng-modules.git'
       - string:
           name: 'KERNEL_COMMIT_ID'
           description: 'The kernel commit to build.'
This page took 0.02494 seconds and 4 git commands to generate.