From 9381647a4a8f593a3e86769fad910f99ce822ca2 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 15 Jun 2008 01:51:49 +0200 Subject: [PATCH] Ignore if ldap server is down --- ChangeLog | 2 ++ config/debian/cron.dinstall | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5