Cannot download a spur image using getGoodSpur64VM on linux

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Cannot download a spur image using getGoodSpur64VM on linux

melkyades
 
Hi again! was trying to run this:

/CogNOS/opensmalltalk-vm/image$ ./buildspurtrunkvmmaker64image.sh

but it fails. The culpirit seems to be:

/CogNOS/opensmalltalk-vm/image$ ./getGoodSpur64VM.sh 
checking for latest 64-bit VM on bintray...

Cheers!

--
Javier Pimás
Ciudad de Buenos Aires
Reply | Threaded
Open this post in threaded view
|

Re: Cannot download a spur image using getGoodSpur64VM on linux

melkyades
 
changing 
x86_64) LATESTVM="squeak.cog.spur_linux64_x64_$LATESTRELEASE.tar.gz";;

to

x86_64) LATESTVM="squeak.cog.spur_linux64x64_$LATESTRELEASE.tar.gz";;

solved it!

On Fri, Mar 30, 2018 at 7:37 PM, Javier Pimás <[hidden email]> wrote:
Hi again! was trying to run this:

/CogNOS/opensmalltalk-vm/image$ ./buildspurtrunkvmmaker64image.sh

but it fails. The culpirit seems to be:

/CogNOS/opensmalltalk-vm/image$ ./getGoodSpur64VM.sh 
checking for latest 64-bit VM on bintray...

Cheers!

--
Javier Pimás
Ciudad de Buenos Aires



--
Javier Pimás
Ciudad de Buenos Aires
Reply | Threaded
Open this post in threaded view
|

Re: Cannot download a spur image using getGoodSpur64VM on linux

Nicolas Cellier
 
Hi Javier,
thanks! You may want to emit a PR then.

2018-03-31 0:53 GMT+02:00 Javier Pimás <[hidden email]>:
 
changing 
x86_64) LATESTVM="squeak.cog.spur_linux64_x64_$LATESTRELEASE.tar.gz";;

to

x86_64) LATESTVM="squeak.cog.spur_linux64x64_$LATESTRELEASE.tar.gz";;

solved it!

On Fri, Mar 30, 2018 at 7:37 PM, Javier Pimás <[hidden email]> wrote:
Hi again! was trying to run this:

/CogNOS/opensmalltalk-vm/image./buildspurtrunkvmmaker64image.sh

but it fails. The culpirit seems to be:

/CogNOS/opensmalltalk-vm/image$ ./getGoodSpur64VM.sh 
checking for latest 64-bit VM on bintray...

Cheers!

--
Javier Pimás
Ciudad de Buenos Aires



--
Javier Pimás
Ciudad de Buenos Aires


Reply | Threaded
Open this post in threaded view
|

Re: Cannot download a spur image using getGoodSpur64VM on linux

Levente Uzonyi
Reply | Threaded
Open this post in threaded view
|

Re: Cannot download a spur image using getGoodSpur64VM on linux

Nicolas Cellier
 
Doh, i can't catch up. So much activity is a sign of success! Thanks Levente!

Le sam. 31 mars 2018 à 02:18, Levente Uzonyi <[hidden email]> a écrit :

8 days ago:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/230/files

Levente

Reply | Threaded
Open this post in threaded view
|

Re: Cannot download a spur image using getGoodSpur64VM on linux

Clément Béra
 
I merged it when I saw the mail this morning. It's annoying since the job is red but reviewing the commit it looked safe.

On Sat, Mar 31, 2018, 08:53 Nicolas Cellier <[hidden email]> wrote:
 
Doh, i can't catch up. So much activity is a sign of success! Thanks Levente!

Le sam. 31 mars 2018 à 02:18, Levente Uzonyi <[hidden email]> a écrit :

8 days ago:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/230/files

Levente