blob: b605488590816b42bcf8867df75038fc8d9f97c6 [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Force regeneration of every board configuration in order to include the
# postsubmit builders as binpkg sources.
# crbug.com/898996
for board_root in /build/*; do
board_name=${board_root##*/}
if [[ -e "/build/${board_name}/etc/make.conf.board" ]]; then
~/trunk/src/scripts/setup_board \
--board=${board_name} \
--skip_board_pkg_init \
--skip_chroot_upgrade \
--regen_configs &
fi
done
wait