Skip to content

stop using deprecated 2-element tuple format in sources, use equivalent dict format instead#4774

Merged
boegel merged 1 commit intoeasybuilders:developfrom
boegel:cleanup_deprecated_sources
Jun 26, 2017
Merged

stop using deprecated 2-element tuple format in sources, use equivalent dict format instead#4774
boegel merged 1 commit intoeasybuilders:developfrom
boegel:cleanup_deprecated_sources

Conversation

@boegel
Copy link
Copy Markdown
Member

@boegel boegel commented Jun 23, 2017

@boegel boegel added this to the 3.3.0 milestone Jun 23, 2017
@boegel
Copy link
Copy Markdown
Member Author

boegel commented Jun 23, 2017

@vanzod, @wpoely86 please review?

@boegel boegel force-pushed the cleanup_deprecated_sources branch from 7bf3fbd to 197c4c7 Compare June 24, 2017 09:00
@boegel boegel force-pushed the cleanup_deprecated_sources branch from 197c4c7 to f1ee734 Compare June 24, 2017 12:57
toolchain = {'name': 'dummy', 'version': ''}

sources = [('%(name)s.v%(version)s.jar', 'download')]
sources = ['%(name)s.v%(version)s.jar']
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.

what was this supposed to do?

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.

Good question, I was wondering the exact same thing when I ran into it...

It's a bug, this syntax was used to specify a custom extract command, but since the JAR easyblock just skips the extract step this went unnoticed.

@boegel
Copy link
Copy Markdown
Member Author

boegel commented Jun 26, 2017

Thanks for the review @wpoely86!

@boegel boegel merged commit e207279 into easybuilders:develop Jun 26, 2017
@boegel boegel deleted the cleanup_deprecated_sources branch June 26, 2017 07:09
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