I’ve created a new thread on Smalltalk CI - but back to tonel - having got my local project to start reading - its now failing when it then starts processing my BaselineOf and hits my willow dependency - which was initially things like:
spec baseline: 'WillowBootstrap' with: [ spec repository: 'github://ba-st/Willow-Bootstrap:v8/source'; loads: #('Deployment') ]; import: 'WillowBootstrap'. The trouble being that the use of GitHub:// causes it to barf as it then wants ssh keys and crashes when trying to flip to https automatically. I figured I could just specify 'https://github <https://github/>.com/ba-st/Willow-Boostrap/tree/v8/source’ but this doesn’t work either - as then I get a retry error: Fetched -> BaselineOfPagerDuty-tonel.1 --- tonel:///builds/macta/WillowPagerDuty/src --- tonel:///builds/macta/WillowPagerDuty/src Loaded -> BaselineOfPagerDuty-tonel.1 --- tonel:///builds/macta/WillowPagerDuty/src --- tonel:///builds/macta/WillowPagerDuty/src Loading baseline of BaselineOfPagerDuty...The method Integer>>#asBytesDescription called from ZnUtils class>>#signalProgress:total: has been deprecated. Please use #humanReadableSIByteSize instead ...RETRY->BaselineOfWillowBootstrap ...RETRY->BaselineOfWillowBootstrap ...FAILED->BaselineOfWillowBootstrap'Errors in script loaded from /builds/macta/WillowPagerDuty/build/loadProject.st' Could not resolve: BaselineOfWillowBootstrap [BaselineOfWillowBootstrap] in /builds/macta/WillowPagerDuty/build/pharo-local/package-cache https://github.com/ba-st/Willow-Bootstrap/tree/v8/source MetacelloEnsureFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>retryingResolvePackageSpecReferences:gofer: Its very weird - and much harder than I was expecting it all to be (hence the renewed interest in Smalltalk CI). Saying this - what I’m trying to do should be dead easy. Tim > On 14 May 2018, at 22:38, Sean P. DeNigris <s...@clipperadams.com> wrote: > > Tim Mackinnon wrote >> may take another look at SmalltalkCI - the trouble is, I really don’t like >> Travis… I quite like the model of Gitlab’s one stop shop > > I use SmalltalkCI on Gitlab > (https://gitlab.com/SeanDeNigris/gitlab-smalltalk-ci) > > > > ----- > Cheers, > Sean > -- > Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html >