zephyr_mirror: Don't use the /mit symlink for use on systems without automounters.
(imported from commit b376e6da6c971d887f2d75194a8ed0d3adaddfea)
This commit is contained in:
parent
e182bfcb98
commit
7514390190
|
@ -595,7 +595,7 @@ if __name__ == "__main__":
|
||||||
action='store')
|
action='store')
|
||||||
parser.add_option('--root-path',
|
parser.add_option('--root-path',
|
||||||
dest='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,
|
help=optparse.SUPPRESS_HELP,
|
||||||
action='store')
|
action='store')
|
||||||
parser.add_option('--test-mode',
|
parser.add_option('--test-mode',
|
||||||
|
|
Loading…
Reference in a new issue