Script to download specific Pharo version

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

Script to download specific Pharo version

BrunoBB
Hi,

We have a Linux script to build our image and was working well until
recently.
It seems that the failure is related (not confirmed yet) to
https://github.com/pharo-project/pharo/issues/4764

Becuase it fail to load Seaside into the Pharo image.

Is there any way to download a specific build or version like ?
wget -q -O- https://get.pharo.org/64/703 | bash

In this case to download Pharo 7.03

We want to try our script with different Pharo versions, because "wget -O-
https://get.pharo.org/64 | bash" it download the latest.

regards,
bruno



--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Reply | Threaded
Open this post in threaded view
|

Re: Script to download specific Pharo version

BrunoBB
Hi,

I forgot to mention the error while try to load Seaside is
aFileDoesNotExistException.

Here is the error:
FileDoesNotExistException:
'/tmp/github--SeasideStSeasidev34x236606819388710396423147085274778742445.zip'

Image: Pharo7.0.4 [Build information:
Pharo-7.0.4+build.168.sha.ccd1f6489120f58ddeacb2cac77cd3a0f0dcfbe6 (64 Bit)]

File>>openForWrite:
        Receiver: a File
        Arguments and temporary variables:
                writeMode: false
                fileHandle: nil
        Receiver's instance variables:
                name:
'/tmp/github--SeasideStSeasidev34x236606819388710396423147085274778742445...etc...


File>>openForRead
        Receiver: a File
        Arguments and temporary variables:
        Receiver's instance variables:
                name:
'/tmp/github--SeasideStSeasidev34x236606819388710396423147085274778742445...etc...
File class>>openForReadFileNamed:
        Receiver: File
        Arguments and temporary variables:
                aName:
'/tmp/github--SeasideStSeasidev34x23660681938871039642314708527477874244...etc...
        Receiver's instance variables:
                superclass: Object
                methodDict: a MethodDictionary(#basename->File>>#basename
#basicOpenForWrite:->...etc...
                format: 65537
                layout: a FixedLayout
                organization: a ClassOrganization
                subclasses: nil
                name: #File
                classPool: a Dictionary(#Registry->a WeakRegistry(<this WeakRegistry is
locked>...etc...
                sharedPools: an OrderedCollection()
                environment: a SystemDictionary(lots of globals)
                category: #'Files-Core'
ZipArchive>>readFrom:
        Receiver: a ZipArchive
        Arguments and temporary variables:
                aStreamOrFileName: File @
/tmp/github--SeasideStSeasidev34x23660681938871039642...etc...
                stream: nil
                name:
'/tmp/github--SeasideStSeasidev34x236606819388710396423147085274778742445...etc...
                eocdPosition: nil
        Receiver's instance variables:
                members: an OrderedCollection()
                centralDirectorySize: nil
                centralDirectoryOffsetWRTStartingDiskNumber: nil
                zipFileComment: ''
                writeCentralDirectoryOffset: 0
                writeEOCDOffset: 0
IceMetacelloPharoPlatform(MetacelloPharoPlatform)>>downloadZipArchive:to:
        Receiver: an IceMetacelloPharoPlatform
        Arguments and temporary variables:
                url: 'https://github.com/SeasideSt/Seaside/zipball/v3.4.x'
                outputFileName:
'/tmp/github--SeasideStSeasidev34x23660681938871039642314708527...etc...
        Receiver's instance variables:
                bypassProgressBars: false
                bypassGoferLoadUpdateCategories: false






--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Reply | Threaded
Open this post in threaded view
|

Re: Script to download specific Pharo version

hernanmd
In reply to this post by BrunoBB
Hi Bruno

El lun., 21 oct. 2019 a las 18:39, BrunoBB (<[hidden email]>) escribió:
Hi,

We have a Linux script to build our image and was working well until
recently.
It seems that the failure is related (not confirmed yet) to
https://github.com/pharo-project/pharo/issues/4764

Becuase it fail to load Seaside into the Pharo image.

Is there any way to download a specific build or version like ?
wget -q -O- https://get.pharo.org/64/703 | bash

In this case to download Pharo 7.03

We want to try our script with different Pharo versions, because "wget -O-
https://get.pharo.org/64 | bash" it download the latest.


Did you find a way to download a specifivc build or minor version?
Me too I would like to know

Hernán
 
regards,
bruno



--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html