Reporting in from a Starbucks in Seoul. :P Because we have make the files owned by root:admin <https://github.com/JuliaLang/julia/blob/457ff03d8aeb936e6f3133e8ba3af49733d58ef1/contrib/mac/app/Makefile#L32-L33> to get installs in multi-user environments to work properly, these files can't be deleted without also sudoing the removal. I've fixed the nuke rules <https://github.com/staticfloat/julia-buildbot/commit/136cdb040cd0b1e3704d213dfee9ee9c9b4fd483> to use `sudo`, but note that simply rebuilding should take care of this, since the `make clean` rule uses `sudo` <https://github.com/JuliaLang/julia/blob/457ff03d8aeb936e6f3133e8ba3af49733d58ef1/contrib/mac/app/Makefile#L37-L39>, so a nuke shouldn't be necessary, unless something else went terribly wrong, necessitating the nuke.
After these guys get uploaded to `julianightlies`, they'll need to be moved over to the `julialang` bucket, which requires S3 access. I will do this as soon as I can (this will be sometime around 8 hours from now) after the OSX binaries are uploaded. For reference, the 0.3-latest binaries will need to be replaced with copies of the 0.3.7 binaries as well. If someone else with S3 access wants to login and do the moving/renaming instead of me, that's fine, but worst-case scenario is me doing it tonight. Thanks for taking the lead, Tony. I've nuked the directory properly (through the buildbot interface, so you can do the same thing I just did now) and have started a new 0.3.7 build. -E
