ContainerSolutions / minimesos

The experimentation and testing tool for Apache Mesos - NO LONGER MAINTANED!
https://www.minimesos.org
Apache License 2.0
429 stars 61 forks source link

Turn the minimesos script into a build artifact with resource filtering #493

Open frankscholten opened 8 years ago

frankscholten commented 8 years ago

Let's turn the minimesos script into a build artifact and using Gradle resource filtering https://dzone.com/articles/resource-filtering-gradle to add the version from gradle.properties.

frankscholten commented 7 years ago

Closing for now.

frankscholten commented 7 years ago

The way the minimesos script is currently versioned and distributed is undesirable.

Problem

  1. The install script is duplicated on minimesos.org and minimesos
  2. The install script from minimesos.org downloads from the minimesos source location https://raw.githubusercontent.com/ContainerSolutions/minimesos/master/bin/install.
  3. We now do versioning of the minimesos script with a custom Gradle task

Solution