David James | 56e6c2c | 2012-10-24 23:54:41 -0700 | [diff] [blame] | 1 | # Copyright (c) 2012 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 | """ | ||||
6 | Print the environment whitelist. | ||||
7 | """ | ||||
8 | |||||
9 | from chromite.buildbot import constants | ||||
10 | |||||
11 | |||||
12 | def main(argv): | ||||
13 | print ' '.join(constants.CHROOT_ENVIRONMENT_WHITELIST) |