From: Andrew Schoen Date: Mon, 16 Nov 2015 22:16:48 +0000 (-0600) Subject: rpm-based jenkins slaves need to install rpmdevtools X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F226%2Fhead;p=ceph-build.git rpm-based jenkins slaves need to install rpmdevtools This is used for rpm binary creation. Signed-off-by: Andrew Schoen --- diff --git a/ansible/slave.yml b/ansible/slave.yml index 2bdc3ada..fba85c9b 100644 --- a/ansible/slave.yml +++ b/ansible/slave.yml @@ -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 diff --git a/ansible/slave.yml.j2 b/ansible/slave.yml.j2 index 8ad7e2c0..c3290b77 100644 --- a/ansible/slave.yml.j2 +++ b/ansible/slave.yml.j2 @@ -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