[opam-devel] Stable archive checksums
Markus Mottl
markus.mottl at gmail.com
Fri Jun 27 23:08:10 BST 2014
On Thu, Jun 26, 2014 at 3:22 PM, Anil Madhavapeddy <anil at recoil.org> wrote:
> My OCaml GitHub bindings have a little command line utility to upload stuff via the command-line (you can probably do the same with Curl as well).
I've just forked ocaml-github and added a new application
"git-create-release", which does the obvious. It also allows you to
upload multiple assets (e.g. tarballs) in one call. This should make
it easier to script the process of making a new release. E.g. you
could grep the latest version of your software via "git tag", create a
stable tarball for it, and then create the new release on GitHub. You
may even want to create a new OPAM package (with the correct SHA-1
sum) automatically for it then.
Regards,
Markus
--
Markus Mottl http://www.ocaml.info markus.mottl at gmail.com
More information about the opam-devel
mailing list