[PATCH 1/6] dim: drm_tip_repos now contains linux-upstream and drm-tip

Jani Nikula jani.nikula at intel.com
Fri Oct 6 14:58:21 UTC 2017


Since commit 1c228d7de23c ("nightly.conf: add drm-tip and linux-upstream
to drm_tip_repos") in drm-rerere, nightly.conf has drm-tip and
linux-upstream. Don't handle them specially.

Signed-off-by: Jani Nikula <jani.nikula at intel.com>
---
 dim | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/dim b/dim
index 79e4fbddd6e1..3846efc0aefc 100755
--- a/dim
+++ b/dim
@@ -657,11 +657,6 @@ function dim_rebuild_tip
 		exit 1
 	fi
 
-	remote=$(url_to_remote $drm_tip_ssh)
-	echo -n "Fetching drm-tip (local remote $remote)... "
-	git_fetch_helper $remote
-	echo "Done."
-
 	for repo in "${!drm_tip_repos[@]}"; do
 		url_list=${drm_tip_repos[$repo]}
 		remote=$(url_to_remote $url_list)
@@ -1773,11 +1768,6 @@ function dim_update_branches
 
 	cd $DIM_PREFIX/$DIM_REPO
 
-	remote=$(url_to_remote $linux_upstream_git)
-	echo -n "Fetching linux (local remote $remote)... "
-	git_fetch_helper $remote
-	echo "Done."
-
 	for repo in "${!drm_tip_repos[@]}"; do
 		url_list=${drm_tip_repos[$repo]}
 		remote=$(url_to_remote $url_list)
-- 
2.11.0



More information about the dim-tools mailing list