Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] [p2-dev] [cbi-dev] Eclipse Foundation public PGP key?

So for any practical use based on the build scripts we have today (b3 or tycho mirroring) the keys should be an  artifact property so that they "travel" around with the artifacts through the various mirroring stages? Otherwise there is some updates needed to build scripts to say copy the keys from repo to repo when doing the mirror?

Jonah

~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


On Thu, 7 Oct 2021 at 15:41, Mickael Istria <mistria@xxxxxxxxxx> wrote:


On Thu, Oct 7, 2021 at 9:36 PM Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:
In the above link, what is the difference between artifact metadata and artifact repository? I feel like I am missing knowledge of some of the terminology.

The artifact repository contains the artifact metadata + some properties.
The pgp.publicKeys property can be set either as a repository property or as an artifact property. The former has the advantage of sharing the key for all artifacts, the later of the advantage of being attached onto the artifact metadata so it's supposed to be copied if you mirror the artifact with usual p2 mechanisms.
HTH
_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/p2-dev

Back to the top