Comment 3 for bug 1408853

Revision history for this message
Jeremy BĂ­cha (jbicha) wrote :

This can be done a bit less simply using the technique from
https://wiki.ubuntu.com/SimpleSbuild#Temporarily_adding_PPAs

Setup (using the GNOME3 Team PPA as example)
-----
gpg2 --keyserver keyserver.ubuntu.com --recv 9D542E3D52C801D9F8E31682F1773AF13B1510FD
gpg2 --export --armor 9D542E3D52C801D9F8E31682F1773AF13B1510FD > ~/gnome3-team.asc
gpg2 --delete-key 9D542E3D52C801D9F8E31682F1773AF13B1510FD

Build command (customize for your setup)
-------------
sbuild -A -d xenial-amd64 --extra-repository-key=/home/jeremy/gnome3-team.asc --extra-repository="deb http://ppa.launchpad.net/gnome3-team/gnome3-staging/ubuntu xenial main"