• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

emccode / rexray / 175 / 1
45%
master: 45%

Build:
DEFAULT BRANCH: master
Ran 02 Oct 2015 09:31PM UTC
Files 7
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

02 Oct 2015 09:28PM UTC coverage: 11.862%. Remained the same
175.1

push

travis-ci

akutz
Install Script Enhancements

This patch supplies multiple enhacnemnts to the curl-installs script,
supoorting the installation of the latest version version of REX-Ray
for CentOS, Ubuntu, CoreOS, and Darwin using RPMs, DEBs, and tarballs.

To install the latest version of REX-Ray simply execute:

  curl -sSL https://dl.bintray.com/emccode/rexray/install | sh -

However, this script will also allow users to install specific
versions of REX-Ray and even supports the discovery of those versions.
for example, to list the available REX-Ray packages use the "list"
command like so:

  curl -sSL https://dl.bintray.com/emccode/rexray/install | sh -s list -

This will emit the following curl commands to demonstrate how to
install one or more of the available packages, "unstable", "staged",
and "stable".

    curl -sSL https://dl.bintray.com/emccode/rexray/install | sh -s unstable -
    curl -sSL https://dl.bintray.com/emccode/rexray/install | sh -s staged -
    curl -sSL https://dl.bintray.com/emccode/rexray/install | sh -s stable -

Again, the "list" command outputs the curl commands to perform
installations, not how to traverse deeper into the package structure.
however, it's not hard to do that traversal. for example, to list the
contents of the "stable" package we'd execute:

  curl -sSL https://dl.bintray.com/emccode/rexray/install | sh -s list stable -

The above command would emit somthing similar to:

    curl -sSL https://dl.bintray.com/emccode/rexray/install | sh -s stable 0.2.0 -
    curl -sSL https://dl.bintray.com/emccode/rexray/install | sh -s stable latest -

As you can see, to traverse the structure, we simply insert the
command "list" as the first argument after the "-s" flag.

344 of 2900 relevant lines covered (11.86%)

0.12 hits per line

Source Files on job 175.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 175
  • Travis Job 175.1
  • 93eac9f3 on github
  • Prev Job for on master (#174.1)
  • Next Job for on master (#176.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc