metacello and github under a custom domain
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: git@github.example.com: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."
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: git@github.example.com: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
2018-06-04 10:42 GMT+02:00 Cyril Ferlicot D. <cyril.ferlicot@gmail.com>:
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: git@github.example.com: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
participants (3)
-
Cyril Ferlicot D. -
Thierry Goubier -
Tudor Girba