metacello and github under a custom domain

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

metacello and github under a custom domain

Tudor Girba-2
Hi,

I am working with a GitHub enterprise installation that resides under a custom domain (e.g., github.example.com).

I can clone the repository using Iceberg and ssh: [hidden email]:user/repo.git

How can I tell Metacello to load a baseline from that repository?

Cheers,
Doru



--
www.tudorgirba.com
www.feenk.com

"To lead is not to demand things, it is to make them happen."





Reply | Threaded
Open this post in threaded view
|

Re: metacello and github under a custom domain

CyrilFerlicot
On 03/06/2018 16:42, Tudor Girba wrote:
> Hi,
>

Hi,

> I am working with a GitHub enterprise installation that resides under a custom domain (e.g., github.example.com).
>
> I can clone the repository using Iceberg and ssh: [hidden email]:user/repo.git
>
> How can I tell Metacello to load a baseline from that repository?
>

Currently it's not possible in Metacello to support custom urls :(

There was some discussions about extending Metacello but until now
nobody got the time to begin an implementation of it.

See: https://groups.google.com/forum/#!topic/metacello/QbpngL6Jhg8

> Cheers,
> Doru
>
>
>
> --
> www.tudorgirba.com
> www.feenk.com
>
> "To lead is not to demand things, it is to make them happen."
>
>
>
>
>


--
Cyril Ferlicot
https://ferlicot.fr

Reply | Threaded
Open this post in threaded view
|

Re: metacello and github under a custom domain

Thierry Goubier
2018-06-04 10:42 GMT+02:00 Cyril Ferlicot D. <[hidden email]>:

> On 03/06/2018 16:42, Tudor Girba wrote:
>> Hi,
>>
>
> Hi,
>
>> I am working with a GitHub enterprise installation that resides under a custom domain (e.g., github.example.com).
>>
>> I can clone the repository using Iceberg and ssh: [hidden email]:user/repo.git
>>
>> How can I tell Metacello to load a baseline from that repository?
>>
>
> Currently it's not possible in Metacello to support custom urls :(

GitFileTree provides for custom url in Metacello. Doru request would be:

Metacello new
    baseline: 'Example';
    repository: 'gitfiletree://github.example.com/user/repo';
    load

I've been using various git entreprise installation with that scheme
for the past 3 or 4 years, via ssh mostly, but https.

I believe there is a discussion underway to do the same with, maybe
tonel:// urls.

Regards,

Thierry

> There was some discussions about extending Metacello but until now
> nobody got the time to begin an implementation of it.
>
> See: https://groups.google.com/forum/#!topic/metacello/QbpngL6Jhg8
>
>> Cheers,
>> Doru
>>
>>
>>
>> --
>> www.tudorgirba.com
>> www.feenk.com
>>
>> "To lead is not to demand things, it is to make them happen."
>>
>>
>>
>>
>>
>
>
> --
> Cyril Ferlicot
> https://ferlicot.fr
>