From e59ac62f4a5587e5ee8f99377ca1048bb133d303 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 20 Apr 2020 10:55:31 -0400 Subject: [PATCH 1/1] jjb: lttng-modules: USe internal git mirror Signed-off-by: Michael Jeanson --- jobs/lttng-modules.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jobs/lttng-modules.yaml b/jobs/lttng-modules.yaml index d3f696a..45ef167 100644 --- a/jobs/lttng-modules.yaml +++ b/jobs/lttng-modules.yaml @@ -165,7 +165,7 @@ scm: - git: - url: git://github.com/{github_user}/{github_name}.git + url: git://git-mirror.internal.efficios.com/{github_user}/{github_name}.git browser: githubweb browser-url: https://github.com/{github_user}/{github_name} branches: @@ -408,7 +408,7 @@ description: 'The lttng-modules branch to build.' - string: name: 'mgitrepo' - default: 'git://github.com/lttng/lttng-modules.git' + default: 'git://git-mirror.internal.efficios.com/lttng/lttng-modules.git' description: 'The lttng-modules git repository url.' - string: name: 'ktag' @@ -461,7 +461,7 @@ description: 'The lttng-modules branch to build.' - string: name: 'mgitrepo' - default: 'git://github.com/lttng/lttng-modules.git' + default: 'git://git-mirror.internal.efficios.com/lttng/lttng-modules.git' description: 'The lttng-modules git repository url.' - string: name: 'ktag' -- 2.34.1