Skip to content

Commit 8bbf90e

Browse files
committed
Trying again.
1 parent d9c3504 commit 8bbf90e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

ci/ci-setup

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if [ "${ID}" == "ubuntu" ] || [ "${ID}" == "debian" ] ; then
5252
fi
5353
if [ ${USE_PACKAGING} -eq 1 ] ; then
5454
# Need to install pbuilder as well:
55-
PACKAGES="${PACKAGES} build-essential debian-archive-keyring debian-ports-archive-keyring devscripts distro-info eatmydata fakeroot gpg-agent pbuilder qemu-user qemu-user-binfmt sudo"
55+
PACKAGES="${PACKAGES} build-essential debian-archive-keyring debian-ports-archive-keyring devscripts distro-info eatmydata fakeroot pbuilder qemu-user qemu-user-binfmt sudo"
5656
fi
5757

5858
apt-get update -qq
@@ -158,8 +158,7 @@ EOF
158158
if [ "${OS}" == "ubuntu" ] ; then
159159
# Add PPA dreibh/ppa for Ubuntu:
160160
OS="${OS}" DISTRIBUTION="${DIST}" ARCHITECTURE="${ARCH}" pbuilder login --save-after-login <<EOF
161-
DEBIAN_FRONTEND=noninteractive apt-get install -qqy -o Dpkg::Options::=--force-confold -o Dpkg::Options::=--force-confdef --no-install-recommends \
162-
software-properties-common
161+
DEBIAN_FRONTEND=noninteractive apt-get install -qqy -o Dpkg::Options::=--force-confold -o Dpkg::Options::=--force-confdef --no-install-recommends gpg-agent software-properties-common
163162
apt-add-repository -y ppa:dreibh/ppa
164163
apt-get update -q
165164
EOF

0 commit comments

Comments
 (0)