]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
rpm-based jenkins slaves need to install rpmdevtools 226/head
authorAndrew Schoen <aschoen@redhat.com>
Mon, 16 Nov 2015 22:16:48 +0000 (16:16 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Mon, 16 Nov 2015 22:16:48 +0000 (16:16 -0600)
This is used for rpm binary creation.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ansible/slave.yml
ansible/slave.yml.j2

index 2bdc3adac576db58d479620afd67ae6a6e688c4d..fba85c9b636d647b2a15526039274a71203fdc6f 100644 (file)
@@ -37,6 +37,7 @@
         - java-1.7.0-openjdk
         - git
         #- rpm-sign
+        - rpmdevtools
       when: ansible_pkg_mgr  == "yum"
 
     - name: ensure the rpmmacros file exists to fix centos builds
index 8ad7e2c0d4e8bc9b4309753fe0c068cd580930d5..c3290b77fa789ac795677dc48a166da05eb1a480 100644 (file)
@@ -70,6 +70,7 @@
         - pkgconfig
         - redhat-rpm-config
         - rpm-build
+        - rpmdevtools
       when: ansible_pkg_mgr  == "yum"
 
     # Run the equivalent of "apt-get update" as a separate step