]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/commitdiff
make check will need xmlstarlet 19/head
authorLoic Dachary <loic@dachary.org>
Sun, 30 Nov 2014 13:49:36 +0000 (14:49 +0100)
committerLoic Dachary <loic@dachary.org>
Sun, 30 Nov 2014 13:50:59 +0000 (14:50 +0100)
It is an XML command line parser.

Signed-off-by: Loic Dachary <loic@dachary.org>
fabfile.py

index 51eca5b53881ae2b06cc4521e5411d24ba9fbcad..e58dc208575d56624e1bf0427cc3971f3b0233cc 100644 (file)
@@ -645,6 +645,7 @@ def _gitbuilder_ceph(url, flavor):
             'libxml2-dev',
             'libnss3-dev',
             'junit4',
+            'xmlstarlet',
             'yasm',
             'python-nose',
             # for kernel build, perf etc
@@ -690,6 +691,7 @@ def _deb_builder(git_url, flavor, extra_remotes={}):
             'libaio-dev',
             'libxml2-dev',
             'libnss3-dev',
+            'xmlstarlet',
             'python-pip',
             'python-virtualenv',
             'python-support',
@@ -784,6 +786,7 @@ def _gitbuilder_ceph_rpm(url, flavor):
             'libcurl-devel',
             'rpm-build',
             'libxml2-devel',
+            'xmlstarlet',
             'nss-devel',
             'gtkmm24',
             'gtkmm24-devel',