buildpackages: build ceph packages and upload them

Import install from task.

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

Signed-off-by: Loic Dachary <loic@dachary.org>
This commit is contained in:
Loic Dachary 2015-09-15 16:13:09 +02:00
parent 2b25080d4f
commit 0eeb441bb0

View 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