Our current signing scripts download and install Sigul only when
executing the signing scripts. However, the servers hosting this
package are not reliable, and we should see significant performance
improvements by having the package pre-loaded on CentOS 7 builders
(the only builders capable of using Sigul).
Issue: RELENG-3077
Change-Id: I35ac34a3619f4018331f280745f4ff3d5c864fa9
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
state: latest
become: true
+- name: Install sigul client
+ yum:
+ name:
+ - https://kojipkgs.fedoraproject.org/repos-dist/epel7-infra/latest/x86_64/Packages/s/sigul-0.207-1.el7.x86_64.rpm
+ state: latest
+ become: true
+ when:
+ - ansible_facts['distribution_major_version'] is version('8', '<')
+
- name: Swap to git224
block:
- name: Install yum-plugin-replace