Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Maven tycho Plugin and Reproducible Version Qualifiers

You can try, but I don’t think that -DforceContextQualifier will prevent the Git version check.

 

This may be a missing feature in the jgit-timestamp-provider: There could be as switch which specifies what to do if there is no Git repository. The build could fall back to current time, but making this the default could lead to silent failures. But for projects which distribute their sources as tgz, they could activate this (not yet existing) switch.

 

Regards

Tobias

 

 

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Paul Webster
Sent: Freitag, 8. November 2013 15:33
To: Tycho user list
Subject: Re: [tycho-user] Maven tycho Plugin and Reproducible Version Qualifiers

 

On Fri, Nov 8, 2013 at 4:52 AM, Manuel Faux <manuel.faux@xxxxxxx> wrote:

I'm trying to Eclipse Equinox, which uses the tycho-packaging-plugin.
I am not checking out the git repository of the project, but a tgz
bundle. Therefore tycho cannot do any git operations and fails with the
following error:



Does setting -DforceContextQualifier=<whatever> avoid the plugin checking git?

Later,

PW


--
Paul Webster
Hi floor.  Make me a sammich! - GIR


Back to the top