Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Re: signing of jars

I originally documented the signing process in the How Do I? document of [tools] for committers (via the portal).  Once your project lead/pmc sais 'yes, that person can sign for our project', I send you an email with all the instructions you need for signing.

Of course, if you can't find that documentation (and especially, if you need to poke through the script to get answers), it's because I've done a poor job.  Enter http://bugs.eclipse.org/221934 to save us all.

Denis



Nick Boldt wrote:

I should really blog this... but because I'm tired, here's some quick answers. Feel free to ask for more, and I'll elaborate or point you code in CVS.

I'm copying cross-project-issues-dev@ in case anyone else can benefit from this information.

1. Yes, you need signing approval. Someone on your team needs to be able to connect from mylyn.eclipse.org -> build.eclipse.org (to upload your jars there), and run /usr/bin/sign. Open a bug in Community > Servers ("Please add user spingel to group signers for Ganymede jar signing") or check the portal -- this capacity might be there. I'm guessing you need to assign the bug to webmaster@xxxxxxxxxxx and cc: bjorn.freeman-benson@xxxxxxxxxxx (in case he needs to approve this request).

2. My last post to cross-projects-issues-dev@ "Re: staging directory for jar signs" answers a lot of the process (and provides sample code) for actually doing the signing, and where on the server to do so. You might also enjoy this document too: http://wiki.eclipse.org/Modeling_Project_Releng/Building/Signing_And_Packing

3. You can't sign on mylyn.eclipse.org, so yes, you need to push your zip of jars to build.eclipse.org, get in the signing queue, wait 'till your signing is done, retrieve your zip, and repackage it into distribution-ready zips. Unless you only publish Mylyn as an update site, in which case you're done once you pack the resulting jars & create your site.xml & digest.zip.

Happy signing!

--
Nick Boldt :: Release Engineer, IBM Toronto Lab
Eclipse Modeling :: http://www.eclipse.org/modeling
http://wiki.eclipse.org/index.php/User:Nickb

Inactive hide details for "Steffen Pingel" <steffen.pingel@xxxxxxxxxxx>"Steffen Pingel" <steffen.pingel@xxxxxxxxxxx>



To

Nick Boldt/Toronto/IBM@IBMCA

cc


Subject

signing of jars

Hi Nick,

I saw in a mail to cross-projects that you know how to get jars signed for Ganymede which we still haven't done that for Mylyn... I would like to add this to our automated build process but I am a bit lost how to precede.

I saw /usr/bin/sign on
build.eclipse.org. Is it just a matter of requesting to get added to the signers group and running the script over all jars before copying them to the update site? Is is advisable to build on build.eclipse.org or is it better to copy jars there (we currently use mylyn.eclipse.org for building)?

It would be great if you could help me out or point me to documentation!

Thanks.
Steffen


_______________________________________________ cross-project-issues-dev mailing list cross-project-issues-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

-- 

Eclipse WebMaster - webmaster@xxxxxxxxxxx
Questions? Consult the WebMaster FAQ at http://wiki.eclipse.org/index.php/Webmaster_FAQ
View my status at http://wiki.eclipse.org/index.php/WebMaster

Back to the top