Laurent got mightily confused about this, and assumed he's getting
volunteered as an intel maintainer because dim asks for an intel
remote.

With the branch autodetection we can postpone all the remote checks to
when we need them. This is similar to the changes to update-branches
to only update branches that exist, but for remotes.

Signed-off-by: Daniel Vetter <[email protected]>
---
 dim | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/dim b/dim
index 5dfd0ef586be..e5afa9ee1bb8 100755
--- a/dim
+++ b/dim
@@ -1394,13 +1394,6 @@ function dim_setup
                exit 1
        fi
 
-       cd $DIM_DRM_INTEL
-
-       # check remote configuration
-       remote=`url_to_remote $linux_upstream_git`
-       remote=`url_to_remote $drm_intel_ssh`
-       remote=`url_to_remote $drm_upstream_git`
-
        cd $DIM_PREFIX
 
        setup_aux_checkout maintainer-tools $drm_intel_ssh maintainer-tools
-- 
2.11.0

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to