From 0a14ecd742db0f0cc194807802f0f281ea80bdac Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Tue, 2 Aug 2016 11:04:09 +0200 Subject: [PATCH] continuous: Apply temporary fix for failed boot --- continuous/steps/11-patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/continuous/steps/11-patch b/continuous/steps/11-patch index 1a8ef76..d609541 100755 --- a/continuous/steps/11-patch +++ b/continuous/steps/11-patch @@ -43,6 +43,23 @@ if git rev-list --ancestry-path 7322dd755e7dd34bc5359aa27abeed1687e0f628^..v4.6^ git reset HEAD^ # Do not commit revert - this helps with bisecting fi +if git rev-list --ancestry-path 9402c684613163888714df0955fa1f17142b08bf^..|grep -q $(git rev-parse HEAD); then + # Apply fix for commit that breaks boot + git apply --index <