]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
continuous: Update bug patching code
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 31 Oct 2015 15:36:41 +0000 (16:36 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 31 Oct 2015 15:36:41 +0000 (16:36 +0100)
zero_bytemask() error on PowerPC was fixed upstream.

continuous/steps/11-patch

index b160f5dbe46fce924d686d8ace6f5259a7d093d0..ab0d1cad4a3d799f5641d87b12e3874c80785910 100755 (executable)
@@ -27,7 +27,7 @@ if git rev-list --ancestry-path 0b05e2d671c40cfb57e66e4e402320d6e056b2f8..1cd038
     git reset HEAD^ # Do not commit revert - this helps with bisecting
 fi
 
     git reset HEAD^ # Do not commit revert - this helps with bisecting
 fi
 
-if git rev-list --ancestry-path 990486c8af044f89bddfbde1d1cf9fde449bedbf^..HEAD|grep -q $(git rev-parse HEAD); then
+if git rev-list --ancestry-path 990486c8af044f89bddfbde1d1cf9fde449bedbf^..7a5692e6e533fd379081ab06fb58f3f5ee4d80bc^|grep -q $(git rev-parse HEAD); then
     # Revert commit that causes compile error (v4.3-rc4-3-g990486c)
     git revert --no-edit 990486c8af044f89bddfbde1d1cf9fde449bedbf # strscpy: zero any trailing garbage bytes in the destination
     git reset HEAD^ # Do not commit revert - this helps with bisecting
     # Revert commit that causes compile error (v4.3-rc4-3-g990486c)
     git revert --no-edit 990486c8af044f89bddfbde1d1cf9fde449bedbf # strscpy: zero any trailing garbage bytes in the destination
     git reset HEAD^ # Do not commit revert - this helps with bisecting