From b55e2d3695e2c84c7e64343a782e39650ba81550 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Sat, 6 Aug 2016 09:07:16 +0200 Subject: [PATCH] continuous: The bug was fixed - stop applying the patch --- continuous/steps/11-patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continuous/steps/11-patch b/continuous/steps/11-patch index d609541..2252828 100755 --- a/continuous/steps/11-patch +++ b/continuous/steps/11-patch @@ -43,7 +43,7 @@ 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 +if git rev-list --ancestry-path 9402c684613163888714df0955fa1f17142b08bf^..a28e46f109c9637b2539b9995078d5df4f7f6c09^|grep -q $(git rev-parse HEAD); then # Apply fix for commit that breaks boot git apply --index <