Closed tkelman closed 9 years ago
apparently an if statement isn't working the way you want? https://github.com/JuliaLang/julia/issues/9136#issuecomment-64225474
which one?
I originally had a thing in to disable reporting to status.julialang.org if the scheduler that initiated the build was not the nightly builder. I had to remove it because it wasn't working properly. I'll try to put it in again, and see if things magically work better. There are more commits than I'm comfortable admitting in this repository trying to debug the stupid thing.
Another minor related nit is the 0.3.3 binaries didn't seem to have the "Official http://julialang.org/ build" in the banner.
At what point do we promote the buildbot to build.julialang.org
?
Anytime @StefanKarpinski wants to. :P Although, we should probably make build.julialang.org
a CNAME
pointing at buildbot.e.ip.saba.us
, since the IP will change every time I destroy the instance and recreate it.
The OSX build definitely has the banner, (although it has extraneous quotes) the windows builds must be dropping it somehow.
Alright, I consolidated the flags somewhat to make things a little more organized. Windows and Linux tarballs should get the banner now.
I've got another try for not reporting to status.julialang.org up, let's see if it works.
Okay, so it skipped it properly. Now the question is, will it NOT skip it when an actual nightly goes through...
Huzzah! It's working!
Ref https://github.com/JuliaLang/julia/issues/9136