Comment 2 for bug 1827576

Revision history for this message
Brian Murray (brian-murray) wrote :

My bad, I was using mk-sbuild.

"
871 # Pull down signature requirements
872 apt-get -y --force-yes install gnupg ${DISTRO}-keyring
873 # Reload package lists
874 apt-get update || true
875 # Disable debconf questions so that automated builds won't prompt
876 echo set debconf/frontend Noninteractive | debconf-communicate
877 echo set debconf/priority critical | debconf-communicate
878 # Install basic build tool set, trying to match buildd
879 apt-get -y --force-yes install $BUILD_PKGS
880 # Set up expected /dev entries
"