Alright, thanks, will do. Unfortunately I cannot load the squeak-tonel until I am able to load Metacello... :(

Installer ensureRecentMetacello.
(Smalltalk classNamed: #Metacello) new
   repository: 'github://squeak-smalltalk/squeak-tonel:squeak';
   baseline: 'Tonel';
   load.
Have a good one; keep it, light.
Kindly,
rabbit
. .. … ‘…^,^

Sent from Callisto House :: decentralized mobile homeless solutions


On 10/2/22 13:39, Tom Beckmann wrote:
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@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