]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
create a build script that runs tox
authorAlfredo Deza <adeza@redhat.com>
Wed, 17 Feb 2016 14:34:36 +0000 (09:34 -0500)
committerAlfredo Deza <adeza@redhat.com>
Wed, 17 Feb 2016 14:34:36 +0000 (09:34 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-installer-pull-requests/build/build [new file with mode: 0644]

diff --git a/ceph-installer-pull-requests/build/build b/ceph-installer-pull-requests/build/build
new file mode 100644 (file)
index 0000000..fda0cd9
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+# the following two methods exist in scripts/build_utils.sh
+pkgs=( "tox" )
+install_python_packages "pkgs[@]"
+
+$VENV/tox -rv