Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Signing from Hudson-initiated builds?

Yep, all the Athena builds do signing. In your parametrized Hudson job, set the BUILDTYPE variable to I, M, S, or R and you get signed bits. Leave it defaulted to N and your unstable Nightly will be done ASAP w/o having to wait in the signing queue.

Additionally, I gleamed the cube a little by making signing on build.eclipse.org use local file paths instead of ssh connections so it's less prone to network hiccoughs and runs faster. (The SSH stuff is there for building on a vserver and signing on build.eclipse.org.)

Let me know if you need the excruciating details on how to make this happen outside an Athena build, where it just happens magically w/o effort.

Oisin Hurley wrote:
Mickael from the JWT project had a question about Hudson signing
back in February [0]. At that time the security setup was a little more
casual than it is at the moment. There was a followup from Rich[1],
but I couldn't quite see how the signing issue was addressed.

Is anyone getting Hudson to do the build signing at the moment?

 cheers
   --oh

[0] http://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg03030.html
[1] http://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg03031.html
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

--
Nick Boldt :: http://wiki.eclipse.org/User:Nickb
Release Engineer :: Eclipse Modeling & Dash Athena


Back to the top