Skip to content

Commit a3ab76d

Browse files
committed
Updated CI scripts
1 parent bc11935 commit a3ab76d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ci/ci-setup

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ if [ "${ID}" == "ubuntu" ] || [ "${ID}" == "debian" ] ; then
6161
DEBIAN_FRONTEND=noninteractive apt-get install -y -o Dpkg::Options::=--force-confold -o Dpkg::Options::=--force-confdef --no-install-recommends \
6262
${PACKAGES}
6363

64+
# ====== Add COPR PPA dreibh/ppa =========================================
65+
# NOTE: This is only available for Ubuntu!
6466
if [ "${ID}" == "ubuntu" ] ; then
6567
# Add PPA dreibh/ppa for Ubuntu:
6668
DEBIAN_FRONTEND=noninteractive apt-get install -y -o Dpkg::Options::=--force-confold -o Dpkg::Options::=--force-confdef --no-install-recommends \
@@ -152,7 +154,7 @@ EOF
152154
echo "echo \"force-unsafe-io\" > /etc/dpkg/dpkg.cfg.d/02apt-speedup" | \
153155
OS="${OS}" DISTRIBUTION="${DIST}" ARCHITECTURE="${ARCH}" pbuilder login --save-after-exec
154156

155-
# ====== Add ppa:dreibh/ppa, updates and backports =================
157+
# ====== Add PPA dreibh/ppa ===========================================
156158
if [ "${OS}" == "ubuntu" ] ; then
157159
# Add PPA dreibh/ppa for Ubuntu:
158160
OS="${OS}" DISTRIBUTION="${DIST}" ARCHITECTURE="${ARCH}" pbuilder login --save-after-login <<EOF
@@ -172,7 +174,7 @@ elif [ "${ID}" == "fedora" ] ; then
172174
PACKAGES="${PACKAGES} fedora-release findutils mock nosync rpmdevtools which strace sudo"
173175
fi
174176

175-
# Enable COPR PPA:
177+
# ====== Add COPR PPA dreibh/ppa =========================================
176178
dnf copr enable -y dreibh/ppa
177179

178180
# dnf upgrade -qy

0 commit comments

Comments
 (0)