diff mbox series

nightly.conf: Reorder the xe repo URLs

Message ID 20240109150015.193368-1-thomas.hellstrom@linux.intel.com (mailing list archive)
State New, archived
Headers show
Series nightly.conf: Reorder the xe repo URLs | expand

Commit Message

Thomas Hellström Jan. 9, 2024, 3 p.m. UTC
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 <daniel@ffwll.ch>
Cc: intel-xe@lists.freedesktop.org
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
---
 nightly.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Lucas De Marchi Jan. 9, 2024, 3:28 p.m. UTC | #1
On Tue, Jan 09, 2024 at 04:00:15PM +0100, Thomas Hellström wrote:
>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 <daniel@ffwll.ch>
>Cc: intel-xe@lists.freedesktop.org
>Cc: Lucas De Marchi <lucas.demarchi@intel.com>
>Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>


Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>

Lucas De Marchi

>---
> 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://git@gitlab.freedesktop.org/drm/xe/kernel.git
> https://gitlab.freedesktop.org/drm/xe/kernel.git
>+ssh://git@gitlab.freedesktop.org/drm/xe/kernel.git
> "
> drm_tip_repos[drm-intel]="
> ssh://git.freedesktop.org/git/drm/drm-intel
>-- 
>2.43.0
>
diff mbox series

Patch

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://git@gitlab.freedesktop.org/drm/xe/kernel.git
 https://gitlab.freedesktop.org/drm/xe/kernel.git
+ssh://git@gitlab.freedesktop.org/drm/xe/kernel.git
 "
 drm_tip_repos[drm-intel]="
 ssh://git.freedesktop.org/git/drm/drm-intel