JuliaCI / julia-buildbot

Buildbot configuration for build.julialang.org
MIT License
19 stars 14 forks source link

Add Windows signing again #127

Closed staticfloat closed 5 years ago

staticfloat commented 5 years ago

@ararslan :)

ararslan commented 5 years ago

Wait seriously?? WHOA

staticfloat commented 5 years ago

I think it was merged too late for the 1.3-alpha binaries, but feel free to kick off some other random ones and see if they work. :D

staticfloat commented 5 years ago

Also, these won't fail silently; if we aren't signing properly, that bubble will go red (the build will still go through though, so as not to annoy PR writers)

staticfloat commented 5 years ago

BTW, do you do Linux signing? We could automatically upload GPG signatures as well, if that would be helpful.

ararslan commented 5 years ago

Yeah I do that manually as well for all of the Linux and FreeBSD binaries.

staticfloat commented 5 years ago

Okay we should be getting .asc files spat out right next to all the .tar.gz files as well. This one's a little weird because I have to move them around alongside the .tar.gz files, so we'll let things settle for a little bit to ensure that it's all working as expected.