Re: Testing an idea

2019-02-11 Thread Mojca Miklavec
On Mon, 11 Feb 2019 at 04:58, Eric F (iEFdev) wrote: > > If it is to any help… I've just registered another account at GitLab to use > with another project because they needed help with their new/next site. Used > my main account first, but switched to a new one now. The plan is to setup a > loc

Re: Testing an idea

2019-02-10 Thread Eric F (iEFdev)
On 2/10/19 14:05 , Mojca Miklavec wrote: > We do support fetching sources of various software from bitbucket and > gitlab (improved / simplified support underway; Chris mentioned > https://github.com/macports/macports-ports/pull/3510 for example), but > that's orthogonal to what you are asking. Ye

Re: Testing an idea

2019-02-10 Thread Eric F (iEFdev)
On 2/10/19 11:23 , Chris Jones wrote: >> Speaking of that… Are there any plans to expand to GitLab? They have a great >> function to import/mirror from GitHub, which keep the repo updated. > What do you mean by expand to gitlab?. We have > > https://github.com/macports/macports-ports/pull/3510 > >

Re: Testing an idea

2019-02-10 Thread Mojca Miklavec
On Sun, 10 Feb 2019 at 02:26, Eric F (iEFdev) wrote: > > I had this idea I want to test here. When creating a Portfile and adding: > maintainers - only GitHub is recognized when adding a username like > “@fooBar”. One *could* cheat and use: > > In Portfile: maintainers{GitHost:\ @fooBar

Re: Testing an idea

2019-02-10 Thread Chris Jones
> On 10 Feb 2019, at 2:37 am, Eric F (iEFdev) wrote: > > Thanks Zero. > > >> On 2/10/19 2:39 , Zero King wrote: >> I believe the maintainers field is used to contact the maintainer, >> either via email or by mentioning (@) the user on GitHub. We can't >> contact one with their GitLab or Bit

Re: Testing an idea

2019-02-09 Thread Eric F (iEFdev)
Thanks Zero. On 2/10/19 2:39 , Zero King wrote: > I believe the maintainers field is used to contact the maintainer, > either via email or by mentioning (@) the user on GitHub. We can't > contact one with their GitLab or Bitbucket account in our PRs or Trac > tickets, so I think other Git hosting

Re: Testing an idea

2019-02-09 Thread Zero King
On Sun, Feb 10, 2019 at 02:26:14AM +0100, Eric F (iEFdev) wrote: Hi, I had this idea I want to test here. When creating a Portfile and adding: maintainers - only GitHub is recognized when adding a username like “@fooBar”. One *could* cheat and use: In Portfile: maintainers{GitHost:\ @

Testing an idea

2019-02-09 Thread Eric F (iEFdev)
Hi, I had this idea I want to test here. When creating a Portfile and adding: maintainers - only GitHub is recognized when adding a username like “@fooBar”. One *could* cheat and use: In Portfile: maintainers{GitHost:\ @fooBar} With "port info": Maintainers: Email: GitHost: @fooBar