diff mbox series

drm/ci: update link to Gitlab server

Message ID 20240717235221.64629-1-deborah.brouwer@collabora.com (mailing list archive)
State New, archived
Headers show
Series drm/ci: update link to Gitlab server | expand

Commit Message

Deborah Brouwer July 17, 2024, 11:52 p.m. UTC
Before building an image, the build script looks to see if there are fixes
to apply from an upstream repository. The link for the upstream repository
git://anongit.freedesktop.org/drm/drm became obsolete with the move to
Gitlab server in March 2024. Until recently, this obsolete link was
harmless because anongit would at least respond that there were no such
fixes available. In the last few days anongit has stopped responding to
requests causing the build script to hang indefinitely.

Update the link from anongit to the Gitlab server to prevent the build
script from hanging indefinitely.

Signed-off-by: Deborah Brouwer <deborah.brouwer@collabora.com>
---
Link to pipeline for this change:
https://gitlab.freedesktop.org/dbrouwer/kernel/-/pipelines/1226742

 drivers/gpu/drm/ci/gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Daniel Stone July 18, 2024, 11:04 a.m. UTC | #1
Hi,

On Thu, 18 Jul 2024 at 00:52, Deborah Brouwer
<deborah.brouwer@collabora.com> wrote:
> Before building an image, the build script looks to see if there are fixes
> to apply from an upstream repository. The link for the upstream repository
> git://anongit.freedesktop.org/drm/drm became obsolete with the move to
> Gitlab server in March 2024. Until recently, this obsolete link was
> harmless because anongit would at least respond that there were no such
> fixes available. In the last few days anongit has stopped responding to
> requests causing the build script to hang indefinitely.
>
> Update the link from anongit to the Gitlab server to prevent the build
> script from hanging indefinitely.

It should be fixed by now, but yeah, the canonical source has changed.

Reviewed-by: Daniel Stone <daniels@collabora.com>

Thanks Deborah!

Cheers,
Daniel
Helen Mae Koike Fornazier July 18, 2024, 11:16 a.m. UTC | #2
On 17/07/2024 20:52, Deborah Brouwer wrote:
> Before building an image, the build script looks to see if there are fixes
> to apply from an upstream repository. The link for the upstream repository
> git://anongit.freedesktop.org/drm/drm became obsolete with the move to
> Gitlab server in March 2024. Until recently, this obsolete link was
> harmless because anongit would at least respond that there were no such
> fixes available. In the last few days anongit has stopped responding to
> requests causing the build script to hang indefinitely.
> 
> Update the link from anongit to the Gitlab server to prevent the build
> script from hanging indefinitely.
> 
> Signed-off-by: Deborah Brouwer <deborah.brouwer@collabora.com>

Acked-by: Helen Koike <helen.koike@collabora.com>

Thanks
Helen

> ---
> Link to pipeline for this change:
> https://gitlab.freedesktop.org/dbrouwer/kernel/-/pipelines/1226742
> 
>   drivers/gpu/drm/ci/gitlab-ci.yml | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/ci/gitlab-ci.yml b/drivers/gpu/drm/ci/gitlab-ci.yml
> index b09976c3d2c2..259fb1c9a855 100644
> --- a/drivers/gpu/drm/ci/gitlab-ci.yml
> +++ b/drivers/gpu/drm/ci/gitlab-ci.yml
> @@ -2,7 +2,7 @@ variables:
>     DRM_CI_PROJECT_PATH: &drm-ci-project-path mesa/mesa
>     DRM_CI_COMMIT_SHA: &drm-ci-commit-sha e2b9c5a9e3e4f9b532067af8022eaef8d6fc6c00
>   
> -  UPSTREAM_REPO: git://anongit.freedesktop.org/drm/drm
> +  UPSTREAM_REPO: https://gitlab.freedesktop.org/drm/kernel.git
>     TARGET_BRANCH: drm-next
>   
>     IGT_VERSION: f13702b8e4e847c56da3ef6f0969065d686049c5
Helen Mae Koike Fornazier July 26, 2024, 12:05 a.m. UTC | #3
On 18/07/2024 08:16, Helen Koike wrote:
> 
> 
> On 17/07/2024 20:52, Deborah Brouwer wrote:
>> Before building an image, the build script looks to see if there are 
>> fixes
>> to apply from an upstream repository. The link for the upstream 
>> repository
>> git://anongit.freedesktop.org/drm/drm became obsolete with the move to
>> Gitlab server in March 2024. Until recently, this obsolete link was
>> harmless because anongit would at least respond that there were no such
>> fixes available. In the last few days anongit has stopped responding to
>> requests causing the build script to hang indefinitely.
>>
>> Update the link from anongit to the Gitlab server to prevent the build
>> script from hanging indefinitely.
>>
>> Signed-off-by: Deborah Brouwer <deborah.brouwer@collabora.com>
> 
> Acked-by: Helen Koike <helen.koike@collabora.com>
> 
> Thanks
> Helen
> 

Applied to drm-misc-next

Thanks
Helen

>> ---
>> Link to pipeline for this change:
>> https://gitlab.freedesktop.org/dbrouwer/kernel/-/pipelines/1226742
>>
>>   drivers/gpu/drm/ci/gitlab-ci.yml | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/gpu/drm/ci/gitlab-ci.yml b/drivers/gpu/drm/ci/ 
>> gitlab-ci.yml
>> index b09976c3d2c2..259fb1c9a855 100644
>> --- a/drivers/gpu/drm/ci/gitlab-ci.yml
>> +++ b/drivers/gpu/drm/ci/gitlab-ci.yml
>> @@ -2,7 +2,7 @@ variables:
>>     DRM_CI_PROJECT_PATH: &drm-ci-project-path mesa/mesa
>>     DRM_CI_COMMIT_SHA: &drm-ci-commit-sha 
>> e2b9c5a9e3e4f9b532067af8022eaef8d6fc6c00
>> -  UPSTREAM_REPO: git://anongit.freedesktop.org/drm/drm
>> +  UPSTREAM_REPO: https://gitlab.freedesktop.org/drm/kernel.git
>>     TARGET_BRANCH: drm-next
>>     IGT_VERSION: f13702b8e4e847c56da3ef6f0969065d686049c5
>
diff mbox series

Patch

diff --git a/drivers/gpu/drm/ci/gitlab-ci.yml b/drivers/gpu/drm/ci/gitlab-ci.yml
index b09976c3d2c2..259fb1c9a855 100644
--- a/drivers/gpu/drm/ci/gitlab-ci.yml
+++ b/drivers/gpu/drm/ci/gitlab-ci.yml
@@ -2,7 +2,7 @@  variables:
   DRM_CI_PROJECT_PATH: &drm-ci-project-path mesa/mesa
   DRM_CI_COMMIT_SHA: &drm-ci-commit-sha e2b9c5a9e3e4f9b532067af8022eaef8d6fc6c00
 
-  UPSTREAM_REPO: git://anongit.freedesktop.org/drm/drm
+  UPSTREAM_REPO: https://gitlab.freedesktop.org/drm/kernel.git
   TARGET_BRANCH: drm-next
 
   IGT_VERSION: f13702b8e4e847c56da3ef6f0969065d686049c5