Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dash-dev] Problems with signing

Hi Nick,

thanks for the help. I tried setting the properties manually, but the signing process now hangs (until the build is aborted) at:

[build] [echo] Signing JWT-Master-I201010040811.zip as dashBuild@xxxxxxxxxxxxxxxxx in /opt/public/download-staging.priv/commonBuild ...
    [build]
    [build] -timestamp:
    [build]      [echo] 08:14:00
[build] [echo] Push JWT-Master-I201010040811.zip to staging directory

Regards,
Chris


Am 29.09.2010 22:38, schrieb Nick Boldt:
> Submit a patch suggesting what you'd rather have happen.
>
> Or, more simply, override the relevant properties by setting your own
> values in your build.properties file:
>
> buildServerUser=dashBuild@xxxxxxxxxxxxxxxxx
> signingDir=/home/data/httpd/download-staging.priv/commonBuild
> or
> buildServerUser=
> signingDir=${writableBuildRoot}/signing
>
> That said if the old defaults are no longer valid on the new
> build.eclipse.org / hudson.eclipse.org box (eg., dashBuild no longer
> exists or no longer has ssh permission) then we need to look at setting
> a new default.
>
> Nick
>
> On 09/29/2010 04:51 AM, Christian Saad wrote:
>> Hi all,
>>
>> we've adapted our CBI build to run on the new hudson slaves. It works
>> well until it reaches the signing stage. The signing fails with:
>>
>> [build] checkForSignedZip:
>> [build] [exec] Result: 2
>> [build] [echo] ls: cannot access
>> <https://hudson.eclipse.org/hudson/job/cbi-soa-jwt-integration/ws/build/signing/I201009281132-out/JWT-Master-I201009281132.zip>:
>>
>> No such file or directory
>>
>> This seems to be related to bug 324170.
>>
>> Problem is, if running in Hudson, buildAllHelper.xml sets the signing
>> dir to "${writableBuildRoot}/signing" instead of
>> "/home/data/httpd/download-staging.priv/commonBuild/". Is there a way to
>> change this behavior?
>>
>> Thanks,
>> Chris
>> _______________________________________________
>> dash-dev mailing list
>> dash-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/dash-dev


Back to the top