Skip to content

Treat components like extensions in fetch_step#2855

Closed
ocaisa wants to merge 4 commits intoeasybuilders:developfrom
ocaisa:components_like_extensions
Closed

Treat components like extensions in fetch_step#2855
ocaisa wants to merge 4 commits intoeasybuilders:developfrom
ocaisa:components_like_extensions

Conversation

@ocaisa
Copy link
Member

@ocaisa ocaisa commented May 3, 2019

No description provided.

default_source_tmpl = resolve_template('%(name)s-%(version)s.tar.gz', template_values)
fn = ext_options.get('source_tmpl', default_source_tmpl)
if components:
fn = resolve_template(extra_src['options'].get('sources', default_source_tmpl)[0],
Copy link
Member Author

Choose a reason for hiding this comment

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

Problem here is that for components this is a list, there may be more than one source file

@ocaisa
Copy link
Member Author

ocaisa commented May 3, 2019

Injecting checksums into a bundle does not work, their syntax is very similar (the same even) to extensions, but they do have have the same status so that makes it hard

@ocaisa
Copy link
Member Author

ocaisa commented May 6, 2019

Closing this since there is a more straightforward solution to the particular problem in easybuilders/easybuild-easyblocks#1711

@ocaisa ocaisa closed this May 6, 2019
@boegel boegel added the change label May 7, 2019
@boegel boegel added this to the 3.x milestone May 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants