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

Simplified Build #474

Merged
merged 2 commits into from
Jun 28, 2016
Merged

Simplified Build #474

merged 2 commits into from
Jun 28, 2016

Conversation

akutz
Copy link
Member

@akutz akutz commented Jun 24, 2016

This patch simplifies the build process. The remaining steps are:

  • PoC on forked repo

@akutz akutz added this to the 0.4.1 milestone Jun 24, 2016
@akutz akutz self-assigned this Jun 24, 2016
@codecov-io
Copy link

codecov-io commented Jun 24, 2016

Current coverage is 45.74%

Merging #474 into master will decrease coverage by 0.24%

@@             master       #474   diff @@
==========================================
  Files             2          2          
  Lines           187        188     +1   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits             86         86          
- Misses          101        102     +1   
  Partials          0          0          

Sunburst

Powered by Codecov. Last updated by 2ee18a5...d0274ef

@akutz akutz force-pushed the feature/simplified-build branch 22 times, most recently from 5c5923a to 92e5d91 Compare June 27, 2016 22:11
The install relies on perl for a single-line rexex when scraping the
Bintray website for a list of REX-Ray versions available for install.

This tiny update removes the need for the installing operating system to
have Perl installed, mostly because RHEL does not have Perl installed by
default. One other option would have been to trap the error and echo
some sort of message calling for the user to install Perl, but that
seems drastic, considering the same page scrape can be executed just
fine using the bash built-in command 'cut'.

This update should not affect any other versions, as 'cut' hasn't really
changed its syntax in decades.
@akutz akutz changed the title WiP - Simplified Build Simplified Build Jun 28, 2016
This patch simplifies the build process.
@akutz akutz merged commit 3b06034 into rexray:master Jun 28, 2016
@akutz akutz deleted the feature/simplified-build branch June 28, 2016 20:43
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.

3 participants