chore: avoid appending git version to the exported patches (#15389)

* chore: avoid appending git version to the exported patches

* fix no-eol at end of v8 patch
This commit is contained in:
Milan Burda 2018-10-26 09:22:59 +02:00 committed by Robo
parent ec4a0e096f
commit d56617e5d0
109 changed files with 14 additions and 329 deletions

View file

@ -33,6 +33,3 @@ index 58f09950d844f4fa4f8d46718852c4f2c490c391..55dd50187714b596e6ded4f2b302fb49
sysroots = json.load(open(sysroots_file))
sysroot_key = '%s_%s' % (target_platform, target_arch)
if sysroot_key not in sysroots:
--
2.17.0