Select the https URL by default for xe since users may not have registered a gitlab ssh key yet, and may get confused by the corresponding error message.
Suggested-by: Daniel Vetter <[email protected]> Cc: [email protected] Cc: Lucas De Marchi <[email protected]> Signed-off-by: Thomas Hellström <[email protected]> --- nightly.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nightly.conf b/nightly.conf index accd3ff2cc39..84dbdb98a99f 100644 --- a/nightly.conf +++ b/nightly.conf @@ -25,8 +25,8 @@ https://anongit.freedesktop.org/git/drm/drm-tip https://anongit.freedesktop.org/git/drm/drm-tip.git " drm_tip_repos[drm-xe]=" -ssh://[email protected]/drm/xe/kernel.git https://gitlab.freedesktop.org/drm/xe/kernel.git +ssh://[email protected]/drm/xe/kernel.git " drm_tip_repos[drm-intel]=" ssh://git.freedesktop.org/git/drm/drm-intel -- 2.43.0
