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

Unified Diff: global_config.ini

Issue 2832022: Modify global_config.ini to support packager of autotest client. (Closed) Base URL: ssh://git@chromiumos-git/autotest.git
Patch Set: patch Created 10 years, 6 months 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 | no next file » | 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 27bf5559694556a42ff637136524ccdba40e3f42..dbc877503e18154881125266bbd32373a1dc0a38 100644
--- a/global_config.ini
+++ b/global_config.ini
@@ -28,9 +28,6 @@ password: please_set_this_password
# 3 months
execution_engine_timeout: 2160
-[AUTOSERV]
-# Autotest potential install paths
-client_autodir_paths: /usr/local/autotest,/home/autotest
[CLIENT]
drop_caches: True
@@ -104,4 +101,12 @@ client_autodir_paths: /home/autotest
enable_server_prebuild: True
[PACKAGES]
+# in days
+custom_max_age: 1
+# in Gigabyte
+minimum_free_space: 1
serve_packages_from_autoserv: True
+# this entry is just a place holder in order to keep util/packager.py happy
+# The actual value will be provided through command line option --repository
+# from inside chromeos-base/autotest ebuild file
+upload_location: UNUSED
seano 2010/06/24 20:06:02 Do you need UNUSED, or can you just leave it blank
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698