Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix download.sh to handle re-download #104

Open
dmitrizagidulin opened this issue Jun 1, 2015 · 2 comments
Open

Fix download.sh to handle re-download #104

dmitrizagidulin opened this issue Jun 1, 2015 · 2 comments

Comments

@dmitrizagidulin
Copy link
Collaborator

I saw that we had a new Pillar version and new Pharo 4.0 image.
I went to run ./download.sh. It downloaded the new image, but then errored out:

Downloading the latest pharoVM:
    http://files.pharo.org/vm/pharo/mac/stable.zip
mkdir: pharo-vm: File exists

I thought, hmm, ok, maybe I have to run ./clean.sh first.

$ ./clean.sh 
./clean.sh: line 19: ./pillar: No such file or directory
@dmitrizagidulin dmitrizagidulin added this to the v4.0 - Update for Pharo 4.0 milestone Jun 1, 2015
@dmitrizagidulin
Copy link
Collaborator Author

Also, why does download.sh seem to download sources for old Pharo versions?

Downloading the latest pharoVM:
    http://files.pharo.org/vm/pharo/mac/stable.zip
pharo-vm/Pharo.app/Contents/MacOS/Pharo
Downloading PharoV10.sources:
    http://files.pharo.org/sources//PharoV10.sources.zip
Downloading PharoV20.sources:
    http://files.pharo.org/sources//PharoV20.sources.zip
Downloading PharoV30.sources:
    http://files.pharo.org/sources//PharoV30.sources.zip
Downloading PharoV40.sources:
    http://files.pharo.org/sources//PharoV40.sources.zip

@jecisc
Copy link
Member

jecisc commented Jun 5, 2015

This is something true for all the Pharo books. When we'll change that we have to change the others books too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants