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

Add option to skip pre-creation of install directory #2629

Merged
merged 3 commits into from Oct 19, 2018

Conversation

vanzod
Copy link
Member

@vanzod vanzod commented Oct 19, 2018

Allows to skip pre-creation of installation directory when running parallel build jobs.

See #2628

@vanzod vanzod requested a review from boegel October 19, 2018 20:42
@@ -400,6 +400,8 @@ def override_options(self):
'output-format': ("Set output format", 'choice', 'store', FORMAT_TXT, [FORMAT_TXT, FORMAT_RST]),
'parallel': ("Specify (maximum) level of parallellism used during build procedure",
'int', 'store', None),
'pre-create-installdir': ("Creates installation directory before submitting build jobs",
None, 'store_true', True),

Choose a reason for hiding this comment

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

trailing whitespace

@@ -400,6 +400,8 @@ def override_options(self):
'output-format': ("Set output format", 'choice', 'store', FORMAT_TXT, [FORMAT_TXT, FORMAT_RST]),
'parallel': ("Specify (maximum) level of parallellism used during build procedure",
'int', 'store', None),
'pre-create-installdir': ("Creates installation directory before submitting build jobs",

Choose a reason for hiding this comment

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

trailing whitespace

Copy link
Member

Choose a reason for hiding this comment

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

@vanzod Should be Create installation directory ..., and drop the trailing space to appease the hound

@boegel boegel added this to the 3.8.0 milestone Oct 19, 2018
@@ -400,6 +400,8 @@ def override_options(self):
'output-format': ("Set output format", 'choice', 'store', FORMAT_TXT, [FORMAT_TXT, FORMAT_RST]),
'parallel': ("Specify (maximum) level of parallellism used during build procedure",
'int', 'store', None),
'pre-create-installdir': ("Creates installation directory before submitting build jobs",
Copy link
Member

Choose a reason for hiding this comment

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

@vanzod Should be Create installation directory ..., and drop the trailing space to appease the hound

@boegel boegel merged commit 0bd27d0 into easybuilders:develop Oct 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants