Re: [Pharo-dev] pharo bootstrap is in inconsistent state

2018-03-19 Thread Guillermo Polito
On Mon, Mar 19, 2018 at 2:13 PM, Alistair Grant wrote: > Hi Guille, > > On 19 March 2018 at 13:59, Guillermo Polito > wrote: > > Hi! > > > > On Mon, Mar 19, 2018 at 9:17 AM, Alistair Grant > > wrote: > > > > [SNIP] > >> > >> > >> > >> https://pharo.fogbugz.com/f/cases/21615/Separate- > bootstra

Re: [Pharo-dev] pharo bootstrap is in inconsistent state

2018-03-19 Thread Alistair Grant
Hi Guille, On 19 March 2018 at 13:59, Guillermo Polito wrote: > Hi! > > On Mon, Mar 19, 2018 at 9:17 AM, Alistair Grant > wrote: > > [SNIP] >> >> >> >> https://pharo.fogbugz.com/f/cases/21615/Separate-bootstrap-process-in-to-distinct-stages >> >> https://github.com/pharo-project/pharo/pull/1127

Re: [Pharo-dev] pharo bootstrap is in inconsistent state

2018-03-19 Thread Guillermo Polito
Hi! On Mon, Mar 19, 2018 at 9:17 AM, Alistair Grant wrote: [SNIP] > > https://pharo.fogbugz.com/f/cases/21615/Separate-bootstrap-process-in-to- > distinct-stages > > https://github.com/pharo-project/pharo/pull/1127 > > This does the first step of breaking the bootstrap process in to > distinct

Re: [Pharo-dev] pharo bootstrap is in inconsistent state

2018-03-19 Thread Alistair Grant
Hi Pablo, On 16 March 2018 at 15:32, teso...@gmail.com wrote: > > > On Fri, Mar 16, 2018 at 3:26 PM, Alistair Grant > wrote: >> >> Hi Pablo, >> >> Thanks for your quick reply. >> >> On 16 March 2018 at 14:38, teso...@gmail.com wrote: >> > Hi, >> > sorry my mistake when updating the scripts

Re: [Pharo-dev] pharo bootstrap is in inconsistent state

2018-03-16 Thread teso...@gmail.com
On Fri, Mar 16, 2018 at 3:26 PM, Alistair Grant wrote: > Hi Pablo, > > Thanks for your quick reply. > > On 16 March 2018 at 14:38, teso...@gmail.com wrote: > > Hi, > > sorry my mistake when updating the scripts. As the bootstrap.sh is > not > > executed during the Jenkins process it has not

Re: [Pharo-dev] pharo bootstrap is in inconsistent state

2018-03-16 Thread Alistair Grant
Hi Pablo, Thanks for your quick reply. On 16 March 2018 at 14:38, teso...@gmail.com wrote: > Hi, > sorry my mistake when updating the scripts. As the bootstrap.sh is not > executed during the Jenkins process it has not been validated (locally I'm > not using that script, because is trying t

Re: [Pharo-dev] pharo bootstrap is in inconsistent state

2018-03-16 Thread teso...@gmail.com
Hi, sorry my mistake when updating the scripts. As the bootstrap.sh is not executed during the Jenkins process it has not been validated (locally I'm not using that script, because is trying to download each time the VM and the bootstraping process image) The correct line is the one from the J

[Pharo-dev] pharo bootstrap is in inconsistent state

2018-03-16 Thread Alistair Grant
Hi Pablo & Everyone, The bootstrap process seems to be in an inconsistent state at the moment as the scripts in: - Jenkinsfile and - bootstrap/scripts/bootstrap.sh don't match. bootstrap/scripts/bootstrap.sh has an error in it: ./pharo Pharo.image eval "PBBootstrap fromCommandLine bootstrap"