| Summary: | Signing doesn't work for the MDT/OCL project | ||
|---|---|---|---|
| Product: | Community | Reporter: | Adolfo Sanchez-Barbudo Herrera <adolfosbh> |
| Component: | CI-Jenkins | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Adolfo Sanchez-Barbudo Herrera
Dennis,
After a deeper investigation, I've found the problem.
During the moving I should have changed the following command in a shell script from our build
cat "${WORKSPACE}/org.eclipse.mdt/org.eclipse.ocl/releng/org.eclipse.ocl.releng.buckminster/releng/ocl-build.properties"
to
cat "${WORKSPACE}/org.eclipse.ocl.git/releng/org.eclipse.ocl.releng.buckminster/releng/ocl-build.properties"
Said build properties file has some needed properties which let buckminster do an "Eclipse Local" signing.... Since the file location was not properly set, a "Local" signing is perfomed instead, which needs the missing properties which the build is complaining about...
Fixing the location should solve the problem.
Resolving as WORKSFORME (for you ;) )
Regards,
Adolfo.
|