Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(274)

Unified Diff: global_config.ini

Issue 4176007: Fix server side autotests installing to the wrong directory. (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: Change path back to default. Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | server/autotest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: global_config.ini
diff --git a/global_config.ini b/global_config.ini
index aa13701fd927744da3ee5a12bffcd2d225716fe3..73d0c5b65e5eeb9e6d283a5600d37c9dbb377b14 100644
--- a/global_config.ini
+++ b/global_config.ini
@@ -99,6 +99,10 @@ require_atfork_module: False
# Set to False to disable ssh-agent usage with paramiko
use_sshagent_with_paramiko: True
client_autodir_paths: /home/autotest
+# Real Autotest installation directory. client_autodir_paths above are mounts. A
+# many-to-one mapping between the two is used right now, but there's no reason
+# it couldn't be enhanced to a one-to-one mapping.
+client_autodir_real_path: /mnt/stateful_partition/autotest
enable_server_prebuild: True
[PACKAGES]
« no previous file with comments | « no previous file | server/autotest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698