blob: 21dd4c72dd402bc31338879b47d5444a2851b912 [file] [log] [blame]
joychen3cb228e2013-06-12 12:13:13 -07001# 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
9GOOGLE_STORAGE_IMAGE_DIR = 'gs://chromeos-image-archive'
10
11#### Local storage locations and names. ####
12AUTOTEST_DIR = 'autotest'
13ROOT_UPDATE_FILE = 'update.gz'