jjb: Add env and os details printing to build jobs
[lttng-ci.git] / scripts / packaging / el7 / add-efficios-repo.sh
... / ...
CommitLineData
1#!/bin/sh
2
3set -exu
4
5yum -y install wget
6
7wget -P /etc/yum.repos.d/ https://packages.efficios.com/repo.files/EfficiOS-RHEL7-x86-64.repo
8
9rpmkeys --import https://packages.efficios.com/rhel/repo.key
10
11yum updateinfo
This page took 0.021458 seconds and 4 git commands to generate.