Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Reproducible Version Qualifiers with only using the git info

The page for "Reproducible Version Qualifiers" states [1]

"For feature projects, version qualifiers are generated from the last of the timestamp of the most recent common that touches any file under feature project basedir"

is something similar possible for bundles as well? My aim is not reproducible versions per-se, but to prevent that I get "updated" artifacts for each build to reduce the amount of data that needs to be downloaded for updates.

So all the additional "replace from baseline" and checks for same content are not necessary for me. On the other hand if I can avoid BUILDING the artifact if it has not changed that would be useful, but as I understand it is first build, then compared and if equal replaced.

I also wonder if there is any chance to get the list of CHANGED artifacts, so if I like to update the baseline repo I only need to upload new files?


[1] https://wiki.eclipse.org/Tycho/Reproducible_Version_Qualifiers


Back to the top