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

20696-enable-bootstrapping-from-outside-the-repository #485

Conversation

pavel-krivanek
Copy link
Collaborator

@pavel-krivanek
Copy link
Collaborator Author

Now bootstrapping should be possible with a script like this:

wget https://github.com/guillep/PharoBootstrap/releases/download/v1.2/bootstrapImage.zip
unzip -o bootstrapImage.zip

export BOOTSTRAP_REPOSITORY=/tmp/bootstrap/pharo
export BOOTSTRAP_CACHE=/tmp/bootstrap/build/cache
export BOOTSTRAP_ARCH=32
export BUILD_NUMBER=1

bash ${BOOTSTRAP_REPOSITORY}/bootstrap/scripts/bootstrap.sh
bash ${BOOTSTRAP_REPOSITORY}/bootstrap/scripts/build.sh

@MarcusDenker MarcusDenker merged commit 0f24134 into pharo-project:development Nov 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants