blob: 21382b782592a87abc64a20b6ba3a69dc632a782 [file] [log] [blame]
David James56e6c2c2012-10-24 23:54:41 -07001# 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"""
6Print the environment whitelist.
7"""
8
9from chromite.buildbot import constants
10
11
David James43e14f42012-12-14 13:44:16 -080012def main(_argv):
David James56e6c2c2012-10-24 23:54:41 -070013 print ' '.join(constants.CHROOT_ENVIRONMENT_WHITELIST)