| Summary: | package build fails to sign | ||
|---|---|---|---|
| Product: | [Technology] EPP | Reporter: | David Williams <david_williams> |
| Component: | Packager | Assignee: | David Williams <david_williams> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | mknauer |
| Version: | 1.4.0 | ||
| Target Milestone: | 1.4.0 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
David Williams
The repository builds were failing with messages such as ...
[java] [ant] Queueing site_295493214.zip for signing
[java] ERROR: org.eclipse.core.runtime.CoreException: /opt/public/technology/epp/epp_repo/indigo/epp.build/tools/buckminster/configuration/org.eclipse.osgi/bundles/18/1/.cp/org/eclipse/buckminster/jarprocessor/antscript/signing.ant:141: com.jcraft.jsch.JSchException: Auth fail
[java] org.eclipse.core.runtime.CoreException: /opt/public/technology/epp/epp_repo/indigo/epp.build/tools/buckminster/configuration/org.eclipse.osgi/bundles/18/1/.cp/org/eclipse/buckminster/jarprocessor/antscript/signing.ant:141: com.jcraft.jsch.JSchException: Auth fail
With help from Thomas Hallgren, figured out, in Markus's absence, that there is a buckminster property that controls signing <jvmarg value="-Dsigning.type=eclipse.remote" /> when building _on_ eclipse, it should be <jvmarg value="-Dsigning.type=eclipse.local" /> I was able to changed the build.xml file in INDIGO branch of org.eclipse.epp.allpackages.indigo.feature I'll close as "fixed" ... the build at least continued, and did seem to sign from following signing log. But ... in future, may want to make "signing.type" more of a property that could be passed in, or something. Glad to see that this is resolved. Thanks! And you just couldn't leave well enough alone, eh? :) https://hudson.eclipse.org/hudson/view/Repository%20Aggregation/job/indigo.epp-repository-build/275/ I'll add back the "staging area" parameter and keep my fingers crossed. |