]> git.decadent.org.uk Git - dak.git/commitdiff
Ignore if ldap server is down
authorJoerg Jaspert <joerg@debian.org>
Sat, 14 Jun 2008 23:51:49 +0000 (01:51 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sat, 14 Jun 2008 23:51:49 +0000 (01:51 +0200)
ChangeLog
config/debian/cron.dinstall

index 4f92bb1c6d7c2c423d73dfb56beb299c7804f849..80aecabf59035697dc3a2c47e325c9e074deefa2 100644 (file)
--- 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
 
index b61d03e46f56a4ad34b3a14b91895c947d5eb3ca..2478ed4bf3db69489d42ea598e9d6f08cbbd672d 100755 (executable)
@@ -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