Skip to content

Commit

Permalink
add Ubuntu 16.10 to the distro list
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Jan 12, 2017
1 parent c0c5b26 commit e0dad1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v2.2.0 2017-01-12 Cambridge
---------------------------

* Remove support for ARM variants from the default distribution
list. They will come back as explicitly supported multiarch
targets, instead of the current qemu builds that are mixed up
Expand All @@ -10,8 +13,10 @@
* Do not install camlp4 by default in distributions.
* Refresh `aspcud` remote proxy with url-escaping fixes
(via @OCamlPro-Henry in ocaml/opam#2809)
* Add Ubuntu 16.10 to the built-distros list.

v2.1.0 2016-11-07 Cambridge
---------------------------

* Update for OCaml 4.04 release. Now the "latest version"
of the compiler is 4.03.0 since many packages do not yet
Expand Down
2 changes: 1 addition & 1 deletion src/dockerfile_distro.ml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type t = [
| `Ubuntu of [ `V12_04 | `V14_04 | `V15_04 | `V15_10 | `V16_04 | `V16_10 ]
] [@@deriving sexp]

let distros = [ (`Ubuntu `V12_04); (`Ubuntu `V14_04); (`Ubuntu `V16_04);
let distros = [ (`Ubuntu `V12_04); (`Ubuntu `V14_04); (`Ubuntu `V16_04); (`Ubuntu `V16_10);
(`Debian `Stable); (`Debian `Testing); (`Debian `Unstable);
(`Debian `V9); (`Debian `V8); (`Debian `V7);
(`Fedora `V22); (`Fedora `V23); (`Fedora `V24);
Expand Down

0 comments on commit e0dad1a

Please sign in to comment.