From f140c688185db1e373340cb7bdd795115da551d5 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 44e06d5..0ddfce5 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)