Install gpgv for hirsute deb build

ubuntu/hirsute
Jason Rhinelander 3 years ago
parent b71bee146b
commit ac02452789

@ -26,10 +26,11 @@ local deb_pipeline(image, buildarch='amd64', debarch='amd64', jobs=6) = {
commands: [
'echo "Building on ${DRONE_STAGE_MACHINE}"',
'echo "man-db man-db/auto-update boolean false" | debconf-set-selections',
apt_get_quiet + ' update',
apt_get_quiet + ' install -y eatmydata gpgv',
'echo deb http://deb.loki.network' + repo_suffix + ' ' + distro + ' main >/etc/apt/sources.list.d/loki.list',
'cp debian/deb.loki.network.gpg /etc/apt/trusted.gpg.d',
apt_get_quiet + ' update',
apt_get_quiet + ' install -y eatmydata',
'eatmydata ' + apt_get_quiet + ' update',
'eatmydata ' + apt_get_quiet + ' dist-upgrade -y',
'eatmydata ' + apt_get_quiet + ' install --no-install-recommends -y git-buildpackage devscripts equivs ccache openssh-client',
'cd debian',

Loading…
Cancel
Save