Removing pdfium from .gclient and resyncing fails |
||
Issue description
How to reproduce:
* mkdir /tmp/repos && cd /tmp/repos
* Create a .gclient file with:
"""
solutions = [
{ "name" : "buildbot",
"url" : "https://skia.googlesource.com/buildbot.git",
"deps_file" : "DEPS",
"managed" : True,
"custom_deps" : {
},
"safesync_url": "",
},
{ "name" : "pdfium",
"url" : "https://pdfium.googlesource.com/pdfium.git",
"deps_file" : "DEPS",
"managed" : False,
"custom_deps" : {
},
"safesync_url": "",
},
]
"""
* gclient sync
* Edit .gclient file and remove the "pdfium" solution.
* gclient sync
The command fails with:
Error: Command 'git merge-base HEAD origin' returned non-zero exit status 1 in /repos/tmp/repos/pdfium/buildtools/third_party/libc++/trunk
Any ideas?
,
Jun 21 2016
,
Jun 22 2016
Thanks for the fix Aaron! Note to self: The fix will not make it into PDFium till they update buildtools_revision in their DEPS to "573942cffe9494e3d9f05ada4c61e1f32a1c58fc". |
||
►
Sign in to add a comment |
||
Comment 1 by aga...@chromium.org
, Jun 21 2016