Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Build qualifier of Tycho

Thanks for the clarification Igor.

Best regards, Lars

2013/2/13 Igor Fedorenko <igor@xxxxxxxxxxxxxx>:
> No, I do not think this is possible. This is not about Tycho as much it
> is about Maven. Granted, I have not looked at this for couple of years
> now, but last time I checked, -SNAPSHOT expansion logic was not pluggable.
>
> Also note that project sources is only one part of the story. Project
> build configuration, i.e. things like active profiles and inherited
> configuration, is equally important. This means proper reproducible
> Maven -SNAPSHOT expansion will likely need a way to determine if build
> results are really the same, similarly to how Tycho works now, only for
> Maven artifacts.
>
> --
> Regards,
> Igor
>
>
> On 2013-02-13 12:44 PM, Lars Vogel wrote:
>>
>> Thanks Igor for the info.
>>
>> Would it be possible for Tycho to switch to the last commit date? This
>> would decrease downloads on the consuming site.
>>
>> Best regards, Lars
>>
>> 2013/2/13 Igor Fedorenko <igor@xxxxxxxxxxxxxx>:
>>>
>>> Build time, this is standard maven stuff, not related to Tycho qualifier
>>> expansion.
>>>
>>> --
>>> Regards,
>>> Igor
>>>
>>>
>>> On 2013-02-13 12:19 PM, Lars Vogel wrote:
>>>>
>>>>
>>>> Hello,
>>>>
>>>> which logic is using Tycho 0.17.0-SNAPSHOT to determine its build
>>>> qualifier? Is it build time or last commit?
>>>>
>>>> I'm trying to setup a stable Eclipse IDE CBI based build and it seems
>>>> to me that everytime I run it (it takes a while) all Tycho plug-ins
>>>> are downloaded. And if I check
>>>> http://git.eclipse.org/c/tycho/org.eclipse.tycho.git/ it looks to me
>>>> currently the last commit is 5 days old.
>>>>
>>>> If Tycho is using build time as qualifier, would it be possible to use
>>>> the JGit plug-in to switch to last commit date?
>>>>
>>>> Best regards, Lars
>
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top