[Intel-gfx] [PATCH 2/6] dim: don't check everything in dim setup

Daniel Vetter daniel.vetter at ffwll.ch
Thu Jan 26 09:10:45 UTC 2017


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 at intel.com>
---
 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



More information about the Intel-gfx mailing list