rejeep / evm

Emacs Version Manager
223 stars 34 forks source link

Add 25.0.* pre-release #69

Closed phillord closed 8 years ago

phillord commented 8 years ago

Would be good to have a pre-release package available!

rejeep commented 8 years ago

Is that the same thing as emacs-git-snapshot-travis?

phillord commented 8 years ago

I don't think so, no. This is coming from master?

The pre-releases are from the emacs-25 branch. The latest tag is emacs-25.0.94 (and this gets bumped periodically). The pre-releases could do with all the testing that they can get, before the Emacs-25 release.

rejeep commented 8 years ago

Ok, so then we would need to create emacs-git-pre and emacs-git-pre-travis. Are you up for it?

phillord commented 8 years ago

I would call them emacs-25-prerelease I think. They don't need to come from git (there are tarballs). Then I could add this to my travis as a version, and not have to update it client side when new releases come out.

Yes, I can do this, if it's a matter of copying the existing ones!

rejeep commented 8 years ago

How does the Emacs pre release schema work? How many are there (roughly) before a release for example? Once a version has been released, I guess there's no point in keeping these? That's why I suggested a "git pre", which is the currently active prerelease.

phillord commented 8 years ago

There are currently 4 pre-releases, as I've taken them from the tar ball rather than direct from git (my motivation was to skip the byte-compilation, but evm seem to be doing this anyway). Not sure how many more there will be -- probably 2 or 3.

So, yes, having a single "emacs-25-pre" would make sense also. Which ever you prefer.

rejeep commented 8 years ago

Let's close this and continue the discussion over at #70