]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
do not install dpkg and dpkg-dev on yum based jenkins slaves 153/head
authorAndrew Schoen <aschoen@redhat.com>
Fri, 23 Oct 2015 20:49:29 +0000 (15:49 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Fri, 23 Oct 2015 20:49:29 +0000 (15:49 -0500)
These packages were failing to install on CentOS 7, we do not think they
are needed anyway.

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

index 10c2ce6d0d2524b1aa92fbb4a8d864aecc449ee3..52c86e03a8143bd24963ce51d6599ca45aee04dc 100644 (file)
@@ -63,8 +63,6 @@
         - pkgconfig
         - redhat-rpm-config
         - rpm-build
-        - dpkg
-        - dpkg-dev
       when: ansible_pkg_mgr  == "yum"
 
     # Run the equivalent of "apt-get update" as a separate step