Hi,
I just started using and learning Glamorous Toolkit and Pharo Smalltalk.
I was trying to follow the github repository setup tutorial from the " GT in 7' " series but with codeberg instead. After cloning a repository (via ssh git clone) i had made, under setup, I had clicked 'Create a package and/or baseline', when doing so, I get an exception which basically seems to be a parser error saying only gitlab and github are supported (attached below is the error stacktrace).
My glamorous toolkit version is v1.1.480.
I see in the changes section that some baseline files do come but it seems to be incomplete because trying to load the project with Metacello again in another GToolkit gives a not found error for BaselineOfGtTestRepo. Heres a test repository I had made for following the tutorial which had the error: https://codeberg.org/chris0ax/gt-test-repo
I am loading it this way:
Metacello new
repository: 'filetree:///home/chris0ax/Projects/Code/gt-test-repo';
baseline: 'GtTestRepo';
load
What are the manual steps I need to follow to complete setup? I guess best idea is to refer to the Metacello docs on how to make a package?
Attachment:
Hi,
I just started using and learning Glamorous Toolkit and Pharo Smalltalk.
I was trying to follow the github repository setup tutorial from the " GT in 7' " series but with codeberg instead. After cloning a repository (via ssh git clone) i had made, under setup, I had clicked 'Create a package and/or baseline', when doing so, I get an exception which basically seems to be a parser error saying only gitlab and github are supported (attached below is the error stacktrace).
My glamorous toolkit version is v1.1.480.
I see in the changes section that some baseline files do come but it seems to be incomplete because trying to load the project with Metacello again in another GToolkit gives a not found error for BaselineOfGtTestRepo. Heres a test repository I had made for following the tutorial which had the error: https://codeberg.org/chris0ax/gt-test-repo
I am loading it this way:
What are the manual steps I need to follow to complete setup? I guess best idea is to refer to the Metacello docs on how to make a package?
Attachment: