It's a separate repository now.

Signed-off-by: Jani Nikula <[email protected]>
---
 dim | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dim b/dim
index 11f38b114e56..d083f5558b5e 100755
--- a/dim
+++ b/dim
@@ -2148,9 +2148,12 @@ function dim_setup
                exit 1
        fi
 
-       cd $DIM_PREFIX
+       if [[ ! -d "$(git_dir $DIM_PREFIX/maintainer-tools)" ]]; then
+               echoerr "No maintainer-tools git checkout found in 
'$DIM_PREFIX/maintainer-tools'."
+               echoerr "dim update will not work. Please fix."
+       fi
 
-       setup_aux_checkout master $maintainer_tools_https maintainer-tools
+       cd $DIM_PREFIX
 
        setup_aux_checkout rerere-cache $drm_tip_ssh drm-rerere
 
-- 
2.20.1

_______________________________________________
dim-tools mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/dim-tools

Reply via email to