Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] would it be possible for tycho to check the signing (and sign) all plugin jars that are put into the product?



On Wed, Jan 6, 2021 at 3:39 PM Johan Compagner <jcompagner@xxxxxxxxxx> wrote:
But i guess if we would implement this in the correct location the product would be auto done because the product is build from a generated repository right?

Right. Signing after the fact is source of errors as you mentioned (brining incorrect checksums and so on), artifacts need to be signed as soon as they're produced.
At the moment, I believe your approach with building your own Orbit-like to repackage and apply a signature directly when producing those artifacts to consume them later is the best possible one. I don't foresee an obvious possible improvement to implement in Tycho in short-term to improve this story.

Back to the top