On Thu, Jun 16, 2011 at 9:38 PM, Greg Stein <gst...@gmail.com> wrote: > On Thu, Jun 16, 2011 at 16:24, <hwri...@apache.org> wrote: >>... >> @@ -250,6 +256,60 @@ def roll_tarballs(base_dir, args): >> if not dep.have_usable(): >> raise RuntimeError('Cannot find usable %s' % dep.label) >> >> + # Make sure CHANGES is sync'd >> + if not branch == 'trunk': > > Boy. That's a convoluted way to say !=
Code like yoda, I do. (The entire script, is going to need a second or third pass at some point. I'm just trying to get it functional.) -Hyrum