Merge branch 'add-debian-9' of https://github.com/SleuthKid/couchdb-ci
Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/cd4cc55f Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/cd4cc55f Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ci/diff/cd4cc55f Branch: refs/heads/master Commit: cd4cc55f1e8cb5805a6685bfe30148892988fd23 Parents: eceb98d 38807eb Author: Joan Touzet <[email protected]> Authored: Wed Oct 11 23:06:28 2017 -0700 Committer: Joan Touzet <[email protected]> Committed: Wed Oct 11 23:06:28 2017 -0700 ---------------------------------------------------------------------- README.md | 2 +- ansible/debian-9-base.yml | 26 ++++ ansible/debian-9-erlang-18.3.yml | 24 +++ ansible/debian-9-erlang-default.yml | 22 +++ ansible/roles/debian-9/tasks/main.yml | 7 + ansible/roles/debian-9/vars/main.yml | 2 + .../roles/spidermonkey/files/fix-811665.patch | 153 +++++++++++++++++++ ansible/roles/spidermonkey/tasks/main.yml | 11 ++ bin/debian-9-base/create-container.sh | 28 ++++ bin/debian-9-base/enter-container.sh | 20 +++ bin/debian-9-base/publish-container.sh | 20 +++ bin/debian-9-erlang-18.3/create-container.sh | 28 ++++ bin/debian-9-erlang-18.3/enter-container.sh | 20 +++ bin/debian-9-erlang-18.3/publish-container.sh | 20 +++ .../run-build-in-container.sh | 24 +++ bin/debian-9-erlang-default/create-container.sh | 28 ++++ bin/debian-9-erlang-default/enter-container.sh | 20 +++ .../publish-container.sh | 20 +++ .../run-build-in-container.sh | 24 +++ dockerfiles/debian-9-base | 33 ++++ dockerfiles/debian-9-erlang-18.3 | 32 ++++ dockerfiles/debian-9-erlang-default | 32 ++++ jenkins/build.sh | 4 + 23 files changed, 599 insertions(+), 1 deletion(-) ----------------------------------------------------------------------
