From: Joerg Jaspert Date: Sat, 14 Jun 2008 23:51:49 +0000 (+0200) Subject: Ignore if ldap server is down X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9381647a4a8f593a3e86769fad910f99ce822ca2;p=dak Ignore if ldap server is down --- diff --git a/ChangeLog b/ChangeLog index 4f92bb1c..80aecabf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ batchmode/connect/setuptimeout to not take too long with connections... Also || true them, no need to die in dinstall if one host isn't reachable. + Also do not die when the ldap server is unreachable, just ignore + that error. * README: Updated mailing list location diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index b61d03e4..2478ed4b 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -112,7 +112,7 @@ ts echo "Updating fingerprints" # Update fingerprints -dak import-keyring -L /srv/keyring.debian.org/keyrings/debian-keyring.gpg +dak import-keyring -L /srv/keyring.debian.org/keyrings/debian-keyring.gpg || true ts