From 1d01a7db5539f4b5ab68015ec37b2c7f7c72f6cc Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 18 Jul 2013 14:02:07 -0400 Subject: [PATCH] zephyr_mirror: Point to documentation on maintaining Kerberos/AFS credentials. (imported from commit 2c49a1a554c2880f611e4969c8680f36641f1c2e) --- bots/zephyr_mirror.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bots/zephyr_mirror.py b/bots/zephyr_mirror.py index 44e06d50b8..0ddfce55e8 100755 --- a/bots/zephyr_mirror.py +++ b/bots/zephyr_mirror.py @@ -71,6 +71,7 @@ print "" print "" print "ERROR: The Zephyr mirroring bot is unable to continue mirroring Zephyrs." print "This is often caused by failing to maintain unexpired Kerberos tickets" -print "or AFS tokens." +print "or AFS tokens. See https://zulip.com/zephyr for documentation on how to" +print "maintain unexpired Kerberos tickets and AFS tokens." print "" sys.exit(1)