Repository: cassandra-builds Updated Branches: refs/heads/master fe30f85bc -> 2fff2e6b1
Update readme Project: http://git-wip-us.apache.org/repos/asf/cassandra-builds/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra-builds/commit/2fff2e6b Tree: http://git-wip-us.apache.org/repos/asf/cassandra-builds/tree/2fff2e6b Diff: http://git-wip-us.apache.org/repos/asf/cassandra-builds/diff/2fff2e6b Branch: refs/heads/master Commit: 2fff2e6b13fcba232a82ec8ebded8f6aa40607b9 Parents: fe30f85 Author: Michael Shuler <[email protected]> Authored: Fri Feb 24 12:47:59 2017 -0600 Committer: Michael Shuler <[email protected]> Committed: Fri Feb 24 12:47:59 2017 -0600 ---------------------------------------------------------------------- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra-builds/blob/2fff2e6b/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 89f95f2..f483b17 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,16 @@ -# Cassandra Build Tools +# Apache Cassandra Build Tools -Collection of scripts that can be used to create Cassandra Linux packages and to push them to repositories. +* Jenkins Job DSL scripts to create CI jobs: + * `jenkins-dsl/` +* Jenkins Job build/test runtime scripts: + * `build-scripts/` +* Apache Cassandra packaging utilities: + * `cassandra-release/` + * `docker/` ## Building packages -1. Create build images containing the build tool-chain, Java and a Cassandra git working directory +1. Create build images containing the build tool-chain, Java and an Apache Cassandra git working directory * Debian: ```docker build -f docker/jessie-image.docker docker/``` * RPM:
