{prefix}://{optionalHostname}:{owner}/{projectName}:{version}/{subFolder}
This snippet should be configured with:
{prefix}: This is host-specific:github for githubbitbucket for bitbucketgitlab for gitlabEl 14 jul 2020, a las 20:02, Offray Vladimir Luna C��rdenas <offray.luna@mutabit.com> escribi��:HI.
I'm migrating my packages from StHub to a self hosted Gitea instance. I have already a test
BaselineOfhosted there and referring to other self hosted repositories. I'm following the [Baselines documentation](https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/Baselines.md) for all this. But when I try to load the baseline from thebeta/migrationbranch running the code below, I get the messageCould not resolve: BaselineOfGrafoscopio in https://code.tupale.co/Offray/Grafoscopio/src/branch/beta/migration/. How can I load Baselines hosted in a branch inside a self hosted Git/Gitea repository?Metacello new baseline: 'Grafoscopio'; repository: 'https://code.tupale.co/Offray/Grafoscopio/src/branch/beta/migration/'; load
Thanks,
Offray