Move gpg into debian and allow it

This commit is contained in:
Jason Rhinelander 2020-09-23 14:32:42 -03:00
parent 99002eb01f
commit 6ac0592762
3 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@ local deb_pipeline(name, image, buildarch='amd64', debarch='amd64', jobs=6) = {
commands: [
'echo "man-db man-db/auto-update boolean false" | debconf-set-selections',
'echo deb http://deb.loki.network' + repo_suffix + ' ' + distro + ' main >/etc/apt/sources.list.d/loki.list',
'cp utils/gpg_keys/Jason.gpg /etc/apt/trusted.gpg.d/deb.loki.network.gpg',
'cp debian/deb.loki.network.gpg /etc/apt/trusted.gpg.d/deb.loki.network.gpg',
apt_get_quiet + ' update',
apt_get_quiet + ' install -y eatmydata',
'eatmydata ' + apt_get_quiet + ' dist-upgrade -y',

1
debian/source/include-binaries vendored Normal file
View File

@ -0,0 +1 @@
debian/deb.loki.network.gpg