Repository: couchdb-ci Updated Branches: refs/heads/master 46a8e4279 -> cf69e2468
Document 16B03 deprecation build steps Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/cf69e246 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/cf69e246 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ci/diff/cf69e246 Branch: refs/heads/master Commit: cf69e24680bc9a11c953a47d8c6c8168cfa3e1e9 Parents: 46a8e42 Author: Joan Touzet <[email protected]> Authored: Fri Jul 13 08:55:16 2018 -0700 Committer: Joan Touzet <[email protected]> Committed: Fri Jul 13 08:55:16 2018 -0700 ---------------------------------------------------------------------- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/cf69e246/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 0215783..2be169a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CouchDB Continuous Integration (CI) support repo -The main purpose of this repository is to provide a number of Docker containers, Ansible roles/tasks and other configuration functionality so that the ASF Jenkins CI server (https://builds.apache.org/) is capable of building (and eventually packaging) CouchDB for a number of platforms. It intends to cover a range of both operating systems (Linux, macOS, BSD, Windows) and Erlang versions (OS default, 18.x, 19.x, etc.) +The main purpose of this repository is to provide a number of Docker containers, Ansible roles/tasks and other configuration functionality so that the ASF Jenkins CI server (https://builds.apache.org/) is capable of building (and eventually packaging) CouchDB for a number of platforms. It intends to cover a range of both operating systems (Linux, macOS, BSD, Windows) and Erlang versions (17.x, 18.x, 19.x, etc.) The current configuration builds CouchDB, Fauxton, its documentation, and runs the Erlang and JS test suites for each combination of OS and Erlang revision. @@ -8,10 +8,10 @@ The current configuration builds CouchDB, Fauxton, its documentation, and runs t **OS / distro** | **Version** | **Erlang Version** ----------------|-------------|----------------------- -**ubuntu** | trusty | R16B03 (tag: default) **ubuntu** | trusty | 19.3.6 **ubuntu** | xenial | 19.3.6 **ubuntu** | bionic | 19.3.6 +**debian** | jessie | 17.5.3 **debian** | jessie | 19.3.6 **debian** | stretch | 19.3.6 **centos** | 6 | 19.3.6 @@ -35,10 +35,10 @@ Separate targets exist to build a compatible SpiderMonkey 1.8.5 package for each Valid `distro` and `version` values come from the table above. -## Building the special Ubuntu Trusty default Erlang image +## Building the special Debian Jessie 17.5.3 image ``` -ERLANGVERSION=default ./build.sh platform ubuntu-trusty +ERLANGVERSION=17.5.3 ./build.sh platform debian-jessie ``` ## Publishing a container
