From 7514390190467ba5c3426390e190199e38f59e8f Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 14 Nov 2012 13:15:45 -0500 Subject: [PATCH] zephyr_mirror: Don't use the /mit symlink for use on systems without automounters. (imported from commit b376e6da6c971d887f2d75194a8ed0d3adaddfea) --- bots/zephyr_mirror.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/zephyr_mirror.py b/bots/zephyr_mirror.py index b9a3c61..c9d1bdc 100755 --- a/bots/zephyr_mirror.py +++ b/bots/zephyr_mirror.py @@ -595,7 +595,7 @@ if __name__ == "__main__": action='store') parser.add_option('--root-path', dest='root_path', - default="/mit/tabbott/for_friends", + default="/afs/athena.mit.edu/user/t/a/tabbott/for_friends", help=optparse.SUPPRESS_HELP, action='store') parser.add_option('--test-mode',