[PATCH] dim: revert auto-upgrade hack
Daniel Vetter
daniel.vetter at ffwll.ch
Fri Feb 2 14:54:20 UTC 2018
This is for the new drm-tip/maintainer-tools branch only, to make sure
that upgrading from drm-intel/maintainer-tools will always be a
fast-forward. While still being able to retire the hack once upgraded.
Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
---
dim | 6 ------
1 file changed, 6 deletions(-)
diff --git a/dim b/dim
index 6f2bf0056e4b..9d0a6999e4d1 100755
--- a/dim
+++ b/dim
@@ -131,12 +131,6 @@ function read_integration_config
dim_branches="$dim_branches $branch"
fi
done
-
- #this is a bit a hack
- (
- cd $DIM_PREFIX/maintainer-tools;
- git config --replace-all branch.maintainer-tools.remote $(repo_to_remote drm-tip)
- )
}
function echoerr
--
2.15.1
More information about the dim-tools
mailing list