Skip to content
  • Daan De Meyer's avatar
    pacman-key: Add --quiet to a few more gpg invocations · 160f5bec
    Daan De Meyer authored and Allan McRae's avatar Allan McRae committed
    
    
    Currently, when running pacman-key --populate, gpg prints the
    trustdb check output once for each locally signed and revoked key.
    When bootstrapping a new container image, about 50 keys get signed
    and revoked which leads to a huge amount of output when running
    pacman-key which is repeated 50x.
    
    To avoid overloading the user with gpg output, we add --quiet to the gpg
    calls generating the trustdb checking output to silence those calls which
    gets rid of the trustdb check output on the terminal.
    
    Signed-off-by: default avatarDaan De Meyer <daan.j.demeyer@gmail.com>
    Signed-off-by: default avatarAllan McRae <allan@archlinux.org>
    160f5bec