diff mbox

[2/6] dim: don't check everything in dim setup

Message ID 20170126091049.9122-2-daniel.vetter@ffwll.ch (mailing list archive)
State New, archived
Headers show

Commit Message

Daniel Vetter Jan. 26, 2017, 9:10 a.m. UTC
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 <daniel.vetter@intel.com>
---
 dim | 7 -------
 1 file changed, 7 deletions(-)
diff mbox

Patch

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