Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-dev] mercurial build timestamp provider

Hi,

I've done some work to build a mercurial build timestamp provider as an alternative to the jgit provider in the current tycho.extras. It is possible to get this included in tycho.extras and if so, what is the process? 

I've made a fork on github containing my plugin, see [1].

It is largely based on the existing jgit timestamp provider. Unlike the jgit version, this plugin invokes a mercurial executable. This has an obvious problem of failing to work if mercurial (i.e. "hg") is not available on the PATH. 

[1] https://github.com/drsgoodall/tycho.extras

Regards,

Simon

Back to the top