jjb: Use lttng-modules from gerrit when depends-on is set
[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.023188 seconds and 5 git commands to generate.