joychen | 3cb228e | 2013-06-12 12:13:13 -0700 | [diff] [blame] | 1 | # Copyright (c) 2013 The Chromium OS Authors. All rights reserved. |
| 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | """Module contains constants shared across all other devserver modules.""" |
| 6 | |
| 7 | #### Google Storage locations and names. #### |
| 8 | # TODO (joyc) move the google storage filenames of artfacts here |
| 9 | GOOGLE_STORAGE_IMAGE_DIR = 'gs://chromeos-image-archive' |
| 10 | |
| 11 | #### Local storage locations and names. #### |
| 12 | AUTOTEST_DIR = 'autotest' |
| 13 | ROOT_UPDATE_FILE = 'update.gz' |