Remove Developer Tools package group

This patch speeds up the gate jobs by removing the Development
Tools group and installs gcc instead. This will speed up deployments
by avoiding the installation of unnecessary packages.

Change-Id: Ifd61af212af4679366eafe872a2cf2feee0380e0
This commit is contained in:
Major Hayden 2017-08-21 12:02:25 -05:00
parent e35d802564
commit 9719b171db
No known key found for this signature in database
GPG Key ID: 737051E0C1011FB1
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ keystone_sp_distro_packages:
- shibboleth
keystone_developer_mode_distro_packages:
- '@Development Tools'
- gcc
keystone_apache_default_sites:
- "/etc/httpd/conf.d/userdir.conf"