https://codereview.chromium.org/955463002/diff/20001/build/landmines.py
File build/landmines.py (right):

https://codereview.chromium.org/955463002/diff/20001/build/landmines.py#newcode163
build/landmines.py:163: if os.path.isdir(path) and
re.search(r"(?:[Rr]elease)|(?:[Dd]ebug)", f):
On 2015/02/24 15:45:22, jochen (slow) wrote:
On 2015/02/24 at 15:30:27, Michael Achenbach wrote:
> This is different to chromium's landmines script. Only delete
directories that
are called *release* or *debug*.

what about optdebug for developer checkouts?

re.search should return true for that as well. It'll e.g. delete also
"ia32.release", "Debug_x64", etc.

https://codereview.chromium.org/955463002/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to