[squeak-dev] How to load from gitlab?

Tom Beckmann tomjonabc at gmail.com
Sun Oct 2 17:39:58 UTC 2022


Hi rabbit,

we don't currently support gitlab URLs in Squeak's Metacello (as far as I
know).

However, you can simply download the repo, open the Monticello browser and
add the repository. You should use tonel as the format.

Cloning via the Git Browser would also work (as it does essentially the
same you would do manually via the Monticello browser).

Best,
Tom


On Sun, Oct 2, 2022, 19:33 rabbit <rabbit at callistohouse.org> wrote:

> Hey, I am trying to load/port the HDFS FileSystem, from Pharo, into
> squeak, *once I get Metacello loaded*... How to specify this HDFS repo
> located at https://gitlab.soft.vub.ac.be/Marra/pharo-hdfs?
>
> Is it this?
>
> Metacello new
>     baseline: 'HDFSFileSystem';
>     repository: 'github://gitlab.soft.vub.ac.be/Marra/pharo-hdfs';
>     load.
>
> --
> Have a good one; keep it, light.
> Kindly,
> rabbit
> . .. … ‘…^,^
>
> Sent from Callisto House :: decentralized mobile homeless solutions
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20221002/01f5c3dc/attachment.html>


More information about the Squeak-dev mailing list