Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] materialized products don't contain the artifacts that were signed during the build

Hi everyone,

I have plugged the signing plugin developed at eclipse in the dash
project into an eclipse-repository project.
The generated repository is signed however the materialized products
don't contain the signed artifacts.

This is because to materialize the products tycho uses the reactor's
'internal' repositories as showed in the logs [1].

We are keeping track of this issue here:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=347242

What would be the best way to get the signed features and plugins into
the materialized products?
I am hoping that we don't need to run a separate tycho build to
materialize the products with the signed artifacts.

Cheers,
Hugues.

[1] For example in
https://hudson.eclipse.org/hudson/job/rtp-packages/153/console

[INFO] Calling director with arguments: [-metadatarepository,
file:/opt/public/jobs/rtp-packages/workspace/packages/org.eclipse.rtp.package.products/target/publisherRepository/,file:/opt/public/jobs/rtp-packages/workspace/packages/org.eclipse.rtp.package.basic.feature/target/,file:/opt/public/jobs/rtp-packages/workspace/packages/org.eclipse.rtp.package.web.feature/target/,file:/opt/public/jobs/rtp-packages/workspace/packages/org.eclipse.rtp.package.products/target/targetPlatformRepository/,
-artifactrepository,
file:/opt/public/jobs/rtp-packages/workspace/packages/org.eclipse.rtp.package.products/target/publisherRepository/,file:/opt/public/jobs/rtp-packages/workspace/packages/org.eclipse.rtp.package.basic.feature/target/,file:/opt/public/jobs/rtp-packages/workspace/packages/org.eclipse.rtp.package.web.feature/target/,file:/opt/users/hudsonbuild/.hudson/jobs/rtp-packages/workspace/.repository/,
-installIU, org.eclipse.rtp.package.basic, -destination,
/opt/public/jobs/rtp-packages/workspace/packages/org.eclipse.rtp.package.products/target/products/org.eclipse.rtp.package.basic/linux/gtk/x86/rt-basic-incubation-0.1.0.v20110525-2320-N,
-profile, DefaultProfile, -profileProperties,
org.eclipse.update.install.features=true, -roaming, -p2.os, linux, -p2.ws, gtk,
-p2.arch, x86]
Installing org.eclipse.rtp.package.basic 0.1.0.v20110525-2320.


Back to the top