You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 22, 2018. It is now read-only.
The way the minimesos script is currently versioned and distributed is undesirable.
Problem
The install script is duplicated on minimesos.org and minimesos
The install script from minimesos.org downloads from the minimesos source location https://raw.githubusercontent.com/ContainerSolutions/minimesos/master/bin/install.
We now do versioning of the minimesos script with a custom Gradle task
Solution
Move minimesos into src/main/resources and apply Gradle filtering
Move install into src/main/resources and apply Gradle filtering
On gradle build copy the filtered artifact to ~/.minimesos/bin. This is useful for development so you can just run minimesos instead of src/minimesos/bin/minimesos
Upload minimesos to Github on release
Upload install to Github on release
Update the install script so it fetches minimesos from Github
Update minimesos.org so it fetches the install on Hugo build
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: