Re: [Pharo-users] is OSSubProcess working in Pharo 6.1?

2018-02-02 Thread Stephan Eggermont
Guillermo Polito wrote: > Bah, in fact the tag works well for that purpose :) The problem is that > suddenly our builds started to break and the log in the terminal was not > clear, leading us to think that it was related to OSSubprocess. > > But it was related to another dependency ^^. Well yes

Re: [Pharo-users] is OSSubProcess working in Pharo 6.1?

2018-02-02 Thread Guillermo Polito
Bah, in fact the tag works well for that purpose :) The problem is that suddenly our builds started to break and the log in the terminal was not clear, leading us to think that it was related to OSSubprocess. But it was related to another dependency ^^. On Thu, Feb 1, 2018 at 9:57 PM, Alistair Gr

Re: [Pharo-users] is OSSubProcess working in Pharo 6.1?

2018-02-01 Thread Alistair Grant
Hi Guille, On 1 February 2018 at 10:49, Guillermo Polito wrote: > Yeh, but loading master will load always a different version. But to have a > reproducible build, we would like to load always the same version v0.2.5. If you want a completely reproducible build, you can always specify the commi

Re: [Pharo-users] is OSSubProcess working in Pharo 6.1?

2018-02-01 Thread Stephan Eggermont
Guillermo Polito wrote: > Yeh, but loading master will load always a different version. But to have a > reproducible build, we would like to load always the same version v0.2.5. So where is the problem? It is perfectly reproducible, isn't it? If the code you are loading it into changes, you can n

Re: [Pharo-users] is OSSubProcess working in Pharo 6.1?

2018-02-01 Thread Guillermo Polito
Yeh, but loading master will load always a different version. But to have a reproducible build, we would like to load always the same version v0.2.5. On Tue, Jan 30, 2018 at 11:47 PM, Alistair Grant wrote: > Hi Stef, > > On 30 January 2018 at 23:13, Stephane Ducasse > wrote: > > Hi > > > > in p

Re: [Pharo-users] is OSSubProcess working in Pharo 6.1?

2018-01-30 Thread Stephane Ducasse
Thanks I really do not know how to debug it. Because I can load pillar code on my machine. On Tue, Jan 30, 2018 at 11:47 PM, Alistair Grant wrote: > Hi Stef, > > On 30 January 2018 at 23:13, Stephane Ducasse wrote: >> Hi >> >> in pillar 70 we have >> baseline: spec >> >> spec >> for: #common >>

Re: [Pharo-users] is OSSubProcess working in Pharo 6.1?

2018-01-30 Thread Alistair Grant
Hi Stef, On 30 January 2018 at 23:13, Stephane Ducasse wrote: > Hi > > in pillar 70 we have > baseline: spec > > spec > for: #common > do: [ spec blessing: #baseline. > spec repository: 'http://smalltalkhub.com/mc/Pier/Pillar/main/'. > spec > baseline: 'OSSubprocess' > with: [ spec > repository: