Re: github mirror

2020-04-19 Thread Stefan Sperling
On Mon, Apr 20, 2020 at 06:58:26AM +0200, Sebastien Marie wrote: > just to point that this syntax isn't compatible with got. > > got [...] gives no special significance to the location of path > component separators, “/”, in a pattern. > > so as it, it means it doesn't match anyth

Re: github mirror

2020-04-19 Thread Sebastien Marie
On Mon, Apr 20, 2020 at 12:05:28AM +0100, Stuart Henderson wrote: > On 2020/04/20 00:53, Jeremie Courreges-Anglas wrote: > > > > I think we should use the format described by f.holop, ie > > distfiles (.cvsignore) -> /distfiles/ (.gitignore) > > otherwise this could create confusion in case of a n

Re: github mirror

2020-04-19 Thread Stuart Henderson
On 2020/04/20 00:53, Jeremie Courreges-Anglas wrote: > On Sun, Apr 19 2020, Stuart Henderson wrote: > > On 2020/04/19 21:15, f.holop wrote: > >> hello, > >> > >> i realize the github mirror comes as is, but i was wondering, > >> if it would be possible to add a teeny tiny .gitignore with > >> >

Re: github mirror

2020-04-19 Thread Jeremie Courreges-Anglas
On Sun, Apr 19 2020, Stuart Henderson wrote: > On 2020/04/19 21:15, f.holop wrote: >> hello, >> >> i realize the github mirror comes as is, but i was wondering, >> if it would be possible to add a teeny tiny .gitignore with >> >> /distfiles/ >> /packages/ >> /plist/ >> /pobj/ >> >> (and possibl

Re: github mirror

2020-04-19 Thread Stuart Henderson
On 2020/04/19 21:15, f.holop wrote: > hello, > > i realize the github mirror comes as is, but i was wondering, > if it would be possible to add a teeny tiny .gitignore with > > /distfiles/ > /packages/ > /plist/ > /pobj/ > > (and possibly some others i have forgotten) It just needs a copy of .c

Re: github mirror

2020-04-19 Thread Matthew Martin
On Sun, Apr 19, 2020 at 09:32:21PM +0200, Rafael Sadowski wrote: > Use your own *global* gitignore. For more details see core.excludesFile: > https://git-scm.com/docs/gitignore Rather than the global gitignore, you can use the local repo-specific $GIT_DIR/info/exclude

Re: github mirror

2020-04-19 Thread f.holop
Rafael Sadowski - Sun, 19 April 2020 at 21:32:21 > Use your own *global* gitignore. For more details see core.excludesFile: > https://git-scm.com/docs/gitignore thanks for tip. from all the local options though i wouldn't choose this one, as it could lead to hard to track down hair pulling proble

Re: github mirror

2020-04-19 Thread Rafael Sadowski
On Sun Apr 19, 2020 at 09:15:33PM +0200, f.holop wrote: > hello, > > i realize the github mirror comes as is, but i was wondering, > if it would be possible to add a teeny tiny .gitignore with > > /distfiles/ > /packages/ > /plist/ > /pobj/ > > (and possibly some others i have forgotten) > Use

Re: GitHub mirror out of sync

2018-06-14 Thread Stuart Henderson
On 2018/06/14 15:58, Edward Lopez-Acosta wrote: > Good to know. Did security/py-crypto get removed? I see it if I make search > in /use/ports but it's missing from the security subdirectory. Ah yes, good catch from matthieu@. "make search" uses /usr/ports/INDEX which is updated infrequently, if

Re: GitHub mirror out of sync

2018-06-14 Thread Edward Lopez-Acosta
Thanks I must have missed this commit when I was searching. -- Sent from my mobile device. Please excuse my brevity and formatting issues. On June 14, 2018 3:51:03 PM UTC, Matthieu Herrb wrote: >On Thu, Jun 14, 2018 at 03:25:52PM +, Edward Lopez-Acosta wrote: >> Some ports are missing from t

Re: GitHub mirror out of sync

2018-06-14 Thread Edward Lopez-Acosta
Good to know. Did security/py-crypto get removed? I see it if I make search in /use/ports but it's missing from the security subdirectory. I can see it if I use the cvs web link on the home page. -- Sent from my mobile device. Please excuse my brevity and formatting issues. On June 14, 2018 3:3

Re: GitHub mirror out of sync

2018-06-14 Thread Matthieu Herrb
On Thu, Jun 14, 2018 at 03:25:52PM +, Edward Lopez-Acosta wrote: > Some ports are missing from the GitHub mirror. At least the one I noticed is > security/py-crypto. > > How often does this mirror sync normally? py-crypto has been removed last week. https://github.com/openbsd/ports/commit/4b

Re: GitHub mirror out of sync

2018-06-14 Thread Stuart Henderson
On 2018/06/14 15:25, Edward Lopez-Acosta wrote: > Some ports are missing from the GitHub mirror. At least the one I noticed is > security/py-crypto. No conversions from the OpenBSD cvs repo to git are perfect. These are provided as a convenience but don't expect them to be 100%. If I remember co