Giter Site home page Giter Site logo

Comments (6)

hobofan avatar hobofan commented on July 23, 2024

I haven't found any links on the website either.
Here is the download link for 0.9.2-incubating (there is no release named 0.9.2):
http://downloads.mesosphere.io/storm/storm-mesos-0.9.2-incubating.tgz

from storm.

erikdw avatar erikdw commented on July 23, 2024

The plan is to have these releases available for download from within the github project page.

But before that we need some version scheme. i.e., the framework has enough changes that simply referring to the storm version is insufficient. We should have a version for the framework itself, and also reference the storm version that is included within the package. e.g., like how kafka packages reference the scala version they are built with:

  • kafka_2.9.1-0.8.2.2 == Kafka Version 0.8.2.2 built with Scala version 2.9.1

from storm.

erikdw avatar erikdw commented on July 23, 2024

The version naming scheme is being discussed in #76

from storm.

erikdw avatar erikdw commented on July 23, 2024

Per #76, we've agreed upon a version naming scheme, so when PR #77 is complete we can proceed publish our first "official" releases on this github project page.

How to upload releases

Building releases

I'm not sure of the full process yet, but here's a stab at it:

dreary present: super manual process

  1. manually rev the version
  2. bin/build-release.sh
  3. gci -m "release version X.Y.Z"; git tag vX.Y.Z; git push; git push --tags
  4. Upload the tarball to this project's releases view

copacetic short-term improvement: less manual process with maven assistance

Then we can move to leverage maven for automating some of the painful manual steps in there:

  1. run the maven assembly plugin (or some other one) for running bin/build-release.sh
  2. use the maven release plugin to manage the versions updating and tagging
  3. we still manually upload the tarball to this project's releases view

glorious future: full automation

Ideally we'd leverage travis-ci.org. See #83.

from storm.

erikdw avatar erikdw commented on July 23, 2024

Now that @DarinJ's #77 change has landed we have the basis for creating actual builds. I'll spend some time building a few variations and uploading them to the github project's releases page.

from storm.

erikdw avatar erikdw commented on July 23, 2024

Awesomely we have reached the "glorious future" already with @salimane's contribution in #117.

So the releases are available here:

We still should enhance the setup to allow use of the mvn release plugin so that there are less possibilities for manual screw-ups. See #127.

from storm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.