Commit cfa72a9a authored by kpcyrd's avatar kpcyrd Committed by Holger Levsen
Browse files

reproducible alpine: don't attempt to install abuild key

parent 961e44ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ fi
$USERCMD gpg --check-trustdb # first run will create ~/.gnupg/gpg.conf
echo "keyserver-options auto-key-retrieve" | tee -a "$SCHROOT_BASE/$TARGET/var/lib/jenkins/.gnupg/gpg.conf"

$USERCMD abuild-keygen -a -i -n
$USERCMD abuild-keygen -a -n

# Disable SSL verification for future builds
if [ "$HOSTNAME" = "osuosl-build170-amd64" ] ; then