Closed mcandre closed 10 years ago
This is pretty much what MELPA is doing, only automatically.
Marmalade could grow such a feature, I suppose, but probably only after the relevant code is extracted to some library.
marmalade will do this. I am working on it now.
My plan with marmalade is to just make it into a classic artifact store, like nexus or artifactory or that one that microsoft people use... whatever that's called.
you could use github hooks to build, sign and upload to marmalade. It will be per-repo and not the other way round, which is how melpa works.
Working on it. The code is up on my repo on github.
this isn't working quite yet ... but only because no one has added the hooks for github. I'd like to do that but closing this issue for now.
Package managers like Quicklisp and NPM make it even easier to contribute packages, by linking to a GitHub repo. Could we do the same in Marmalade?
GitHub features a builtin export-to-TAR function, maybe that could help bridge the gap?