blob: c1ca033b39f890392f75f6ed5ca4fa8e5bbbef41 [file] [log] [blame]
#!/bin/bash -u
#
# Copyright 2015 Google Inc. All Rights Reserved.
#
# This script is intended to be used by binary_search_state.py, as
# part of the binary search triage on ChromeOS packages. This script
# generates the list of current ChromeOS packages, that is then used
# for doing the binary search.
#
source cros_pkg_common.sh
cd ${GOOD_BUILD}/packages
find . -name "*.tbz2"