aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool/cros_pkg/get_initial_items.sh
blob: bc0fd2e62d84557377946bf0be1abd57ce3d9c3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash -u
#
# Copyright 2015 Google LLC
#
# 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 common/common.sh

cd ${GOOD_BUILD}/packages
find . -name "*.tbz2"