We really need a better way to submit patches that we know require a
clobber.  Today alone, there were 2 WebKit deps rolls that we _knew_ would
need a clobber.  Both ended up closing the tree for a bit.
What if we added an optional flag to the CL descriptions that tells the bots
that a clobber is necessary?  Maybe just CLOBBER=blah where blah is the
platforms that require it split by commas and/or spaces?  So, for example,
my CL might look like:

"""
This is a really nice CL, but it touches files that confuse the dependency
tracking system on Windows and linux.

TEST=none
BUG=none
CLOBBER=win, linux
"""

Would this be terribly hard?  Any major downsides?

J

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to