[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [cross-project-issues-dev] Signing on hudson
|
- From: Jesse McConnell <jesse.mcconnell@xxxxxxxxx>
- Date: Fri, 10 Dec 2010 10:33:10 -0600
- Delivered-to: cross-project-issues-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=nKiG4VaG6NqWc4ln0cIFzDNAt5sVpIuDpdhCelCNhgk=; b=d4NDTzUddkPqDzyUudWW7T4masF42D2Ps5lwV2xAlqRnJg1PcA3+AHJ3ulVBJBtPRT +PGWP9erZzc9KSyk5CvepDRGEuFpbkapoihRCybJiMsd7Htbij+/vhj4G4tWlykdXICj Rdmq2bOYHxoIcDmet7QQqS3nvtu73zgpSQwOs=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=nTw1WW/gk3lAHTUGxtP6oVUj25nl/5NTgnw+VcJBq7juTtERBA6HKq3nJJPsxEqtD0 eheeBoAibyAMsBj5VNSn6duOVbs9w/mWf9oP1nHajXVOFnGSwvjWGbv3QLklOXKPyY29 evqzZiWrvQ1Ok152Gt2hy3QxdRiZfwZjxtT74=
jetty uses a maven signing plugin that worksfor us...its ugly but lets
us generate and deploy signed p2 repositories that are built on the
build machines
http://svn.codehaus.org/jetty-contrib/jetty/branches/jetty-7/eclipse-signing-maven-plugin/
usage is here: http://dev.eclipse.org/viewsvn/viewvc.cgi/jetty-wtp/trunk/org.eclipse.jst.server.jetty.site/pom.xml?view=markup&root=RT_JETTY
cheers,
jesse
--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx
On Fri, Dec 10, 2010 at 10:27, Kim Moir <Kim_Moir@xxxxxxxxxx> wrote:
> Pascal,
>
> We committers never have access to the signing certificates, on hudson or
> eclipse.org servers. ÂSigning is a black box. ÂWe just put the zipped file
> of the bundles to be signed in a project specific location and invoke the
> signing script. ÂYou can poll the output directory for the signed file and
> copy it over to the hudson workspace once it's available.
>
> For example, you can see how we sign via hudson by looking at the
> signMasterFeature target in org.eclipse.releng.eclipsebuilder/buildAll.xml.
>
> Kim
>
>
>
> From: Â Â Â ÂPascal Rapicault <pascal@xxxxxxxxxxxx>
> To: Â Â Â ÂCross project issues <cross-project-issues-dev@xxxxxxxxxxx>
> Date: Â Â Â Â12/09/2010 07:47 PM
> Subject: Â Â Â Â[cross-project-issues-dev] Signing on hudson
> Sent by: Â Â Â Âcross-project-issues-dev-bounces@xxxxxxxxxxx
> ________________________________
>
>
> Hi,
>
> What is the reason for the signing certificates to not be available on
> hudson?
>
> PaScaL
> _______________________________________________
> cross-project-issues-dev mailing list
> cross-project-issues-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
>
>
> _______________________________________________
> cross-project-issues-dev mailing list
> cross-project-issues-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
>
>