Re: [Openvpn-devel] [PATCH] Resolve several travis-ci issues

2017-01-30 Thread Samuli Seppänen
On 29/01/2017 21:43, David Sommerseth wrote: > On 29/01/17 19:13, Gert Doering wrote: >> >>> Git can do this for you by specifying "-v X" (i.e. -v 2" to the git >>> format-patch >>> command. >> >> I've learned something new today :-) (but I shouldn't be surprised: git >> is known to do everything

Re: [Openvpn-devel] [PATCH] Resolve several travis-ci issues

2017-01-30 Thread Antonio Quartulli
On Mon, Jan 30, 2017 at 02:28:22PM +0200, Samuli Seppänen wrote: > On 29/01/2017 21:43, David Sommerseth wrote: > > On 29/01/17 19:13, Gert Doering wrote: > >> > >>> Git can do this for you by specifying "-v X" (i.e. -v 2" to the git > >>> format-patch > >>> command. > >> > >> I've learned somethi

Re: [Openvpn-devel] [PATCH] add PR template in order to simplify new developers cooperate properly if they open PR. discussed here: https://sourceforge.net/p/openvpn/mailman/message/35601310/

2017-01-30 Thread Samuli Seppänen
I agree with you on keeping the pull request template minimal and having the more fine-grained information in Trac. ACK. On 30/01/2017 08:48, Илья Шипицин wrote: > can we merge it ? > @mattock ? > > 2017-01-21 13:47 GMT+05:00 Илья Шипицин >: > > > > 2017-01-21 0

[Openvpn-devel] [PATCH] ignore remote-random-hostname if a numeric host is provided

2017-01-30 Thread Antonio Quartulli
Although it does not make sense to specify remote-random-hostname when a numeric hostname is provided (being it the remote, the http proxy or the socks server), this is still a valid configuration. For this reason, this combination should still work as expected, which means ignoring the randomizat