Date: Thursday, October 19, 2017 @ 07:26:20
  Author: eworm
Revision: 308244

drop re-enable key of dwallace

This is a relict from 2013...

Modified:
  archlinux-keyring/trunk/archlinux-keyring.install

---------------------------+
 archlinux-keyring.install |   11 -----------
 1 file changed, 11 deletions(-)

Modified: archlinux-keyring.install
===================================================================
--- archlinux-keyring.install   2017-10-19 07:17:43 UTC (rev 308243)
+++ archlinux-keyring.install   2017-10-19 07:26:20 UTC (rev 308244)
@@ -1,17 +1,6 @@
 post_upgrade() {
        if usr/bin/pacman-key -l >/dev/null 2>&1; then
                usr/bin/pacman-key --populate archlinux
-
-               # Re-enable key of dwallace
-               # See https://bugs.archlinux.org/task/35478
-               if [ -z "$2" ] || [ "$2" = "20130525-1" ]; then
-                       printf 'enable\nquit\n' | LANG=C \
-                               gpg --homedir /etc/pacman.d/gnupg \
-                               --no-permission-warning --command-fd 0 \
-                               --quiet --batch --edit-key \
-                               5559BC1A32B8F76B3FCCD9555FA5E5544F010D48 \
-                               2>/dev/null
-               fi
        fi
 }
 

Reply via email to