diff options
author | Valentin Gologuzov <vgologuz@redhat.com> | 2015-07-30 16:58:44 +0200 |
---|---|---|
committer | Valentin Gologuzov <vgologuz@redhat.com> | 2015-07-30 16:58:55 +0200 |
commit | dfb486a5e0e6c68d6c6efff40fb485fb653b1e18 (patch) | |
tree | 3635d40e8ddb707a7e741d07308d29395ec0c168 | |
parent | 1c6d59fc200528425bb1b67ececcf72fe088931a (diff) | |
download | ansible-dfb486a5e0e6c68d6c6efff40fb485fb653b1e18.tar.gz ansible-dfb486a5e0e6c68d6c6efff40fb485fb653b1e18.tar.xz ansible-dfb486a5e0e6c68d6c6efff40fb485fb653b1e18.zip |
[copr][backend] Install scl-utils-build package on the builder machines
-rw-r--r-- | roles/copr/backend/files/provision/provision_builder_tasks.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/copr/backend/files/provision/provision_builder_tasks.yml b/roles/copr/backend/files/provision/provision_builder_tasks.yml index c56d49369..6110e4a4a 100644 --- a/roles/copr/backend/files/provision/provision_builder_tasks.yml +++ b/roles/copr/backend/files/provision/provision_builder_tasks.yml @@ -17,6 +17,7 @@ - libselinux-python - libsemanage-python - yum + - scl-utils-build # - fedpkg-copr # BZ 1241507 - shell: yum-deprecated install -y fedpkg-copr || yum install -y fedpkg-copr |