Peter Uhnák wrote
> Iceberg will autodetect the format, or you can use monticello with
> "tonel://" scheme (in P61 you will need newest iirc metacello).

What about in a BaselineOf? I've been discussing with Dale on the MetaC list
[1] a problem I've been having with git dependencies. On my development
machine, there are already local clones for all the projects I commonly work
with. This makes it relatively easy to put filetree:// urls for dependency
baseline repos. I don't use github:// style URLs because a) many of the
repos are private and accessed via SSH keys, which MetaC did not seem to
honor, and b) many are hosted on bitbucket and gitlab which at the time did
not seem to be well supported by MetaC. However, after setting up CI on
Gitlab for some projects, I quickly ran into the problem that the local
clones of the dependencies did not already exist. A workaround was to
manually clone them first, but this is tedious and fragile. I imagined maybe
using gitlab:// URLs which would always fail (because they are private
repos), which I could then wrap in an error handler that used e.g. OSP to
clone and retry. Does anyone have a good solution for this?

1.
http://forum.world.st/Bitbucket-Private-Repos-Redux-td4966412.html#a4995200



-----
Cheers,
Sean
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Reply via email to