Skip to content

make bootstrap script aware of vsc-install for offline installation#1955

Merged
boegel merged 3 commits intoeasybuilders:developfrom
boegel:bootstrap_vsc_install
Nov 3, 2016
Merged

make bootstrap script aware of vsc-install for offline installation#1955
boegel merged 3 commits intoeasybuilders:developfrom
boegel:bootstrap_vsc_install

Conversation

@boegel
Copy link
Copy Markdown
Member

@boegel boegel commented Oct 11, 2016

inspired by the modifications made by the OpenHPC community to an old version of the bootstrap script, cfr.:

edit: TODO:

@boegel boegel added this to the v3.0 milestone Oct 11, 2016
@boegel
Copy link
Copy Markdown
Member Author

boegel commented Oct 11, 2016

this only impacts bootstrapping with provided sources (cfr. http://easybuild.readthedocs.io/en/latest/Installation.html#bootstrapping-using-supplied-source-tarballs)

@wpoely86 please review?

Comment thread easybuild/scripts/bootstrap_eb.py Outdated
VSC_BASE = 'vsc-base'
EASYBUILD_PACKAGES = [VSC_BASE, 'easybuild-framework', 'easybuild-easyblocks', 'easybuild-easyconfigs']
VSC_INSTALL = 'vsc-install'
EASYBUILD_PACKAGES = [VSC_BASE, VSC_INSTALL, 'easybuild-framework', 'easybuild-easyblocks', 'easybuild-easyconfigs']
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't you need first install then base?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, yes, crap, I'm making the same mistake OpenHPC did, cfr. openhpc/ohpc@3f9442a ;)

@boegel
Copy link
Copy Markdown
Member Author

boegel commented Nov 3, 2016

Thanks for the review @wpoely86!

@boegel boegel merged commit 2ef1706 into easybuilders:develop Nov 3, 2016
@boegel boegel deleted the bootstrap_vsc_install branch November 3, 2016 23:31
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.

2 participants