jjb: Add env and os details printing to build jobs
[lttng-ci.git] / scripts / packaging / sles12 / add-efficios-repo.sh
... / ...
CommitLineData
1#!/bin/sh
2
3set -exu
4
5zypper --non-interactive addrepo https://packages.efficios.com/repo.files/EfficiOS-SLE12-x86-64.repo
6
7rpmkeys --import https://packages.efficios.com/sle/repo.key
8
9zypper --non-interactive refresh
This page took 0.02595 seconds and 4 git commands to generate.