index : releng | |
Archlinux32 release engineering | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | build-dual.sh | 4 | ||||
-rwxr-xr-x | build-i686.sh | 4 |
diff --git a/build-dual.sh b/build-dual.sh index 52e7190..87c76af 100755 --- a/build-dual.sh +++ b/build-dual.sh @@ -17,8 +17,8 @@ tmpFile="$(mktemp)" curl -o "${tmpFile}" "https://arch.eckner.net/archlinuxewe/masterkeys.gpg" pacman-key --add "${tmpFile}" rm -f "${tmpFile}" -pacman-key --lsign-key 0x43BF68D3 -pacman-key --lsign-key 0x20194BA1 +pacman-key --lsign-key 5FDCA472AB93292BC678FD59255A76DB9A12601A +pacman-key --lsign-key F8028D351891AE15970A2B3B3CFB0AD8F60030F8 if ! grep -q "^Server = https://arch\.eckner\.net" /etc/pacman.d/mirrorlist then ml="$( diff --git a/build-i686.sh b/build-i686.sh index 0b90a4b..fdcfe0e 100755 --- a/build-i686.sh +++ b/build-i686.sh @@ -17,8 +17,8 @@ tmpFile="$(mktemp)" curl -o "${tmpFile}" "https://arch.eckner.net/archlinuxewe/masterkeys.gpg" pacman-key --add "${tmpFile}" rm -f "${tmpFile}" -pacman-key --lsign-key 0x43BF68D3 -pacman-key --lsign-key 0x20194BA1 +pacman-key --lsign-key 5FDCA472AB93292BC678FD59255A76DB9A12601A +pacman-key --lsign-key F8028D351891AE15970A2B3B3CFB0AD8F60030F8 if ! grep -q "^Server = https://arch\.eckner\.net" /etc/pacman.d/mirrorlist then ml="$( |