Chromium Code Reviews| 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
|