[opam-devel] New release scripts

Louis Gesbert louis.gesbert at ocamlpro.com
Mon Jan 20 17:38:51 GMT 2014


I've just been simplifying the release process.

There is now a single `shell/release.sh` script that can pack up a source tarball, build binaries on your architecture and upload everything on the github release page (https://github.com/ocaml/opam/releases) to be picked up by the opam-installer script.

So if you've got an architecture for which we don't have binaries yet please run:

curl -OL https://raw.github.com/ocaml/opam/master/shell/release.sh && bash ./release.sh -t 1.1.1-RC2

with 1.1.1-RC2 being the release tag you want to build.

Prerequisites: jq, ocaml 4.01.0 and write access to the repo
(you'll be asked your username and password (or token) for the upload).

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ocaml.org/pipermail/opam-devel/attachments/20140120/3e0f6448/attachment.html>


More information about the opam-devel mailing list