Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] What are baseline repositories good for?



On Tue, Feb 18, 2020 at 9:34 AM Felix Dorner <felix.dorner@xxxxxxxxx> wrote:
Hi,

thanks for all replies. So if I build a site, then change an IU and build it again, using the first result as the comparator, only the changed artifact will be physically in the new site, and all others will be referenced from the repo metadata?

Nope.
The repos will contain the units as usual. The difference is that for artifacts (and their metadata) that weren't modified between baseline build will be reused, so they are clones of the same ones in the baseline repo, so they wouldn't need to be updated/fetched by consumer.
HTH

Back to the top