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

TravisCI: Use more portable module ver stripping. #1784

Merged
merged 1 commit into from
Jul 17, 2019

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Jul 17, 2019

This modifies the script that strips the module version from listed modules for the purposes of changing to the relevant directory to be more portable by adding the -E flag to sed. This allows it to work properly on Mac as well.

While here, it also switches the sed separator to a comma in the relevant removals to avoid the need to escape the slashes in the path.

Thanks to @jrick for testing and the suggestion to use a comma for the sed separator.

This modifies the script that strips the module version from listed
modules for the purposes of changing to the relevant directory to be
more portable by adding the -E flag to sed.  This allows it to work
properly on Mac as well.

While here, it also switches the sed separator to a comma in the
relevant removals to avoid the need to escape the slashes in the path.
@davecgh davecgh added this to the 1.5.0 milestone Jul 17, 2019
@davecgh davecgh merged commit 338b93c into decred:master Jul 17, 2019
@davecgh davecgh deleted the ci_improvements branch July 17, 2019 21:20
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