]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
buildpackages: build ceph packages and upload them
authorLoic Dachary <ldachary@redhat.com>
Tue, 15 Sep 2015 14:13:09 +0000 (16:13 +0200)
committerLoic Dachary <ldachary@redhat.com>
Tue, 15 Sep 2015 14:13:09 +0000 (16:13 +0200)
Import install from task.

http://tracker.ceph.com/issues/13031 Fixes: #13031

Signed-off-by: Loic Dachary <loic@dachary.org>
tasks/buildpackages.py

index 98031bbcb8032df1c204734e1e30c7e928571d66..bb230d92df984846cecdc49da8969562603355ce 100644 (file)
@@ -5,7 +5,7 @@ import contextlib
 import logging
 import os
 import subprocess
-from teuthology import install
+from teuthology.task import install
 from teuthology import misc as teuthology
 from teuthology import contextutil, packaging
 import urlparse