]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible-prs-xenial-cluster: create the build script
authorAlfredo Deza <adeza@redhat.com>
Tue, 22 Nov 2016 20:02:19 +0000 (15:02 -0500)
committerAlfredo Deza <adeza@redhat.com>
Tue, 22 Nov 2016 20:03:23 +0000 (15:03 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-ansible-prs-xenial-cluster/build/build [new file with mode: 0644]

diff --git a/ceph-ansible-prs-xenial-cluster/build/build b/ceph-ansible-prs-xenial-cluster/build/build
new file mode 100644 (file)
index 0000000..71f761f
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+# the following two methods exist in scripts/build_utils.sh
+pkgs=( "tox" )
+install_python_packages "pkgs[@]"
+
+# XXX this might not be needed
+source $VENV/activate
+
+$VENV/tox -rv -e=xenial-cluster -- --provider=libvirt