Hi
I'm trying to make travis and smalltalkci working for the roelTyper. Followed the tutorial of Peter but I cannot make it work. https://travis-ci.org/RMODINRIA/RoelTyper I get this error ..RETRY->BaselineOfRoelTyper ...RETRY->BaselineOfRoelTyper ...FAILED->BaselineOfRoelTyperCould not resolve: BaselineOfRoelTyper [BaselineOfRoelTyper] in /home/travis/smalltalkCI-master/_builds/pharo-local/package-cache filetree:///home/travis/build/RMODINRIA/RoelTyper/src and I have no idea how to debug it since the BaselineOfRoelTyper is in the src folder https://github.com/RMODINRIA/RoelTyper/tree/master/src I do not have idea how to debug this. Stef |
Looks Ok to me. Just for reference look at the baseline and SmalltalkCI code in https://github.com/ba-st/Buoy .We have some baselines with 6.1 support and SmalltalkCI running against travis and it works. But not in tonel format, we're using the old filetree format, so maybe there's something to configure to enable tonel support in SmalltalkCI? On Thu, Mar 1, 2018 at 6:25 PM, Stephane Ducasse <[hidden email]> wrote: Hi |
This is because tonel is not yet supported. I've worked on that a bit last year but I don't know why I stopped... I think because I couldn't commit to SmalltalkCI without generating billion metadata changes (tried different Pharo versions, iceberg, gitfiletree, filetree), and in the end got frustrated and stopped. If someone wants to continue, it should be pretty straight-forward https://github.com/peteruhnak/smalltalkCI/commit/413e6a59b30e869ab49c4b50b7eb0539f1d696a0 On Thu, Mar 1, 2018 at 10:40 PM, Gabriel Cotelli <[hidden email]> wrote:
|
Ok thanks for the information.
The error was not informative so I could not really get what to do. Stef On Thu, Mar 1, 2018 at 11:32 PM, Peter Uhnák <[hidden email]> wrote: > This is because tonel is not yet supported. > > I've worked on that a bit last year but I don't know why I stopped... I > think because I couldn't commit to SmalltalkCI without generating billion > metadata changes (tried different Pharo versions, iceberg, gitfiletree, > filetree), and in the end got frustrated and stopped. > > If someone wants to continue, it should be pretty straight-forward > https://github.com/peteruhnak/smalltalkCI/commit/413e6a59b30e869ab49c4b50b7eb0539f1d696a0 > > On Thu, Mar 1, 2018 at 10:40 PM, Gabriel Cotelli <[hidden email]> > wrote: >> >> Looks Ok to me. >> >> We have some baselines with 6.1 support and SmalltalkCI running against >> travis and it works. >> >> But not in tonel format, we're using the old filetree format, so maybe >> there's something to configure to enable tonel support in SmalltalkCI? >> >> Just for reference look at the baseline and SmalltalkCI code in >> https://github.com/ba-st/Buoy . >> >> On Thu, Mar 1, 2018 at 6:25 PM, Stephane Ducasse <[hidden email]> >> wrote: >>> >>> Hi >>> >>> I'm trying to make travis and smalltalkci working for the roelTyper. >>> Followed the tutorial of Peter >>> but I cannot make it work. >>> >>> https://travis-ci.org/RMODINRIA/RoelTyper >>> >>> I get this error >>> >>> ..RETRY->BaselineOfRoelTyper >>> ...RETRY->BaselineOfRoelTyper >>> ...FAILED->BaselineOfRoelTyperCould not resolve: BaselineOfRoelTyper >>> [BaselineOfRoelTyper] in >>> /home/travis/smalltalkCI-master/_builds/pharo-local/package-cache >>> filetree:///home/travis/build/RMODINRIA/RoelTyper/src >>> >>> and I have no idea how to debug it since the BaselineOfRoelTyper is in >>> the src folder >>> >>> https://github.com/RMODINRIA/RoelTyper/tree/master/src >>> >>> I do not have idea how to debug this. >>> >>> Stef >>> >> > |
Free forum by Nabble | Edit this page |