blob: 3eae1ab6ef5cdfd0af1490705fef4cc88325c61b [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
Don Garrett25f309a2014-03-19 14:02:12 -07005"""Print the environment whitelist."""
David James56e6c2c2012-10-24 23:54:41 -07006
Don Garrett88b8d782014-05-13 17:30:55 -07007from chromite.cbuildbot import constants
David James56e6c2c2012-10-24 23:54:41 -07008
9
David James43e14f42012-12-14 13:44:16 -080010def main(_argv):
David James56e6c2c2012-10-24 23:54:41 -070011 print ' '.join(constants.CHROOT_ENVIRONMENT_WHITELIST)