image build and composition scripts for Flatcar Container Linux
Go to file
Daniel Erat 056c3f53bd scripts: Make cros_generate_stacks_bvt user-friendlier.
This adds support for using debug tarballs located on the
local machine instead of only ones on remote servers.  (If
the first argument is a local file, we use it; otherwise, we
try to download it.)

It also makes us download the (tiny) minidumps before the
(huge) tarball so we can bail out quickly if the minidump
URL is wrong.

BUG=chromium-os:19565
TEST=manual: ran it successfully with both local and remote tarballs and checked that it fails early when given an invalid minidump path

Change-Id: Ie427b50e4b7e37c6c81a1137eb34a28e25f32c8e
Reviewed-on: http://gerrit.chromium.org/gerrit/8910
Tested-by: Daniel Erat <derat@chromium.org>
Reviewed-by: Steven Bennetts <stevenjb@chromium.org>
Reviewed-by: Thieu Le <thieule@chromium.org>
Commit-Ready: Daniel Erat <derat@chromium.org>
2011-10-06 15:45:33 -07:00
bin cros_run_wifi_tests: Add --use_emerged flag 2011-10-06 00:13:28 -07:00
build_library check_deps: dynamically insert native multilib path 2011-10-03 07:42:29 -07:00
chroot_version_hooks.d Actually rm -rf /does/not instead to fix metrics unit tests. 2011-10-06 00:19:03 -07:00
lib kvm: set cache type to unsafe if possible, else writeback 2011-09-27 16:30:09 -07:00
mod_for_factory_scripts crosutils: clean up factory test image modification scripts 2011-08-31 23:37:12 -07:00
mod_for_test_scripts [crosutils] Make auth-testing cert CN be *.google.com 2011-10-05 15:29:20 -07:00
sdk_lib enter_chroot: avoid multiple readlink calls on mount point 2011-10-03 12:27:55 -07:00
.gitignore ignore: tmp files and .pyc files 2010-09-09 14:25:33 -07:00
archive_factory crosutils: add 'archive_factory' to create factory bundles 2011-09-19 02:01:41 -07:00
archive_hwqual Use pbzip2 in archive_build, if it is available. 2011-08-06 18:58:44 -07:00
bash_completion Trivial change to test the commit queue by cleaning up Copyright date in bash_history. 2011-09-01 18:48:39 -07:00
build_image mod_image_for_recovery: reuse salt. 2011-09-28 10:50:10 -07:00
build_kernel_image.sh mod_image_for_recovery: reuse salt. 2011-09-28 10:50:10 -07:00
build_packages Add symlinks to new build scripts. This obviates the need to run setup_source_tree.sh. 2010-02-19 14:54:50 -08:00
call_autoserv.py Added HWQual utility script - call_script.py 2011-01-27 16:19:55 -08:00
check_control_files.sh Fix/standardize exiting if common.sh can't be found 2011-07-22 12:06:59 -07:00
chromeos-common.sh Switch to GPT-format disk images. 2010-03-30 14:17:34 -07:00
clean_loopback_devices Fix/standardize exiting if common.sh can't be found 2011-07-22 12:06:59 -07:00
common.sh enter_chroot: tweak awk to match POSIX substr requirements 2011-09-22 16:13:51 -07:00
cros_deps_diff add cros_deps_diff tool that creates dependency graph diffs 2010-07-08 14:52:37 -07:00
cros_download_latest_image Update cros_download_latest_image to work again. 2011-07-29 15:23:49 -07:00
cros_generate_breakpad_symbols Fix/standardize exiting if common.sh can't be found 2011-07-22 12:06:59 -07:00
cros_generate_deps_graphs Refactor the dot graph generation out of cros_generate_deps_graphs 2010-07-01 13:41:25 -07:00
cros_generate_stacks_bvt scripts: Make cros_generate_stacks_bvt user-friendlier. 2011-10-06 15:45:33 -07:00
cros_run_unit_tests Remove testing utilities and fix symlinks. 2011-03-24 16:06:59 -07:00
cros_show_stacks Fix/standardize exiting if common.sh can't be found 2011-07-22 12:06:59 -07:00
dot_helper.py Refactor the dot graph generation out of cros_generate_deps_graphs 2010-07-01 13:41:25 -07:00
enable_localaccount.sh This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
enter_chroot.sh placeholders: update depot_tools for people who didn't read PSA 2011-08-24 12:33:57 -07:00
exclude-list Create squashfs as the rootfs. 2011-08-26 13:04:29 -07:00
fixup_image_for_qemu.py Use 1280x1024 resolution when running ChromeOS under qemu. 2011-03-29 06:58:17 -07:00
generate_test_report Remove testing utilities and fix symlinks. 2011-03-24 16:06:59 -07:00
get_latest_image.sh Fix/standardize exiting if common.sh can't be found 2011-07-22 12:06:59 -07:00
get_package_list Fix/standardize exiting if common.sh can't be found 2011-07-22 12:06:59 -07:00
image_to_live.sh Move some dev scripts into dev/host. 2011-03-23 14:34:53 -07:00
image_to_usb.sh Fix/standardize exiting if common.sh can't be found 2011-07-22 12:06:59 -07:00
image_to_vm.sh Resize image without using a loop device to avoid sync. 2011-08-15 17:18:05 -07:00
make_chroot placeholders: update depot_tools for people who didn't read PSA 2011-08-24 12:33:57 -07:00
make_developer_script_runner.sh Fix/standardize exiting if common.sh can't be found 2011-07-22 12:06:59 -07:00
make_factory_package.sh crosutils: add boilerplate comments for factory scripts 2011-09-19 00:44:48 -07:00
make_netboot.sh rename /u-boot --> /firmware 2011-09-08 17:05:10 -07:00
make_universal_factory_shim.sh crosutils: add boilerplate comments for factory scripts 2011-09-19 00:44:48 -07:00
mk_memento_images.sh crosutils: add boilerplate comments for factory scripts 2011-09-19 00:44:48 -07:00
mod_image_for_recovery.sh mod_image_for_recovery.sh: don't silence stderr in non-verbose modes 2011-08-31 06:57:27 -07:00
mod_image_for_test.sh Delete some unused options from build_image and mod_image_for_recovery.sh 2011-09-01 09:18:26 -07:00
mod_test_image_for_pyauto.sh Evaluate full paths for image and build_root 2011-08-30 16:50:42 -07:00
mount_gpt_image.sh Fix/standardize exiting if common.sh can't be found 2011-07-22 12:06:59 -07:00
remote_access.sh Tweak ssh settings to detect when remote server dies. 2011-09-30 22:29:41 -07:00
run_chroot_version_hooks Fix/standardize exiting if common.sh can't be found 2011-07-22 12:06:59 -07:00
run_remote_tests.sh Remove testing utilities and fix symlinks. 2011-03-24 16:06:59 -07:00
serve_factory_packages.py crosutils: globally replace enter_chroot with cros_sdk 2011-08-19 15:35:32 -07:00
set_shared_user_password.sh Cleanup set_shared_user_password related transitional code. 2011-04-29 10:24:26 -07:00
setup_board Add symlinks to new build scripts. This obviates the need to run setup_source_tree.sh. 2010-02-19 14:54:50 -08:00
sha256_partitions.sh sha256_partitions: script to easily sha256 partitions of a .bin file. 2011-08-11 10:00:12 -07:00
ssh_test.sh Fix/standardize exiting if common.sh can't be found 2011-07-22 12:06:59 -07:00
start_devserver Fix/standardize exiting if common.sh can't be found 2011-07-22 12:06:59 -07:00
sysroot_wrapper Add symlinks to new build scripts. This obviates the need to run setup_source_tree.sh. 2010-02-19 14:54:50 -08:00
update_bootloaders.sh update_bootloaders: use uuids for legacy boot. 2011-08-11 13:57:49 -07:00
update_chroot Recompile any old perl modules after perl upgrade 2011-08-17 11:03:25 -07:00
update_kernel.sh Fix/standardize exiting if common.sh can't be found 2011-07-22 12:06:59 -07:00
upload_symbols Another copyright fix to test the Commit Queue. 2011-09-02 03:24:51 -07:00
verify_rootfs_chksum.sh Fix/standardize exiting if common.sh can't be found 2011-07-22 12:06:59 -07:00